Shades of Deep Pink #FB0589
Tints of Deep Pink #FB0589
RGB
CMYK
RGB Variations
Color information
#FB0589 (or 0xFB0589) is known color: Deep Pink. HEX triplet: FB, 05 and 89. RGB value is (251,5,137). Sum of RGB (Red+Green+Blue) = 251+5+137=393 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.87% from 393); Green value is 5 (2.34% from 255 or 1.27% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0589 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0589 is #04FA76. Grayscale: #5D5D5D. Windows color (decimal): -326263 or 8979963. OLE color: 8979963.
HSL color Cylindrical-coordinate representation of color #FB0589: hue angle of 327.8º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB0589 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 5 | 137 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.02 |
| HSL | 327.8º | 0.97% | 0.5% | - |
| HSV(B) | 327.8º | 0.98% | 0.98% | - |
| XYZ | 44.35 | 22.42 | 25.66 | - |
| YUV | 93.6 | 152.5 | 240.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 5 | 137 | 0 | 0.98 | 0.45 | 0.02 | 327.8 | 0.97 | 0.5 |
| Hex | FB | 5 | 89 | 0 | 62 | 2D | 2 | 148 | 61 | 32 |
| Octal | 373 | 5 | 211 | 0 | 142 | 55 | 2 | 510 | 141 | 62 |
| Binary | 11111011 | 101 | 10001001 | 0 | 1100010 | 101101 | 10 | 101001000 | 1100001 | 110010 |
Color Harmonies of #FB0589
Complementary color
Monochromatic Colors of #FB0589
Black with #FB0589
Text Example
Text Example
White with #FB0589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0589; }
p { color: rgb(251,5,137); }
H1.HeaderClassName
{
color: #FB0589;
}
.AnyTagClassName
{
color: #FB0589;
}
</style>
background-color css
<style>
a { background-color: #FB0589; }
a { background-color: rgb(251,5,137); }
div.DivClassName
{
background-color: #FB0589;
}
.BgClassName
{
background-color: #FB0589;
}
</style>
border-color css
<style>
span { border-color: #FB0589; }
span { border-color: rgb(251,5,137); }
td.TdClassName
{
border-color: #FB0589;
}
.TagClassName
{
border-color: #FB0589;
}
</style>