Shades of Shocking Pink #FC16CE
Tints of Shocking Pink #FC16CE
RGB
CMYK
RGB Variations
Color information
#FC16CE (or 0xFC16CE) is known color: Shocking Pink. HEX triplet: FC, 16 and CE. RGB value is (252,22,206). Sum of RGB (Red+Green+Blue) = 252+22+206=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 22 (8.98% from 255 or 4.58% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FC16CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC16CE is #03E931. Grayscale: #6F6F6F. Windows color (decimal): -256306 or 13506300. OLE color: 13506300.
HSL color Cylindrical-coordinate representation of color #FC16CE: hue angle of 312º 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 #FC16CE is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 206 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.01 |
| HSL | 312º | 0.97% | 0.54% | - |
| HSV(B) | 312º | 0.91% | 0.99% | - |
| XYZ | 51.57 | 25.73 | 60.64 | - |
| YUV | 111.75 | 181.2 | 228.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 206 | 0 | 0.91 | 0.18 | 0.01 | 312 | 0.97 | 0.54 |
| Hex | FC | 16 | CE | 0 | 5B | 12 | 1 | 138 | 61 | 36 |
| Octal | 374 | 26 | 316 | 0 | 133 | 22 | 1 | 470 | 141 | 66 |
| Binary | 11111100 | 10110 | 11001110 | 0 | 1011011 | 10010 | 1 | 100111000 | 1100001 | 110110 |
Color Harmonies of #FC16CE
Complementary color
Monochromatic Colors of #FC16CE
Black with #FC16CE
Text Example
Text Example
White with #FC16CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC16CE; }
p { color: rgb(252,22,206); }
H1.HeaderClassName
{
color: #FC16CE;
}
.AnyTagClassName
{
color: #FC16CE;
}
</style>
background-color css
<style>
a { background-color: #FC16CE; }
a { background-color: rgb(252,22,206); }
div.DivClassName
{
background-color: #FC16CE;
}
.BgClassName
{
background-color: #FC16CE;
}
</style>
border-color css
<style>
span { border-color: #FC16CE; }
span { border-color: rgb(252,22,206); }
td.TdClassName
{
border-color: #FC16CE;
}
.TagClassName
{
border-color: #FC16CE;
}
</style>