Shades of Shocking Pink #FC16C0
Tints of Shocking Pink #FC16C0
RGB
CMYK
RGB Variations
Color information
#FC16C0 (or 0xFC16C0) is known color: Shocking Pink. HEX triplet: FC, 16 and C0. RGB value is (252,22,192). Sum of RGB (Red+Green+Blue) = 252+22+192=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 22 (8.98% from 255 or 4.72% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FC16C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC16C0 is #03E93F. Grayscale: #6D6D6D. Windows color (decimal): -256320 or 12588796. OLE color: 12588796.
HSL color Cylindrical-coordinate representation of color #FC16C0: hue angle of 315.65º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC16C0 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 192 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.01 |
| HSL | 315.65º | 0.97% | 0.54% | - |
| HSV(B) | 315.65º | 0.91% | 0.99% | - |
| XYZ | 49.95 | 25.08 | 52.08 | - |
| YUV | 110.15 | 174.2 | 229.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 192 | 0 | 0.91 | 0.24 | 0.01 | 315.65 | 0.97 | 0.54 |
| Hex | FC | 16 | C0 | 0 | 5B | 18 | 1 | 13C | 61 | 36 |
| Octal | 374 | 26 | 300 | 0 | 133 | 30 | 1 | 474 | 141 | 66 |
| Binary | 11111100 | 10110 | 11000000 | 0 | 1011011 | 11000 | 1 | 100111100 | 1100001 | 110110 |
Color Harmonies of #FC16C0
Complementary color
Monochromatic Colors of #FC16C0
Black with #FC16C0
Text Example
Text Example
White with #FC16C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC16C0; }
p { color: rgb(252,22,192); }
H1.HeaderClassName
{
color: #FC16C0;
}
.AnyTagClassName
{
color: #FC16C0;
}
</style>
background-color css
<style>
a { background-color: #FC16C0; }
a { background-color: rgb(252,22,192); }
div.DivClassName
{
background-color: #FC16C0;
}
.BgClassName
{
background-color: #FC16C0;
}
</style>
border-color css
<style>
span { border-color: #FC16C0; }
span { border-color: rgb(252,22,192); }
td.TdClassName
{
border-color: #FC16C0;
}
.TagClassName
{
border-color: #FC16C0;
}
</style>