Shades of Deep Pink #FB1087
Tints of Deep Pink #FB1087
RGB
CMYK
RGB Variations
Color information
#FB1087 (or 0xFB1087) is known color: Deep Pink. HEX triplet: FB, 10 and 87. RGB value is (251,16,135). Sum of RGB (Red+Green+Blue) = 251+16+135=402 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.44% from 402); Green value is 16 (6.64% from 255 or 3.98% from 402); Blue value is 135 (53.12% from 255 or 33.58% from 402); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1087 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1087 is #04EF78. Grayscale: #636363. Windows color (decimal): -323449 or 8851707. OLE color: 8851707.
HSL color Cylindrical-coordinate representation of color #FB1087: hue angle of 329.62º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB1087 is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 16 | 135 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.02 |
| HSL | 329.62º | 0.97% | 0.52% | - |
| HSV(B) | 329.62º | 0.94% | 0.98% | - |
| XYZ | 44.34 | 22.63 | 24.95 | - |
| YUV | 99.83 | 147.86 | 235.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 16 | 135 | 0 | 0.94 | 0.46 | 0.02 | 329.62 | 0.97 | 0.52 |
| Hex | FB | 10 | 87 | 0 | 5E | 2E | 2 | 14A | 61 | 34 |
| Octal | 373 | 20 | 207 | 0 | 136 | 56 | 2 | 512 | 141 | 64 |
| Binary | 11111011 | 10000 | 10000111 | 0 | 1011110 | 101110 | 10 | 101001010 | 1100001 | 110100 |
Color Harmonies of #FB1087
Complementary color
Monochromatic Colors of #FB1087
Black with #FB1087
Text Example
Text Example
White with #FB1087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1087; }
p { color: rgb(251,16,135); }
H1.HeaderClassName
{
color: #FB1087;
}
.AnyTagClassName
{
color: #FB1087;
}
</style>
background-color css
<style>
a { background-color: #FB1087; }
a { background-color: rgb(251,16,135); }
div.DivClassName
{
background-color: #FB1087;
}
.BgClassName
{
background-color: #FB1087;
}
</style>
border-color css
<style>
span { border-color: #FB1087; }
span { border-color: rgb(251,16,135); }
td.TdClassName
{
border-color: #FB1087;
}
.TagClassName
{
border-color: #FB1087;
}
</style>