Shades of Shocking Pink #FC19D7
Tints of Shocking Pink #FC19D7
RGB
CMYK
RGB Variations
Color information
#FC19D7 (or 0xFC19D7) is known color: Shocking Pink. HEX triplet: FC, 19 and D7. RGB value is (252,25,215). Sum of RGB (Red+Green+Blue) = 252+25+215=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 25 (10.16% from 255 or 5.08% from 492); Blue value is 215 (84.38% from 255 or 43.70% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FC19D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC19D7 is #03E628. Grayscale: #727272. Windows color (decimal): -255529 or 14096892. OLE color: 14096892.
HSL color Cylindrical-coordinate representation of color #FC19D7: hue angle of 309.78º 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 #FC19D7 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 215 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.01 |
| HSL | 309.78º | 0.97% | 0.54% | - |
| HSV(B) | 309.78º | 0.9% | 0.99% | - |
| XYZ | 52.76 | 26.3 | 66.59 | - |
| YUV | 114.53 | 184.71 | 226.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 215 | 0 | 0.90 | 0.15 | 0.01 | 309.78 | 0.97 | 0.54 |
| Hex | FC | 19 | D7 | 0 | 5A | F | 1 | 136 | 61 | 36 |
| Octal | 374 | 31 | 327 | 0 | 132 | 17 | 1 | 466 | 141 | 66 |
| Binary | 11111100 | 11001 | 11010111 | 0 | 1011010 | 1111 | 1 | 100110110 | 1100001 | 110110 |
Color Harmonies of #FC19D7
Complementary color
Monochromatic Colors of #FC19D7
Black with #FC19D7
Text Example
Text Example
White with #FC19D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC19D7; }
p { color: rgb(252,25,215); }
H1.HeaderClassName
{
color: #FC19D7;
}
.AnyTagClassName
{
color: #FC19D7;
}
</style>
background-color css
<style>
a { background-color: #FC19D7; }
a { background-color: rgb(252,25,215); }
div.DivClassName
{
background-color: #FC19D7;
}
.BgClassName
{
background-color: #FC19D7;
}
</style>
border-color css
<style>
span { border-color: #FC19D7; }
span { border-color: rgb(252,25,215); }
td.TdClassName
{
border-color: #FC19D7;
}
.TagClassName
{
border-color: #FC19D7;
}
</style>