Shades of Shocking Pink #FC0FCD
Tints of Shocking Pink #FC0FCD
RGB
CMYK
RGB Variations
Color information
#FC0FCD (or 0xFC0FCD) is known color: Shocking Pink. HEX triplet: FC, 0F and CD. RGB value is (252,15,205). Sum of RGB (Red+Green+Blue) = 252+15+205=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 15 (6.25% from 255 or 3.18% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0FCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0FCD is #03F032. Grayscale: #6A6A6A. Windows color (decimal): -258099 or 13438972. OLE color: 13438972.
HSL color Cylindrical-coordinate representation of color #FC0FCD: hue angle of 311.9º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC0FCD is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 15 | 205 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.01 |
| HSL | 311.9º | 0.98% | 0.52% | - |
| HSV(B) | 311.9º | 0.94% | 0.99% | - |
| XYZ | 51.34 | 25.44 | 59.96 | - |
| YUV | 107.52 | 183.02 | 231.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 15 | 205 | 0 | 0.94 | 0.19 | 0.01 | 311.9 | 0.98 | 0.52 |
| Hex | FC | F | CD | 0 | 5E | 13 | 1 | 138 | 62 | 34 |
| Octal | 374 | 17 | 315 | 0 | 136 | 23 | 1 | 470 | 142 | 64 |
| Binary | 11111100 | 1111 | 11001101 | 0 | 1011110 | 10011 | 1 | 100111000 | 1100010 | 110100 |
Color Harmonies of #FC0FCD
Complementary color
Monochromatic Colors of #FC0FCD
Black with #FC0FCD
Text Example
Text Example
White with #FC0FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0FCD; }
p { color: rgb(252,15,205); }
H1.HeaderClassName
{
color: #FC0FCD;
}
.AnyTagClassName
{
color: #FC0FCD;
}
</style>
background-color css
<style>
a { background-color: #FC0FCD; }
a { background-color: rgb(252,15,205); }
div.DivClassName
{
background-color: #FC0FCD;
}
.BgClassName
{
background-color: #FC0FCD;
}
</style>
border-color css
<style>
span { border-color: #FC0FCD; }
span { border-color: rgb(252,15,205); }
td.TdClassName
{
border-color: #FC0FCD;
}
.TagClassName
{
border-color: #FC0FCD;
}
</style>