Shades of Shocking Pink #FC14CE
Tints of Shocking Pink #FC14CE
RGB
CMYK
RGB Variations
Color information
#FC14CE (or 0xFC14CE) is known color: Shocking Pink. HEX triplet: FC, 14 and CE. RGB value is (252,20,206). Sum of RGB (Red+Green+Blue) = 252+20+206=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 20 (8.20% from 255 or 4.18% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC14CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC14CE is #03EB31. Grayscale: #6E6E6E. Windows color (decimal): -256818 or 13505788. OLE color: 13505788.
HSL color Cylindrical-coordinate representation of color #FC14CE: hue angle of 311.9º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC14CE is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 20 | 206 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.01 |
| HSL | 311.9º | 0.97% | 0.53% | - |
| HSV(B) | 311.9º | 0.92% | 0.99% | - |
| XYZ | 51.54 | 25.65 | 60.63 | - |
| YUV | 110.57 | 181.86 | 228.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 20 | 206 | 0 | 0.92 | 0.18 | 0.01 | 311.9 | 0.97 | 0.53 |
| Hex | FC | 14 | CE | 0 | 5C | 12 | 1 | 138 | 61 | 35 |
| Octal | 374 | 24 | 316 | 0 | 134 | 22 | 1 | 470 | 141 | 65 |
| Binary | 11111100 | 10100 | 11001110 | 0 | 1011100 | 10010 | 1 | 100111000 | 1100001 | 110101 |
Color Harmonies of #FC14CE
Complementary color
Monochromatic Colors of #FC14CE
Black with #FC14CE
Text Example
Text Example
White with #FC14CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC14CE; }
p { color: rgb(252,20,206); }
H1.HeaderClassName
{
color: #FC14CE;
}
.AnyTagClassName
{
color: #FC14CE;
}
</style>
background-color css
<style>
a { background-color: #FC14CE; }
a { background-color: rgb(252,20,206); }
div.DivClassName
{
background-color: #FC14CE;
}
.BgClassName
{
background-color: #FC14CE;
}
</style>
border-color css
<style>
span { border-color: #FC14CE; }
span { border-color: rgb(252,20,206); }
td.TdClassName
{
border-color: #FC14CE;
}
.TagClassName
{
border-color: #FC14CE;
}
</style>