Shades of Magenta #FC20EC
Tints of Magenta #FC20EC
RGB
CMYK
RGB Variations
Color information
#FC20EC (or 0xFC20EC) is known color: Magenta. HEX triplet: FC, 20 and EC. RGB value is (252,32,236). Sum of RGB (Red+Green+Blue) = 252+32+236=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 32 (12.89% from 255 or 6.15% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FC20EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC20EC is #03DF13. Grayscale: #787878. Windows color (decimal): -253716 or 15474940. OLE color: 15474940.
HSL color Cylindrical-coordinate representation of color #FC20EC: hue angle of 304.36º 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 #FC20EC is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 32 | 236 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.01 |
| HSL | 304.36º | 0.97% | 0.56% | - |
| HSV(B) | 304.36º | 0.87% | 0.99% | - |
| XYZ | 55.8 | 27.78 | 81.78 | - |
| YUV | 121.04 | 192.89 | 221.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 32 | 236 | 0 | 0.87 | 0.06 | 0.01 | 304.36 | 0.97 | 0.56 |
| Hex | FC | 20 | EC | 0 | 57 | 6 | 1 | 130 | 61 | 38 |
| Octal | 374 | 40 | 354 | 0 | 127 | 6 | 1 | 460 | 141 | 70 |
| Binary | 11111100 | 100000 | 11101100 | 0 | 1010111 | 110 | 1 | 100110000 | 1100001 | 111000 |
Color Harmonies of #FC20EC
Complementary color
Monochromatic Colors of #FC20EC
Black with #FC20EC
Text Example
Text Example
White with #FC20EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC20EC; }
p { color: rgb(252,32,236); }
H1.HeaderClassName
{
color: #FC20EC;
}
.AnyTagClassName
{
color: #FC20EC;
}
</style>
background-color css
<style>
a { background-color: #FC20EC; }
a { background-color: rgb(252,32,236); }
div.DivClassName
{
background-color: #FC20EC;
}
.BgClassName
{
background-color: #FC20EC;
}
</style>
border-color css
<style>
span { border-color: #FC20EC; }
span { border-color: rgb(252,32,236); }
td.TdClassName
{
border-color: #FC20EC;
}
.TagClassName
{
border-color: #FC20EC;
}
</style>