Shades of Shocking Pink #FC16D5
Tints of Shocking Pink #FC16D5
RGB
CMYK
RGB Variations
Color information
#FC16D5 (or 0xFC16D5) is known color: Shocking Pink. HEX triplet: FC, 16 and D5. RGB value is (252,22,213). Sum of RGB (Red+Green+Blue) = 252+22+213=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 22 (8.98% from 255 or 4.52% from 487); Blue value is 213 (83.59% from 255 or 43.74% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC16D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC16D5 is #03E92A. Grayscale: #707070. Windows color (decimal): -256299 or 13965052. OLE color: 13965052.
HSL color Cylindrical-coordinate representation of color #FC16D5: hue angle of 310.17º 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 #FC16D5 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 213 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.01 |
| HSL | 310.17º | 0.97% | 0.54% | - |
| HSV(B) | 310.17º | 0.91% | 0.99% | - |
| XYZ | 52.44 | 26.07 | 65.22 | - |
| YUV | 112.54 | 184.7 | 227.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 213 | 0 | 0.91 | 0.15 | 0.01 | 310.17 | 0.97 | 0.54 |
| Hex | FC | 16 | D5 | 0 | 5B | F | 1 | 136 | 61 | 36 |
| Octal | 374 | 26 | 325 | 0 | 133 | 17 | 1 | 466 | 141 | 66 |
| Binary | 11111100 | 10110 | 11010101 | 0 | 1011011 | 1111 | 1 | 100110110 | 1100001 | 110110 |
Color Harmonies of #FC16D5
Complementary color
Monochromatic Colors of #FC16D5
Black with #FC16D5
Text Example
Text Example
White with #FC16D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC16D5; }
p { color: rgb(252,22,213); }
H1.HeaderClassName
{
color: #FC16D5;
}
.AnyTagClassName
{
color: #FC16D5;
}
</style>
background-color css
<style>
a { background-color: #FC16D5; }
a { background-color: rgb(252,22,213); }
div.DivClassName
{
background-color: #FC16D5;
}
.BgClassName
{
background-color: #FC16D5;
}
</style>
border-color css
<style>
span { border-color: #FC16D5; }
span { border-color: rgb(252,22,213); }
td.TdClassName
{
border-color: #FC16D5;
}
.TagClassName
{
border-color: #FC16D5;
}
</style>