Shades of Deep Pink #FB0587
Tints of Deep Pink #FB0587
RGB
CMYK
RGB Variations
Color information
#FB0587 (or 0xFB0587) is known color: Deep Pink. HEX triplet: FB, 05 and 87. RGB value is (251,5,135). Sum of RGB (Red+Green+Blue) = 251+5+135=391 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.19% from 391); Green value is 5 (2.34% from 255 or 1.28% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0587 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0587 is #04FA78. Grayscale: #5D5D5D. Windows color (decimal): -326265 or 8848891. OLE color: 8848891.
HSL color Cylindrical-coordinate representation of color #FB0587: hue angle of 328.29º 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 #FB0587 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 5 | 135 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.02 |
| HSL | 328.29º | 0.97% | 0.5% | - |
| HSV(B) | 328.29º | 0.98% | 0.98% | - |
| XYZ | 44.21 | 22.37 | 24.91 | - |
| YUV | 93.37 | 151.5 | 240.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 5 | 135 | 0 | 0.98 | 0.46 | 0.02 | 328.29 | 0.97 | 0.5 |
| Hex | FB | 5 | 87 | 0 | 62 | 2E | 2 | 148 | 61 | 32 |
| Octal | 373 | 5 | 207 | 0 | 142 | 56 | 2 | 510 | 141 | 62 |
| Binary | 11111011 | 101 | 10000111 | 0 | 1100010 | 101110 | 10 | 101001000 | 1100001 | 110010 |
Color Harmonies of #FB0587
Complementary color
Monochromatic Colors of #FB0587
Black with #FB0587
Text Example
Text Example
White with #FB0587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0587; }
p { color: rgb(251,5,135); }
H1.HeaderClassName
{
color: #FB0587;
}
.AnyTagClassName
{
color: #FB0587;
}
</style>
background-color css
<style>
a { background-color: #FB0587; }
a { background-color: rgb(251,5,135); }
div.DivClassName
{
background-color: #FB0587;
}
.BgClassName
{
background-color: #FB0587;
}
</style>
border-color css
<style>
span { border-color: #FB0587; }
span { border-color: rgb(251,5,135); }
td.TdClassName
{
border-color: #FB0587;
}
.TagClassName
{
border-color: #FB0587;
}
</style>