Shades of Shocking Pink #FC0BC9
Tints of Shocking Pink #FC0BC9
RGB
CMYK
RGB Variations
Color information
#FC0BC9 (or 0xFC0BC9) is known color: Shocking Pink. HEX triplet: FC, 0B and C9. RGB value is (252,11,201). Sum of RGB (Red+Green+Blue) = 252+11+201=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 11 (4.69% from 255 or 2.37% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0BC9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0BC9 is #03F436. Grayscale: #686868. Windows color (decimal): -259127 or 13175804. OLE color: 13175804.
HSL color Cylindrical-coordinate representation of color #FC0BC9: hue angle of 312.7º 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 #FC0BC9 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 11 | 201 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.01 |
| HSL | 312.7º | 0.98% | 0.52% | - |
| HSV(B) | 312.7º | 0.96% | 0.99% | - |
| XYZ | 50.81 | 25.15 | 57.44 | - |
| YUV | 104.72 | 182.34 | 233.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 11 | 201 | 0 | 0.96 | 0.20 | 0.01 | 312.7 | 0.98 | 0.52 |
| Hex | FC | B | C9 | 0 | 60 | 14 | 1 | 139 | 62 | 34 |
| Octal | 374 | 13 | 311 | 0 | 140 | 24 | 1 | 471 | 142 | 64 |
| Binary | 11111100 | 1011 | 11001001 | 0 | 1100000 | 10100 | 1 | 100111001 | 1100010 | 110100 |
Color Harmonies of #FC0BC9
Complementary color
Monochromatic Colors of #FC0BC9
Black with #FC0BC9
Text Example
Text Example
White with #FC0BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0BC9; }
p { color: rgb(252,11,201); }
H1.HeaderClassName
{
color: #FC0BC9;
}
.AnyTagClassName
{
color: #FC0BC9;
}
</style>
background-color css
<style>
a { background-color: #FC0BC9; }
a { background-color: rgb(252,11,201); }
div.DivClassName
{
background-color: #FC0BC9;
}
.BgClassName
{
background-color: #FC0BC9;
}
</style>
border-color css
<style>
span { border-color: #FC0BC9; }
span { border-color: rgb(252,11,201); }
td.TdClassName
{
border-color: #FC0BC9;
}
.TagClassName
{
border-color: #FC0BC9;
}
</style>