Shades of Shocking Pink #FC20C7
Tints of Shocking Pink #FC20C7
RGB
CMYK
RGB Variations
Color information
#FC20C7 (or 0xFC20C7) is known color: Shocking Pink. HEX triplet: FC, 20 and C7. RGB value is (252,32,199). Sum of RGB (Red+Green+Blue) = 252+32+199=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 32 (12.89% from 255 or 6.63% from 483); Blue value is 199 (78.12% from 255 or 41.20% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FC20C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC20C7 is #03DF38. Grayscale: #747474. Windows color (decimal): -253753 or 13050108. OLE color: 13050108.
HSL color Cylindrical-coordinate representation of color #FC20C7: hue angle of 314.45º 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 #FC20C7 is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 32 | 199 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.01 |
| HSL | 314.45º | 0.97% | 0.56% | - |
| HSV(B) | 314.45º | 0.87% | 0.99% | - |
| XYZ | 50.97 | 25.85 | 56.34 | - |
| YUV | 116.82 | 174.39 | 224.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 32 | 199 | 0 | 0.87 | 0.21 | 0.01 | 314.45 | 0.97 | 0.56 |
| Hex | FC | 20 | C7 | 0 | 57 | 15 | 1 | 13A | 61 | 38 |
| Octal | 374 | 40 | 307 | 0 | 127 | 25 | 1 | 472 | 141 | 70 |
| Binary | 11111100 | 100000 | 11000111 | 0 | 1010111 | 10101 | 1 | 100111010 | 1100001 | 111000 |
Color Harmonies of #FC20C7
Complementary color
Monochromatic Colors of #FC20C7
Black with #FC20C7
Text Example
Text Example
White with #FC20C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC20C7; }
p { color: rgb(252,32,199); }
H1.HeaderClassName
{
color: #FC20C7;
}
.AnyTagClassName
{
color: #FC20C7;
}
</style>
background-color css
<style>
a { background-color: #FC20C7; }
a { background-color: rgb(252,32,199); }
div.DivClassName
{
background-color: #FC20C7;
}
.BgClassName
{
background-color: #FC20C7;
}
</style>
border-color css
<style>
span { border-color: #FC20C7; }
span { border-color: rgb(252,32,199); }
td.TdClassName
{
border-color: #FC20C7;
}
.TagClassName
{
border-color: #FC20C7;
}
</style>