Shades of Shocking Pink #FC20C6
Tints of Shocking Pink #FC20C6
RGB
CMYK
RGB Variations
Color information
#FC20C6 (or 0xFC20C6) is known color: Shocking Pink. HEX triplet: FC, 20 and C6. RGB value is (252,32,198). Sum of RGB (Red+Green+Blue) = 252+32+198=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 32 (12.89% from 255 or 6.64% from 482); Blue value is 198 (77.73% from 255 or 41.08% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC20C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC20C6 is #03DF39. Grayscale: #747474. Windows color (decimal): -253754 or 12984572. OLE color: 12984572.
HSL color Cylindrical-coordinate representation of color #FC20C6: hue angle of 314.73º 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 #FC20C6 is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 32 | 198 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.01 |
| HSL | 314.73º | 0.97% | 0.56% | - |
| HSV(B) | 314.73º | 0.87% | 0.99% | - |
| XYZ | 50.85 | 25.81 | 55.73 | - |
| YUV | 116.7 | 173.89 | 224.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 32 | 198 | 0 | 0.87 | 0.21 | 0.01 | 314.73 | 0.97 | 0.56 |
| Hex | FC | 20 | C6 | 0 | 57 | 15 | 1 | 13B | 61 | 38 |
| Octal | 374 | 40 | 306 | 0 | 127 | 25 | 1 | 473 | 141 | 70 |
| Binary | 11111100 | 100000 | 11000110 | 0 | 1010111 | 10101 | 1 | 100111011 | 1100001 | 111000 |
Color Harmonies of #FC20C6
Complementary color
Monochromatic Colors of #FC20C6
Black with #FC20C6
Text Example
Text Example
White with #FC20C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC20C6; }
p { color: rgb(252,32,198); }
H1.HeaderClassName
{
color: #FC20C6;
}
.AnyTagClassName
{
color: #FC20C6;
}
</style>
background-color css
<style>
a { background-color: #FC20C6; }
a { background-color: rgb(252,32,198); }
div.DivClassName
{
background-color: #FC20C6;
}
.BgClassName
{
background-color: #FC20C6;
}
</style>
border-color css
<style>
span { border-color: #FC20C6; }
span { border-color: rgb(252,32,198); }
td.TdClassName
{
border-color: #FC20C6;
}
.TagClassName
{
border-color: #FC20C6;
}
</style>