Shades of Shocking Pink #FC0CBF
Tints of Shocking Pink #FC0CBF
RGB
CMYK
RGB Variations
Color information
#FC0CBF (or 0xFC0CBF) is known color: Shocking Pink. HEX triplet: FC, 0C and BF. RGB value is (252,12,191). Sum of RGB (Red+Green+Blue) = 252+12+191=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 12 (5.08% from 255 or 2.64% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0CBF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0CBF is #03F340. Grayscale: #676767. Windows color (decimal): -258881 or 12520700. OLE color: 12520700.
HSL color Cylindrical-coordinate representation of color #FC0CBF: hue angle of 315.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC0CBF is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 12 | 191 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.01 |
| HSL | 315.25º | 0.98% | 0.52% | - |
| HSV(B) | 315.25º | 0.95% | 0.99% | - |
| XYZ | 49.68 | 24.72 | 51.44 | - |
| YUV | 104.17 | 177.01 | 233.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 12 | 191 | 0 | 0.95 | 0.24 | 0.01 | 315.25 | 0.98 | 0.52 |
| Hex | FC | C | BF | 0 | 5F | 18 | 1 | 13B | 62 | 34 |
| Octal | 374 | 14 | 277 | 0 | 137 | 30 | 1 | 473 | 142 | 64 |
| Binary | 11111100 | 1100 | 10111111 | 0 | 1011111 | 11000 | 1 | 100111011 | 1100010 | 110100 |
Color Harmonies of #FC0CBF
Complementary color
Monochromatic Colors of #FC0CBF
Black with #FC0CBF
Text Example
Text Example
White with #FC0CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0CBF; }
p { color: rgb(252,12,191); }
H1.HeaderClassName
{
color: #FC0CBF;
}
.AnyTagClassName
{
color: #FC0CBF;
}
</style>
background-color css
<style>
a { background-color: #FC0CBF; }
a { background-color: rgb(252,12,191); }
div.DivClassName
{
background-color: #FC0CBF;
}
.BgClassName
{
background-color: #FC0CBF;
}
</style>
border-color css
<style>
span { border-color: #FC0CBF; }
span { border-color: rgb(252,12,191); }
td.TdClassName
{
border-color: #FC0CBF;
}
.TagClassName
{
border-color: #FC0CBF;
}
</style>