Shades of Shocking Pink #FC19CF
Tints of Shocking Pink #FC19CF
RGB
CMYK
RGB Variations
Color information
#FC19CF (or 0xFC19CF) is known color: Shocking Pink. HEX triplet: FC, 19 and CF. RGB value is (252,25,207). Sum of RGB (Red+Green+Blue) = 252+25+207=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 25 (10.16% from 255 or 5.17% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FC19CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC19CF is #03E630. Grayscale: #717171. Windows color (decimal): -255537 or 13572604. OLE color: 13572604.
HSL color Cylindrical-coordinate representation of color #FC19CF: hue angle of 311.89º 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 #FC19CF is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 207 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.01 |
| HSL | 311.89º | 0.97% | 0.54% | - |
| HSV(B) | 311.89º | 0.9% | 0.99% | - |
| XYZ | 51.76 | 25.9 | 61.3 | - |
| YUV | 113.62 | 180.71 | 226.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 207 | 0 | 0.90 | 0.18 | 0.01 | 311.89 | 0.97 | 0.54 |
| Hex | FC | 19 | CF | 0 | 5A | 12 | 1 | 138 | 61 | 36 |
| Octal | 374 | 31 | 317 | 0 | 132 | 22 | 1 | 470 | 141 | 66 |
| Binary | 11111100 | 11001 | 11001111 | 0 | 1011010 | 10010 | 1 | 100111000 | 1100001 | 110110 |
Color Harmonies of #FC19CF
Complementary color
Monochromatic Colors of #FC19CF
Black with #FC19CF
Text Example
Text Example
White with #FC19CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC19CF; }
p { color: rgb(252,25,207); }
H1.HeaderClassName
{
color: #FC19CF;
}
.AnyTagClassName
{
color: #FC19CF;
}
</style>
background-color css
<style>
a { background-color: #FC19CF; }
a { background-color: rgb(252,25,207); }
div.DivClassName
{
background-color: #FC19CF;
}
.BgClassName
{
background-color: #FC19CF;
}
</style>
border-color css
<style>
span { border-color: #FC19CF; }
span { border-color: rgb(252,25,207); }
td.TdClassName
{
border-color: #FC19CF;
}
.TagClassName
{
border-color: #FC19CF;
}
</style>