Shades of Shocking Pink #FC16D3
Tints of Shocking Pink #FC16D3
RGB
CMYK
RGB Variations
Color information
#FC16D3 (or 0xFC16D3) is known color: Shocking Pink. HEX triplet: FC, 16 and D3. RGB value is (252,22,211). Sum of RGB (Red+Green+Blue) = 252+22+211=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 22 (8.98% from 255 or 4.54% from 485); Blue value is 211 (82.81% from 255 or 43.51% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC16D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC16D3 is #03E92C. Grayscale: #6F6F6F. Windows color (decimal): -256301 or 13833980. OLE color: 13833980.
HSL color Cylindrical-coordinate representation of color #FC16D3: hue angle of 310.7º 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 #FC16D3 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 211 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.01 |
| HSL | 310.7º | 0.97% | 0.54% | - |
| HSV(B) | 310.7º | 0.91% | 0.99% | - |
| XYZ | 52.19 | 25.97 | 63.89 | - |
| YUV | 112.32 | 183.7 | 227.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 211 | 0 | 0.91 | 0.16 | 0.01 | 310.7 | 0.97 | 0.54 |
| Hex | FC | 16 | D3 | 0 | 5B | 10 | 1 | 137 | 61 | 36 |
| Octal | 374 | 26 | 323 | 0 | 133 | 20 | 1 | 467 | 141 | 66 |
| Binary | 11111100 | 10110 | 11010011 | 0 | 1011011 | 10000 | 1 | 100110111 | 1100001 | 110110 |
Color Harmonies of #FC16D3
Complementary color
Monochromatic Colors of #FC16D3
Black with #FC16D3
Text Example
Text Example
White with #FC16D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC16D3; }
p { color: rgb(252,22,211); }
H1.HeaderClassName
{
color: #FC16D3;
}
.AnyTagClassName
{
color: #FC16D3;
}
</style>
background-color css
<style>
a { background-color: #FC16D3; }
a { background-color: rgb(252,22,211); }
div.DivClassName
{
background-color: #FC16D3;
}
.BgClassName
{
background-color: #FC16D3;
}
</style>
border-color css
<style>
span { border-color: #FC16D3; }
span { border-color: rgb(252,22,211); }
td.TdClassName
{
border-color: #FC16D3;
}
.TagClassName
{
border-color: #FC16D3;
}
</style>