Shades of Shocking Pink #FC0EC6
Tints of Shocking Pink #FC0EC6
RGB
CMYK
RGB Variations
Color information
#FC0EC6 (or 0xFC0EC6) is known color: Shocking Pink. HEX triplet: FC, 0E and C6. RGB value is (252,14,198). Sum of RGB (Red+Green+Blue) = 252+14+198=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 14 (5.86% from 255 or 3.02% from 464); Blue value is 198 (77.73% from 255 or 42.67% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0EC6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0EC6 is #03F139. Grayscale: #696969. Windows color (decimal): -258362 or 12979964. OLE color: 12979964.
HSL color Cylindrical-coordinate representation of color #FC0EC6: hue angle of 313.61º 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 #FC0EC6 is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 14 | 198 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.01 |
| HSL | 313.61º | 0.98% | 0.52% | - |
| HSV(B) | 313.61º | 0.94% | 0.99% | - |
| XYZ | 50.49 | 25.09 | 55.61 | - |
| YUV | 106.14 | 179.85 | 232.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 14 | 198 | 0 | 0.94 | 0.21 | 0.01 | 313.61 | 0.98 | 0.52 |
| Hex | FC | E | C6 | 0 | 5E | 15 | 1 | 13A | 62 | 34 |
| Octal | 374 | 16 | 306 | 0 | 136 | 25 | 1 | 472 | 142 | 64 |
| Binary | 11111100 | 1110 | 11000110 | 0 | 1011110 | 10101 | 1 | 100111010 | 1100010 | 110100 |
Color Harmonies of #FC0EC6
Complementary color
Monochromatic Colors of #FC0EC6
Black with #FC0EC6
Text Example
Text Example
White with #FC0EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0EC6; }
p { color: rgb(252,14,198); }
H1.HeaderClassName
{
color: #FC0EC6;
}
.AnyTagClassName
{
color: #FC0EC6;
}
</style>
background-color css
<style>
a { background-color: #FC0EC6; }
a { background-color: rgb(252,14,198); }
div.DivClassName
{
background-color: #FC0EC6;
}
.BgClassName
{
background-color: #FC0EC6;
}
</style>
border-color css
<style>
span { border-color: #FC0EC6; }
span { border-color: rgb(252,14,198); }
td.TdClassName
{
border-color: #FC0EC6;
}
.TagClassName
{
border-color: #FC0EC6;
}
</style>