Shades of Magenta #F424EE
Tints of Magenta #F424EE
RGB
CMYK
RGB Variations
Color information
#F424EE (or 0xF424EE) is known color: Magenta. HEX triplet: F4, 24 and EE. RGB value is (244,36,238). Sum of RGB (Red+Green+Blue) = 244+36+238=518 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.10% from 518); Green value is 36 (14.45% from 255 or 6.95% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 244 - color contains mainly: red. Hex color #F424EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F424EE is #0BDB11. Grayscale: #787878. Windows color (decimal): -776978 or 15607028. OLE color: 15607028.
HSL color Cylindrical-coordinate representation of color #F424EE: hue angle of 301.73º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F424EE is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 36 | 238 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.04 |
| HSL | 301.73º | 0.9% | 0.55% | - |
| HSV(B) | 301.73º | 0.85% | 0.96% | - |
| XYZ | 53.37 | 26.67 | 83.22 | - |
| YUV | 121.22 | 193.91 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 36 | 238 | 0 | 0.85 | 0.02 | 0.04 | 301.73 | 0.9 | 0.55 |
| Hex | F4 | 24 | EE | 0 | 55 | 2 | 4 | 12E | 5A | 37 |
| Octal | 364 | 44 | 356 | 0 | 125 | 2 | 4 | 456 | 132 | 67 |
| Binary | 11110100 | 100100 | 11101110 | 0 | 1010101 | 10 | 100 | 100101110 | 1011010 | 110111 |
Color Harmonies of #F424EE
Complementary color
Monochromatic Colors of #F424EE
Black with #F424EE
Text Example
Text Example
White with #F424EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F424EE; }
p { color: rgb(244,36,238); }
H1.HeaderClassName
{
color: #F424EE;
}
.AnyTagClassName
{
color: #F424EE;
}
</style>
background-color css
<style>
a { background-color: #F424EE; }
a { background-color: rgb(244,36,238); }
div.DivClassName
{
background-color: #F424EE;
}
.BgClassName
{
background-color: #F424EE;
}
</style>
border-color css
<style>
span { border-color: #F424EE; }
span { border-color: rgb(244,36,238); }
td.TdClassName
{
border-color: #F424EE;
}
.TagClassName
{
border-color: #F424EE;
}
</style>