Shades of Magenta #F420EF
Tints of Magenta #F420EF
RGB
CMYK
RGB Variations
Color information
#F420EF (or 0xF420EF) is known color: Magenta. HEX triplet: F4, 20 and EF. RGB value is (244,32,239). Sum of RGB (Red+Green+Blue) = 244+32+239=515 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.38% from 515); Green value is 32 (12.89% from 255 or 6.21% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 244 - color contains mainly: red. Hex color #F420EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F420EF is #0BDF10. Grayscale: #767676. Windows color (decimal): -778001 or 15671540. OLE color: 15671540.
HSL color Cylindrical-coordinate representation of color #F420EF: hue angle of 301.42º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F420EF is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 32 | 239 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.04 |
| HSL | 301.42º | 0.91% | 0.54% | - |
| HSV(B) | 301.42º | 0.87% | 0.96% | - |
| XYZ | 53.4 | 26.5 | 83.96 | - |
| YUV | 118.99 | 195.74 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 32 | 239 | 0 | 0.87 | 0.02 | 0.04 | 301.42 | 0.91 | 0.54 |
| Hex | F4 | 20 | EF | 0 | 57 | 2 | 4 | 12D | 5B | 36 |
| Octal | 364 | 40 | 357 | 0 | 127 | 2 | 4 | 455 | 133 | 66 |
| Binary | 11110100 | 100000 | 11101111 | 0 | 1010111 | 10 | 100 | 100101101 | 1011011 | 110110 |
Color Harmonies of #F420EF
Complementary color
Monochromatic Colors of #F420EF
Black with #F420EF
Text Example
Text Example
White with #F420EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F420EF; }
p { color: rgb(244,32,239); }
H1.HeaderClassName
{
color: #F420EF;
}
.AnyTagClassName
{
color: #F420EF;
}
</style>
background-color css
<style>
a { background-color: #F420EF; }
a { background-color: rgb(244,32,239); }
div.DivClassName
{
background-color: #F420EF;
}
.BgClassName
{
background-color: #F420EF;
}
</style>
border-color css
<style>
span { border-color: #F420EF; }
span { border-color: rgb(244,32,239); }
td.TdClassName
{
border-color: #F420EF;
}
.TagClassName
{
border-color: #F420EF;
}
</style>