Shades of Magenta #FD20EF
Tints of Magenta #FD20EF
RGB
CMYK
RGB Variations
Color information
#FD20EF (or 0xFD20EF) is known color: Magenta. HEX triplet: FD, 20 and EF. RGB value is (253,32,239). Sum of RGB (Red+Green+Blue) = 253+32+239=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 32 (12.89% from 255 or 6.11% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FD20EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD20EF is #02DF10. Grayscale: #797979. Windows color (decimal): -188177 or 15671549. OLE color: 15671549.
HSL color Cylindrical-coordinate representation of color #FD20EF: hue angle of 303.8º 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 #FD20EF is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 32 | 239 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.01 |
| HSL | 303.8º | 0.98% | 0.56% | - |
| HSV(B) | 303.8º | 0.87% | 0.99% | - |
| XYZ | 56.6 | 28.15 | 84.11 | - |
| YUV | 121.68 | 194.22 | 221.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 32 | 239 | 0 | 0.87 | 0.06 | 0.01 | 303.8 | 0.98 | 0.56 |
| Hex | FD | 20 | EF | 0 | 57 | 6 | 1 | 130 | 62 | 38 |
| Octal | 375 | 40 | 357 | 0 | 127 | 6 | 1 | 460 | 142 | 70 |
| Binary | 11111101 | 100000 | 11101111 | 0 | 1010111 | 110 | 1 | 100110000 | 1100010 | 111000 |
Color Harmonies of #FD20EF
Complementary color
Monochromatic Colors of #FD20EF
Black with #FD20EF
Text Example
Text Example
White with #FD20EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD20EF; }
p { color: rgb(253,32,239); }
H1.HeaderClassName
{
color: #FD20EF;
}
.AnyTagClassName
{
color: #FD20EF;
}
</style>
background-color css
<style>
a { background-color: #FD20EF; }
a { background-color: rgb(253,32,239); }
div.DivClassName
{
background-color: #FD20EF;
}
.BgClassName
{
background-color: #FD20EF;
}
</style>
border-color css
<style>
span { border-color: #FD20EF; }
span { border-color: rgb(253,32,239); }
td.TdClassName
{
border-color: #FD20EF;
}
.TagClassName
{
border-color: #FD20EF;
}
</style>