Shades of Deep Pink #FB1489
Tints of Deep Pink #FB1489
RGB
CMYK
RGB Variations
Color information
#FB1489 (or 0xFB1489) is known color: Deep Pink. HEX triplet: FB, 14 and 89. RGB value is (251,20,137). Sum of RGB (Red+Green+Blue) = 251+20+137=408 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.52% from 408); Green value is 20 (8.20% from 255 or 4.90% from 408); Blue value is 137 (53.91% from 255 or 33.58% from 408); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1489 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1489 is #04EB76. Grayscale: #666666. Windows color (decimal): -322423 or 8983803. OLE color: 8983803.
HSL color Cylindrical-coordinate representation of color #FB1489: hue angle of 329.61º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB1489 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 20 | 137 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.02 |
| HSL | 329.61º | 0.97% | 0.53% | - |
| HSV(B) | 329.61º | 0.92% | 0.98% | - |
| XYZ | 44.55 | 22.82 | 25.72 | - |
| YUV | 102.41 | 147.53 | 233.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 20 | 137 | 0 | 0.92 | 0.45 | 0.02 | 329.61 | 0.97 | 0.53 |
| Hex | FB | 14 | 89 | 0 | 5C | 2D | 2 | 14A | 61 | 35 |
| Octal | 373 | 24 | 211 | 0 | 134 | 55 | 2 | 512 | 141 | 65 |
| Binary | 11111011 | 10100 | 10001001 | 0 | 1011100 | 101101 | 10 | 101001010 | 1100001 | 110101 |
Color Harmonies of #FB1489
Complementary color
Monochromatic Colors of #FB1489
Black with #FB1489
Text Example
Text Example
White with #FB1489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1489; }
p { color: rgb(251,20,137); }
H1.HeaderClassName
{
color: #FB1489;
}
.AnyTagClassName
{
color: #FB1489;
}
</style>
background-color css
<style>
a { background-color: #FB1489; }
a { background-color: rgb(251,20,137); }
div.DivClassName
{
background-color: #FB1489;
}
.BgClassName
{
background-color: #FB1489;
}
</style>
border-color css
<style>
span { border-color: #FB1489; }
span { border-color: rgb(251,20,137); }
td.TdClassName
{
border-color: #FB1489;
}
.TagClassName
{
border-color: #FB1489;
}
</style>