Shades of Shocking Pink #FC16D2
Tints of Shocking Pink #FC16D2
RGB
CMYK
RGB Variations
Color information
#FC16D2 (or 0xFC16D2) is known color: Shocking Pink. HEX triplet: FC, 16 and D2. RGB value is (252,22,210). Sum of RGB (Red+Green+Blue) = 252+22+210=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 22 (8.98% from 255 or 4.55% from 484); Blue value is 210 (82.42% from 255 or 43.39% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FC16D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC16D2 is #03E92D. Grayscale: #6F6F6F. Windows color (decimal): -256302 or 13768444. OLE color: 13768444.
HSL color Cylindrical-coordinate representation of color #FC16D2: hue angle of 310.96º 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 #FC16D2 is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 210 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.01 |
| HSL | 310.96º | 0.97% | 0.54% | - |
| HSV(B) | 310.96º | 0.91% | 0.99% | - |
| XYZ | 52.06 | 25.92 | 63.23 | - |
| YUV | 112.2 | 183.2 | 227.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 210 | 0 | 0.91 | 0.17 | 0.01 | 310.96 | 0.97 | 0.54 |
| Hex | FC | 16 | D2 | 0 | 5B | 11 | 1 | 137 | 61 | 36 |
| Octal | 374 | 26 | 322 | 0 | 133 | 21 | 1 | 467 | 141 | 66 |
| Binary | 11111100 | 10110 | 11010010 | 0 | 1011011 | 10001 | 1 | 100110111 | 1100001 | 110110 |
Color Harmonies of #FC16D2
Complementary color
Monochromatic Colors of #FC16D2
Black with #FC16D2
Text Example
Text Example
White with #FC16D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC16D2; }
p { color: rgb(252,22,210); }
H1.HeaderClassName
{
color: #FC16D2;
}
.AnyTagClassName
{
color: #FC16D2;
}
</style>
background-color css
<style>
a { background-color: #FC16D2; }
a { background-color: rgb(252,22,210); }
div.DivClassName
{
background-color: #FC16D2;
}
.BgClassName
{
background-color: #FC16D2;
}
</style>
border-color css
<style>
span { border-color: #FC16D2; }
span { border-color: rgb(252,22,210); }
td.TdClassName
{
border-color: #FC16D2;
}
.TagClassName
{
border-color: #FC16D2;
}
</style>