Shades of Shocking Pink #FC19D8
Tints of Shocking Pink #FC19D8
RGB
CMYK
RGB Variations
Color information
#FC19D8 (or 0xFC19D8) is known color: Shocking Pink. HEX triplet: FC, 19 and D8. RGB value is (252,25,216). Sum of RGB (Red+Green+Blue) = 252+25+216=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 25 (10.16% from 255 or 5.07% from 493); Blue value is 216 (84.77% from 255 or 43.81% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FC19D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC19D8 is #03E627. Grayscale: #727272. Windows color (decimal): -255528 or 14162428. OLE color: 14162428.
HSL color Cylindrical-coordinate representation of color #FC19D8: hue angle of 309.52º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC19D8 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 216 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.01 |
| HSL | 309.52º | 0.97% | 0.54% | - |
| HSV(B) | 309.52º | 0.9% | 0.99% | - |
| XYZ | 52.89 | 26.35 | 67.26 | - |
| YUV | 114.65 | 185.21 | 225.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 216 | 0 | 0.90 | 0.14 | 0.01 | 309.52 | 0.97 | 0.54 |
| Hex | FC | 19 | D8 | 0 | 5A | E | 1 | 136 | 61 | 36 |
| Octal | 374 | 31 | 330 | 0 | 132 | 16 | 1 | 466 | 141 | 66 |
| Binary | 11111100 | 11001 | 11011000 | 0 | 1011010 | 1110 | 1 | 100110110 | 1100001 | 110110 |
Color Harmonies of #FC19D8
Complementary color
Monochromatic Colors of #FC19D8
Black with #FC19D8
Text Example
Text Example
White with #FC19D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC19D8; }
p { color: rgb(252,25,216); }
H1.HeaderClassName
{
color: #FC19D8;
}
.AnyTagClassName
{
color: #FC19D8;
}
</style>
background-color css
<style>
a { background-color: #FC19D8; }
a { background-color: rgb(252,25,216); }
div.DivClassName
{
background-color: #FC19D8;
}
.BgClassName
{
background-color: #FC19D8;
}
</style>
border-color css
<style>
span { border-color: #FC19D8; }
span { border-color: rgb(252,25,216); }
td.TdClassName
{
border-color: #FC19D8;
}
.TagClassName
{
border-color: #FC19D8;
}
</style>