Shades of Magenta #FD20EC
Tints of Magenta #FD20EC
RGB
CMYK
RGB Variations
Color information
#FD20EC (or 0xFD20EC) is known color: Magenta. HEX triplet: FD, 20 and EC. RGB value is (253,32,236). Sum of RGB (Red+Green+Blue) = 253+32+236=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 32 (12.89% from 255 or 6.14% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FD20EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD20EC is #02DF13. Grayscale: #787878. Windows color (decimal): -188180 or 15474941. OLE color: 15474941.
HSL color Cylindrical-coordinate representation of color #FD20EC: hue angle of 304.62º degrees, saturation: 0.98, 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 #FD20EC is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 32 | 236 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.01 |
| HSL | 304.62º | 0.98% | 0.56% | - |
| HSV(B) | 304.62º | 0.87% | 0.99% | - |
| XYZ | 56.16 | 27.97 | 81.8 | - |
| YUV | 121.34 | 192.72 | 221.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 32 | 236 | 0 | 0.87 | 0.07 | 0.01 | 304.62 | 0.98 | 0.56 |
| Hex | FD | 20 | EC | 0 | 57 | 7 | 1 | 131 | 62 | 38 |
| Octal | 375 | 40 | 354 | 0 | 127 | 7 | 1 | 461 | 142 | 70 |
| Binary | 11111101 | 100000 | 11101100 | 0 | 1010111 | 111 | 1 | 100110001 | 1100010 | 111000 |
Color Harmonies of #FD20EC
Complementary color
Monochromatic Colors of #FD20EC
Black with #FD20EC
Text Example
Text Example
White with #FD20EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD20EC; }
p { color: rgb(253,32,236); }
H1.HeaderClassName
{
color: #FD20EC;
}
.AnyTagClassName
{
color: #FD20EC;
}
</style>
background-color css
<style>
a { background-color: #FD20EC; }
a { background-color: rgb(253,32,236); }
div.DivClassName
{
background-color: #FD20EC;
}
.BgClassName
{
background-color: #FD20EC;
}
</style>
border-color css
<style>
span { border-color: #FD20EC; }
span { border-color: rgb(253,32,236); }
td.TdClassName
{
border-color: #FD20EC;
}
.TagClassName
{
border-color: #FD20EC;
}
</style>