Shades of Shocking Pink #FC19C9
Tints of Shocking Pink #FC19C9
RGB
CMYK
RGB Variations
Color information
#FC19C9 (or 0xFC19C9) is known color: Shocking Pink. HEX triplet: FC, 19 and C9. RGB value is (252,25,201). Sum of RGB (Red+Green+Blue) = 252+25+201=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 25 (10.16% from 255 or 5.23% from 478); Blue value is 201 (78.91% from 255 or 42.05% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC19C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC19C9 is #03E636. Grayscale: #707070. Windows color (decimal): -255543 or 13179388. OLE color: 13179388.
HSL color Cylindrical-coordinate representation of color #FC19C9: hue angle of 313.48º 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 #FC19C9 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 201 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.01 |
| HSL | 313.48º | 0.97% | 0.54% | - |
| HSV(B) | 313.48º | 0.9% | 0.99% | - |
| XYZ | 51.04 | 25.61 | 57.51 | - |
| YUV | 112.94 | 177.71 | 227.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 201 | 0 | 0.90 | 0.20 | 0.01 | 313.48 | 0.97 | 0.54 |
| Hex | FC | 19 | C9 | 0 | 5A | 14 | 1 | 139 | 61 | 36 |
| Octal | 374 | 31 | 311 | 0 | 132 | 24 | 1 | 471 | 141 | 66 |
| Binary | 11111100 | 11001 | 11001001 | 0 | 1011010 | 10100 | 1 | 100111001 | 1100001 | 110110 |
Color Harmonies of #FC19C9
Complementary color
Monochromatic Colors of #FC19C9
Black with #FC19C9
Text Example
Text Example
White with #FC19C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC19C9; }
p { color: rgb(252,25,201); }
H1.HeaderClassName
{
color: #FC19C9;
}
.AnyTagClassName
{
color: #FC19C9;
}
</style>
background-color css
<style>
a { background-color: #FC19C9; }
a { background-color: rgb(252,25,201); }
div.DivClassName
{
background-color: #FC19C9;
}
.BgClassName
{
background-color: #FC19C9;
}
</style>
border-color css
<style>
span { border-color: #FC19C9; }
span { border-color: rgb(252,25,201); }
td.TdClassName
{
border-color: #FC19C9;
}
.TagClassName
{
border-color: #FC19C9;
}
</style>