Shades of Shocking Pink #FC16D0
Tints of Shocking Pink #FC16D0
RGB
CMYK
RGB Variations
Color information
#FC16D0 (or 0xFC16D0) is known color: Shocking Pink. HEX triplet: FC, 16 and D0. RGB value is (252,22,208). Sum of RGB (Red+Green+Blue) = 252+22+208=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 22 (8.98% from 255 or 4.56% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC16D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC16D0 is #03E92F. Grayscale: #6F6F6F. Windows color (decimal): -256304 or 13637372. OLE color: 13637372.
HSL color Cylindrical-coordinate representation of color #FC16D0: hue angle of 311.48º 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 #FC16D0 is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 22 | 208 | - |
CMYK | 0 | 0.91 | 0.17 | 0.01 |
HSL | 311.48º | 0.97% | 0.54% | - |
HSV(B) | 311.48º | 0.91% | 0.99% | - |
XYZ | 51.82 | 25.82 | 61.93 | - |
YUV | 111.97 | 182.2 | 227.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 22 | 208 | 0 | 0.91 | 0.17 | 0.01 | 311.48 | 0.97 | 0.54 |
Hex | FC | 16 | D0 | 0 | 5B | 11 | 1 | 137 | 61 | 36 |
Octal | 374 | 26 | 320 | 0 | 133 | 21 | 1 | 467 | 141 | 66 |
Binary | 11111100 | 10110 | 11010000 | 0 | 1011011 | 10001 | 1 | 100110111 | 1100001 | 110110 |
Color Harmonies of #FC16D0
Complementary color
Monochromatic Colors of #FC16D0
Black with #FC16D0
Text Example
Text Example
White with #FC16D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC16D0; }
p { color: rgb(252,22,208); }
H1.HeaderClassName
{
color: #FC16D0;
}
.AnyTagClassName
{
color: #FC16D0;
}
</style>
background-color css
<style>
a { background-color: #FC16D0; }
a { background-color: rgb(252,22,208); }
div.DivClassName
{
background-color: #FC16D0;
}
.BgClassName
{
background-color: #FC16D0;
}
</style>
border-color css
<style>
span { border-color: #FC16D0; }
span { border-color: rgb(252,22,208); }
td.TdClassName
{
border-color: #FC16D0;
}
.TagClassName
{
border-color: #FC16D0;
}
</style>