Skip to main content Skip to docs navigation

#fb488d hex color | Download Dark Red BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is French Fuchsia and its hex is #FD3F92 Nearest Color Name

Color Hue/Base color: Red

Hex #fb488d Color code in RGB color code model is created after adding 98.43% red color, 28.24% green color and 55.29% blue color. Hex #fb488d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 71% magenta, 44% yellow and 1.57% black.

Hex #fb488d color code is between #ff4488 web safe hex color code and #ee5599 web safe hex color code. #ff4488 is the nearest web safe color code. You can see here many more shades of #fb488d color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code fb488d #fb488d
RGB Decimal 251, 72, 141 251, 72, 141
RGB Percent 98%, 28%, 55% rgb(98%, 28%, 55%)
CSS RGBa 251, 72, 141,1 rgba(251,72,141,1)
CMYK Model cmyk(0%,71%,44%,1.57%)
HSL Color Space 337,96% ,63% hsl(337,96% ,63%)
HSV Color Space 337°, 71%, 98%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111011 01001000 10001101
Octal 373 110 215
Decimal 251 72 141
Hex fb 48 8d

Different shades of #fb488d color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #fb488d
#a60442
Darker of #fb488d
#d80556
Dark of #fb488d
#fa166e
Base of #fb488d
#fb488d
Light of #fb488d
#fc7aac
Lighter
#fdaccb
Lightest
#fedeea

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#fb488d
#48fbb6

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#fb488d
#48fb5c
#48e7fb

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#fb48f5
#fb48d8
#fb488d
#fb4851
#fb8948

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#fb488d
#488dfb
#8dfb48

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#fb488d
#8dfb48
#48fbb6
#b648fb

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#fb488d
#e7fb48
#48fbb6
#5c48fb

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #fb488d

#74032e
#a60442
#d80556
#fa166e
#fb488d
#fc7aac
#fdaccb
#fedeea
#ffffff

Tints of #fb488d Color

#fb488d
#fb5c99
#fb70a6
#fc85b3
#fc99bf
#fdadcc
#fdc2d9
#fed6e5
#feeaf2
#ffffff

Shades of #fb488d color code

Generate more color scales with scales (color stack) generator.

#fb488d
#df407d
#c3386d
#a7305e
#8b284e
#6f203e
#53182f
#37101f
#1b080f
#000000

Tones

#fb488d
#e85b91
#d66d96
#c3809a
#b0939e

Tones

Similar Color like #fb488d color

Find visually similar hex color codes nearing to #fb488d hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#fc498e
#fd4a8f
#fe4b90
#ff4c91
#ff4d92
#ff4e93
#ff4f94
#ff5095
#ff5196
#ff5297
#ff5398
#ff5499
#ff559a
#ff569b
#fa478c
#f9468b
#f8458a
#f74489
#f64388
#f54287
#f44186
#f34085
#f23f84
#f13e83
#f03d82
#ef3c81
#ee3b80
#ed3a7f

Download this Dark Red

Hex #fb488d Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#fb488d Color Code Preview on Black Background Color

This is how #fb488d Color will look on black background color. Color contrast ratio is 6.41

#fb488d in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#fb488d">Your Example Paragraph content text in with font color #fb488d </p>

Your Example Paragraph content text in with font color #fb488d

HTML with inline CSS

<div style="color:#fb488d">Your Paragraph text in with font color #fb488d </div>

Your Example Paragraph content text in with font color #fb488d

#fb488d color code is use for CSS Background Color

Background color for the above div is #fb488d

HTML with inline CSS

<div style="background-color:#fb488d;"></div>

#fb488d color code is use for CSS Border Color

CSS Border color for the above div is #fb488d

HTML with inline CSS

<div style="border:5px solid #fb488d;"></div>

CSS Border Left color for the above div is #fb488d

HTML with inline CSS

<div style="border-left:5px solid #fb488d;"></div>

CSS Border Right color for the above div is #fb488d

HTML with inline CSS

<div style="border-right:5px solid #fb488d;"></div>

CSS Border Bottom color for the above div is #fb488d

HTML with inline CSS

<div style="border-bottom:5px solid #fb488d;"></div>

CSS Border Top color for the above div is #fb488d

HTML with inline CSS

<div style="border-top:5px solid #fb488d;"></div>

#fb488d hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#fb488d; } .examplecolorclass {color:#fb488d; } .examplebordercolor {border:3px solid #fb488d; }

#fb488d Color code Preview on White Background

This is how #fb488d Color code will look on white background color. Color contrast ratio is 3.27

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #fb488d; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #fb488d; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(251,72,141,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(72,251,182,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(251,72,141,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }