Shades of Shocking Pink #FC0ECD
Tints of Shocking Pink #FC0ECD
RGB
CMYK
RGB Variations
Color information
#FC0ECD (or 0xFC0ECD) is known color: Shocking Pink. HEX triplet: FC, 0E and CD. RGB value is (252,14,205). Sum of RGB (Red+Green+Blue) = 252+14+205=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 14 (5.86% from 255 or 2.97% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0ECD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0ECD is #03F132. Grayscale: #6A6A6A. Windows color (decimal): -258355 or 13438716. OLE color: 13438716.
HSL color Cylindrical-coordinate representation of color #FC0ECD: hue angle of 311.85º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC0ECD is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 14 | 205 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.01 |
| HSL | 311.85º | 0.98% | 0.52% | - |
| HSV(B) | 311.85º | 0.94% | 0.99% | - |
| XYZ | 51.32 | 25.42 | 59.96 | - |
| YUV | 106.94 | 183.35 | 231.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 14 | 205 | 0 | 0.94 | 0.19 | 0.01 | 311.85 | 0.98 | 0.52 |
| Hex | FC | E | CD | 0 | 5E | 13 | 1 | 138 | 62 | 34 |
| Octal | 374 | 16 | 315 | 0 | 136 | 23 | 1 | 470 | 142 | 64 |
| Binary | 11111100 | 1110 | 11001101 | 0 | 1011110 | 10011 | 1 | 100111000 | 1100010 | 110100 |
Color Harmonies of #FC0ECD
Complementary color
Monochromatic Colors of #FC0ECD
Black with #FC0ECD
Text Example
Text Example
White with #FC0ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0ECD; }
p { color: rgb(252,14,205); }
H1.HeaderClassName
{
color: #FC0ECD;
}
.AnyTagClassName
{
color: #FC0ECD;
}
</style>
background-color css
<style>
a { background-color: #FC0ECD; }
a { background-color: rgb(252,14,205); }
div.DivClassName
{
background-color: #FC0ECD;
}
.BgClassName
{
background-color: #FC0ECD;
}
</style>
border-color css
<style>
span { border-color: #FC0ECD; }
span { border-color: rgb(252,14,205); }
td.TdClassName
{
border-color: #FC0ECD;
}
.TagClassName
{
border-color: #FC0ECD;
}
</style>