Shades of Shocking Pink #FC19D0
Tints of Shocking Pink #FC19D0
RGB
CMYK
RGB Variations
Color information
#FC19D0 (or 0xFC19D0) is known color: Shocking Pink. HEX triplet: FC, 19 and D0. RGB value is (252,25,208). Sum of RGB (Red+Green+Blue) = 252+25+208=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 25 (10.16% from 255 or 5.15% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC19D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC19D0 is #03E62F. Grayscale: #717171. Windows color (decimal): -255536 or 13638140. OLE color: 13638140.
HSL color Cylindrical-coordinate representation of color #FC19D0: hue angle of 311.63º 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 #FC19D0 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 208 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.01 |
| HSL | 311.63º | 0.97% | 0.54% | - |
| HSV(B) | 311.63º | 0.9% | 0.99% | - |
| XYZ | 51.88 | 25.94 | 61.95 | - |
| YUV | 113.74 | 181.21 | 226.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 208 | 0 | 0.90 | 0.17 | 0.01 | 311.63 | 0.97 | 0.54 |
| Hex | FC | 19 | D0 | 0 | 5A | 11 | 1 | 138 | 61 | 36 |
| Octal | 374 | 31 | 320 | 0 | 132 | 21 | 1 | 470 | 141 | 66 |
| Binary | 11111100 | 11001 | 11010000 | 0 | 1011010 | 10001 | 1 | 100111000 | 1100001 | 110110 |
Color Harmonies of #FC19D0
Complementary color
Monochromatic Colors of #FC19D0
Black with #FC19D0
Text Example
Text Example
White with #FC19D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC19D0; }
p { color: rgb(252,25,208); }
H1.HeaderClassName
{
color: #FC19D0;
}
.AnyTagClassName
{
color: #FC19D0;
}
</style>
background-color css
<style>
a { background-color: #FC19D0; }
a { background-color: rgb(252,25,208); }
div.DivClassName
{
background-color: #FC19D0;
}
.BgClassName
{
background-color: #FC19D0;
}
</style>
border-color css
<style>
span { border-color: #FC19D0; }
span { border-color: rgb(252,25,208); }
td.TdClassName
{
border-color: #FC19D0;
}
.TagClassName
{
border-color: #FC19D0;
}
</style>