Shades of Deep Pink #FC0B76
Tints of Deep Pink #FC0B76
RGB
CMYK
RGB Variations
Color information
#FC0B76 (or 0xFC0B76) is known color: Deep Pink. HEX triplet: FC, 0B and 76. RGB value is (252,11,118). Sum of RGB (Red+Green+Blue) = 252+11+118=381 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.14% from 381); Green value is 11 (4.69% from 255 or 2.89% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0B76 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0B76 is #03F489. Grayscale: #5F5F5F. Windows color (decimal): -259210 or 7736316. OLE color: 7736316.
HSL color Cylindrical-coordinate representation of color #FC0B76: hue angle of 333.36º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC0B76 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 11 | 118 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.01 |
| HSL | 333.36º | 0.98% | 0.52% | - |
| HSV(B) | 333.36º | 0.96% | 0.99% | - |
| XYZ | 43.53 | 22.24 | 19.14 | - |
| YUV | 95.26 | 140.84 | 239.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 11 | 118 | 0 | 0.96 | 0.53 | 0.01 | 333.36 | 0.98 | 0.52 |
| Hex | FC | B | 76 | 0 | 60 | 35 | 1 | 14D | 62 | 34 |
| Octal | 374 | 13 | 166 | 0 | 140 | 65 | 1 | 515 | 142 | 64 |
| Binary | 11111100 | 1011 | 1110110 | 0 | 1100000 | 110101 | 1 | 101001101 | 1100010 | 110100 |
Color Harmonies of #FC0B76
Complementary color
Monochromatic Colors of #FC0B76
Black with #FC0B76
Text Example
Text Example
White with #FC0B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0B76; }
p { color: rgb(252,11,118); }
H1.HeaderClassName
{
color: #FC0B76;
}
.AnyTagClassName
{
color: #FC0B76;
}
</style>
background-color css
<style>
a { background-color: #FC0B76; }
a { background-color: rgb(252,11,118); }
div.DivClassName
{
background-color: #FC0B76;
}
.BgClassName
{
background-color: #FC0B76;
}
</style>
border-color css
<style>
span { border-color: #FC0B76; }
span { border-color: rgb(252,11,118); }
td.TdClassName
{
border-color: #FC0B76;
}
.TagClassName
{
border-color: #FC0B76;
}
</style>