Shades of Shocking Pink #FC14C8
Tints of Shocking Pink #FC14C8
RGB
CMYK
RGB Variations
Color information
#FC14C8 (or 0xFC14C8) is known color: Shocking Pink. HEX triplet: FC, 14 and C8. RGB value is (252,20,200). Sum of RGB (Red+Green+Blue) = 252+20+200=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 20 (8.20% from 255 or 4.24% from 472); Blue value is 200 (78.52% from 255 or 42.37% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FC14C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC14C8 is #03EB37. Grayscale: #6D6D6D. Windows color (decimal): -256824 or 13112572. OLE color: 13112572.
HSL color Cylindrical-coordinate representation of color #FC14C8: hue angle of 313.45º 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 #FC14C8 is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 20 | 200 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.01 |
| HSL | 313.45º | 0.97% | 0.53% | - |
| HSV(B) | 313.45º | 0.92% | 0.99% | - |
| XYZ | 50.82 | 25.37 | 56.86 | - |
| YUV | 109.89 | 178.86 | 229.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 20 | 200 | 0 | 0.92 | 0.21 | 0.01 | 313.45 | 0.97 | 0.53 |
| Hex | FC | 14 | C8 | 0 | 5C | 15 | 1 | 139 | 61 | 35 |
| Octal | 374 | 24 | 310 | 0 | 134 | 25 | 1 | 471 | 141 | 65 |
| Binary | 11111100 | 10100 | 11001000 | 0 | 1011100 | 10101 | 1 | 100111001 | 1100001 | 110101 |
Color Harmonies of #FC14C8
Complementary color
Monochromatic Colors of #FC14C8
Black with #FC14C8
Text Example
Text Example
White with #FC14C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC14C8; }
p { color: rgb(252,20,200); }
H1.HeaderClassName
{
color: #FC14C8;
}
.AnyTagClassName
{
color: #FC14C8;
}
</style>
background-color css
<style>
a { background-color: #FC14C8; }
a { background-color: rgb(252,20,200); }
div.DivClassName
{
background-color: #FC14C8;
}
.BgClassName
{
background-color: #FC14C8;
}
</style>
border-color css
<style>
span { border-color: #FC14C8; }
span { border-color: rgb(252,20,200); }
td.TdClassName
{
border-color: #FC14C8;
}
.TagClassName
{
border-color: #FC14C8;
}
</style>