Shades of Shocking Pink #FC0CC9
Tints of Shocking Pink #FC0CC9
RGB
CMYK
RGB Variations
Color information
#FC0CC9 (or 0xFC0CC9) is known color: Shocking Pink. HEX triplet: FC, 0C and C9. RGB value is (252,12,201). Sum of RGB (Red+Green+Blue) = 252+12+201=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 12 (5.08% from 255 or 2.58% from 465); Blue value is 201 (78.91% from 255 or 43.23% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0CC9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0CC9 is #03F336. Grayscale: #686868. Windows color (decimal): -258871 or 13176060. OLE color: 13176060.
HSL color Cylindrical-coordinate representation of color #FC0CC9: hue angle of 312.75º 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 #FC0CC9 is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 12 | 201 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.01 |
| HSL | 312.75º | 0.98% | 0.52% | - |
| HSV(B) | 312.75º | 0.95% | 0.99% | - |
| XYZ | 50.82 | 25.18 | 57.44 | - |
| YUV | 105.31 | 182.01 | 232.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 12 | 201 | 0 | 0.95 | 0.20 | 0.01 | 312.75 | 0.98 | 0.52 |
| Hex | FC | C | C9 | 0 | 5F | 14 | 1 | 139 | 62 | 34 |
| Octal | 374 | 14 | 311 | 0 | 137 | 24 | 1 | 471 | 142 | 64 |
| Binary | 11111100 | 1100 | 11001001 | 0 | 1011111 | 10100 | 1 | 100111001 | 1100010 | 110100 |
Color Harmonies of #FC0CC9
Complementary color
Monochromatic Colors of #FC0CC9
Black with #FC0CC9
Text Example
Text Example
White with #FC0CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0CC9; }
p { color: rgb(252,12,201); }
H1.HeaderClassName
{
color: #FC0CC9;
}
.AnyTagClassName
{
color: #FC0CC9;
}
</style>
background-color css
<style>
a { background-color: #FC0CC9; }
a { background-color: rgb(252,12,201); }
div.DivClassName
{
background-color: #FC0CC9;
}
.BgClassName
{
background-color: #FC0CC9;
}
</style>
border-color css
<style>
span { border-color: #FC0CC9; }
span { border-color: rgb(252,12,201); }
td.TdClassName
{
border-color: #FC0CC9;
}
.TagClassName
{
border-color: #FC0CC9;
}
</style>