Shades of Shocking Pink #FC14CC
Tints of Shocking Pink #FC14CC
RGB
CMYK
RGB Variations
Color information
#FC14CC (or 0xFC14CC) is known color: Shocking Pink. HEX triplet: FC, 14 and CC. RGB value is (252,20,204). Sum of RGB (Red+Green+Blue) = 252+20+204=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 20 (8.20% from 255 or 4.20% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC14CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC14CC is #03EB33. Grayscale: #6D6D6D. Windows color (decimal): -256820 or 13374716. OLE color: 13374716.
HSL color Cylindrical-coordinate representation of color #FC14CC: hue angle of 312.41º 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 #FC14CC is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 20 | 204 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.01 |
| HSL | 312.41º | 0.97% | 0.53% | - |
| HSV(B) | 312.41º | 0.92% | 0.99% | - |
| XYZ | 51.29 | 25.56 | 59.36 | - |
| YUV | 110.34 | 180.86 | 229.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 20 | 204 | 0 | 0.92 | 0.19 | 0.01 | 312.41 | 0.97 | 0.53 |
| Hex | FC | 14 | CC | 0 | 5C | 13 | 1 | 138 | 61 | 35 |
| Octal | 374 | 24 | 314 | 0 | 134 | 23 | 1 | 470 | 141 | 65 |
| Binary | 11111100 | 10100 | 11001100 | 0 | 1011100 | 10011 | 1 | 100111000 | 1100001 | 110101 |
Color Harmonies of #FC14CC
Complementary color
Monochromatic Colors of #FC14CC
Black with #FC14CC
Text Example
Text Example
White with #FC14CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC14CC; }
p { color: rgb(252,20,204); }
H1.HeaderClassName
{
color: #FC14CC;
}
.AnyTagClassName
{
color: #FC14CC;
}
</style>
background-color css
<style>
a { background-color: #FC14CC; }
a { background-color: rgb(252,20,204); }
div.DivClassName
{
background-color: #FC14CC;
}
.BgClassName
{
background-color: #FC14CC;
}
</style>
border-color css
<style>
span { border-color: #FC14CC; }
span { border-color: rgb(252,20,204); }
td.TdClassName
{
border-color: #FC14CC;
}
.TagClassName
{
border-color: #FC14CC;
}
</style>