Shades of Deep Pink #FB0C87
Tints of Deep Pink #FB0C87
RGB
CMYK
RGB Variations
Color information
#FB0C87 (or 0xFB0C87) is known color: Deep Pink. HEX triplet: FB, 0C and 87. RGB value is (251,12,135). Sum of RGB (Red+Green+Blue) = 251+12+135=398 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.07% from 398); Green value is 12 (5.08% from 255 or 3.02% from 398); Blue value is 135 (53.12% from 255 or 33.92% from 398); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0C87 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0C87 is #04F378. Grayscale: #616161. Windows color (decimal): -324473 or 8850683. OLE color: 8850683.
HSL color Cylindrical-coordinate representation of color #FB0C87: hue angle of 329.12º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB0C87 is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 12 | 135 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.02 |
| HSL | 329.12º | 0.97% | 0.52% | - |
| HSV(B) | 329.12º | 0.95% | 0.98% | - |
| XYZ | 44.29 | 22.52 | 24.93 | - |
| YUV | 97.48 | 149.18 | 237.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 12 | 135 | 0 | 0.95 | 0.46 | 0.02 | 329.12 | 0.97 | 0.52 |
| Hex | FB | C | 87 | 0 | 5F | 2E | 2 | 149 | 61 | 34 |
| Octal | 373 | 14 | 207 | 0 | 137 | 56 | 2 | 511 | 141 | 64 |
| Binary | 11111011 | 1100 | 10000111 | 0 | 1011111 | 101110 | 10 | 101001001 | 1100001 | 110100 |
Color Harmonies of #FB0C87
Complementary color
Monochromatic Colors of #FB0C87
Black with #FB0C87
Text Example
Text Example
White with #FB0C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0C87; }
p { color: rgb(251,12,135); }
H1.HeaderClassName
{
color: #FB0C87;
}
.AnyTagClassName
{
color: #FB0C87;
}
</style>
background-color css
<style>
a { background-color: #FB0C87; }
a { background-color: rgb(251,12,135); }
div.DivClassName
{
background-color: #FB0C87;
}
.BgClassName
{
background-color: #FB0C87;
}
</style>
border-color css
<style>
span { border-color: #FB0C87; }
span { border-color: rgb(251,12,135); }
td.TdClassName
{
border-color: #FB0C87;
}
.TagClassName
{
border-color: #FB0C87;
}
</style>