Shades of Shocking Pink #FC20C8
Tints of Shocking Pink #FC20C8
RGB
CMYK
RGB Variations
Color information
#FC20C8 (or 0xFC20C8) is known color: Shocking Pink. HEX triplet: FC, 20 and C8. RGB value is (252,32,200). Sum of RGB (Red+Green+Blue) = 252+32+200=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 32 (12.89% from 255 or 6.61% from 484); Blue value is 200 (78.52% from 255 or 41.32% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FC20C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC20C8 is #03DF37. Grayscale: #747474. Windows color (decimal): -253752 or 13115644. OLE color: 13115644.
HSL color Cylindrical-coordinate representation of color #FC20C8: hue angle of 314.18º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC20C8 is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 32 | 200 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.01 |
| HSL | 314.18º | 0.97% | 0.56% | - |
| HSV(B) | 314.18º | 0.87% | 0.99% | - |
| XYZ | 51.09 | 25.9 | 56.95 | - |
| YUV | 116.93 | 174.89 | 224.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 32 | 200 | 0 | 0.87 | 0.21 | 0.01 | 314.18 | 0.97 | 0.56 |
| Hex | FC | 20 | C8 | 0 | 57 | 15 | 1 | 13A | 61 | 38 |
| Octal | 374 | 40 | 310 | 0 | 127 | 25 | 1 | 472 | 141 | 70 |
| Binary | 11111100 | 100000 | 11001000 | 0 | 1010111 | 10101 | 1 | 100111010 | 1100001 | 111000 |
Color Harmonies of #FC20C8
Complementary color
Monochromatic Colors of #FC20C8
Black with #FC20C8
Text Example
Text Example
White with #FC20C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC20C8; }
p { color: rgb(252,32,200); }
H1.HeaderClassName
{
color: #FC20C8;
}
.AnyTagClassName
{
color: #FC20C8;
}
</style>
background-color css
<style>
a { background-color: #FC20C8; }
a { background-color: rgb(252,32,200); }
div.DivClassName
{
background-color: #FC20C8;
}
.BgClassName
{
background-color: #FC20C8;
}
</style>
border-color css
<style>
span { border-color: #FC20C8; }
span { border-color: rgb(252,32,200); }
td.TdClassName
{
border-color: #FC20C8;
}
.TagClassName
{
border-color: #FC20C8;
}
</style>