Shades of Magenta #F420EE
Tints of Magenta #F420EE
RGB
CMYK
RGB Variations
Color information
#F420EE (or 0xF420EE) is known color: Magenta. HEX triplet: F4, 20 and EE. RGB value is (244,32,238). Sum of RGB (Red+Green+Blue) = 244+32+238=514 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.47% from 514); Green value is 32 (12.89% from 255 or 6.23% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 244 - color contains mainly: red. Hex color #F420EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F420EE is #0BDF11. Grayscale: #767676. Windows color (decimal): -778002 or 15606004. OLE color: 15606004.
HSL color Cylindrical-coordinate representation of color #F420EE: hue angle of 301.7º 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 #F420EE is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 32 | 238 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.04 |
| HSL | 301.7º | 0.91% | 0.54% | - |
| HSV(B) | 301.7º | 0.87% | 0.96% | - |
| XYZ | 53.26 | 26.44 | 83.19 | - |
| YUV | 118.87 | 195.24 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 32 | 238 | 0 | 0.87 | 0.02 | 0.04 | 301.7 | 0.91 | 0.54 |
| Hex | F4 | 20 | EE | 0 | 57 | 2 | 4 | 12E | 5B | 36 |
| Octal | 364 | 40 | 356 | 0 | 127 | 2 | 4 | 456 | 133 | 66 |
| Binary | 11110100 | 100000 | 11101110 | 0 | 1010111 | 10 | 100 | 100101110 | 1011011 | 110110 |
Color Harmonies of #F420EE
Complementary color
Monochromatic Colors of #F420EE
Black with #F420EE
Text Example
Text Example
White with #F420EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F420EE; }
p { color: rgb(244,32,238); }
H1.HeaderClassName
{
color: #F420EE;
}
.AnyTagClassName
{
color: #F420EE;
}
</style>
background-color css
<style>
a { background-color: #F420EE; }
a { background-color: rgb(244,32,238); }
div.DivClassName
{
background-color: #F420EE;
}
.BgClassName
{
background-color: #F420EE;
}
</style>
border-color css
<style>
span { border-color: #F420EE; }
span { border-color: rgb(244,32,238); }
td.TdClassName
{
border-color: #F420EE;
}
.TagClassName
{
border-color: #F420EE;
}
</style>