Shades of Shocking Pink #FC0ECB
Tints of Shocking Pink #FC0ECB
RGB
CMYK
RGB Variations
Color information
#FC0ECB (or 0xFC0ECB) is known color: Shocking Pink. HEX triplet: FC, 0E and CB. RGB value is (252,14,203). Sum of RGB (Red+Green+Blue) = 252+14+203=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 14 (5.86% from 255 or 2.99% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0ECB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0ECB is #03F134. Grayscale: #6A6A6A. Windows color (decimal): -258357 or 13307644. OLE color: 13307644.
HSL color Cylindrical-coordinate representation of color #FC0ECB: hue angle of 312.35º 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 #FC0ECB is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 14 | 203 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.01 |
| HSL | 312.35º | 0.98% | 0.52% | - |
| HSV(B) | 312.35º | 0.94% | 0.99% | - |
| XYZ | 51.08 | 25.32 | 58.7 | - |
| YUV | 106.71 | 182.35 | 231.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 14 | 203 | 0 | 0.94 | 0.19 | 0.01 | 312.35 | 0.98 | 0.52 |
| Hex | FC | E | CB | 0 | 5E | 13 | 1 | 138 | 62 | 34 |
| Octal | 374 | 16 | 313 | 0 | 136 | 23 | 1 | 470 | 142 | 64 |
| Binary | 11111100 | 1110 | 11001011 | 0 | 1011110 | 10011 | 1 | 100111000 | 1100010 | 110100 |
Color Harmonies of #FC0ECB
Complementary color
Monochromatic Colors of #FC0ECB
Black with #FC0ECB
Text Example
Text Example
White with #FC0ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0ECB; }
p { color: rgb(252,14,203); }
H1.HeaderClassName
{
color: #FC0ECB;
}
.AnyTagClassName
{
color: #FC0ECB;
}
</style>
background-color css
<style>
a { background-color: #FC0ECB; }
a { background-color: rgb(252,14,203); }
div.DivClassName
{
background-color: #FC0ECB;
}
.BgClassName
{
background-color: #FC0ECB;
}
</style>
border-color css
<style>
span { border-color: #FC0ECB; }
span { border-color: rgb(252,14,203); }
td.TdClassName
{
border-color: #FC0ECB;
}
.TagClassName
{
border-color: #FC0ECB;
}
</style>