Shades of Magenta #F424ED
Tints of Magenta #F424ED
RGB
CMYK
RGB Variations
Color information
#F424ED (or 0xF424ED) is known color: Magenta. HEX triplet: F4, 24 and ED. RGB value is (244,36,237). Sum of RGB (Red+Green+Blue) = 244+36+237=517 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.20% from 517); Green value is 36 (14.45% from 255 or 6.96% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 244 - color contains mainly: red. Hex color #F424ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F424ED is #0BDB12. Grayscale: #787878. Windows color (decimal): -776979 or 15541492. OLE color: 15541492.
HSL color Cylindrical-coordinate representation of color #F424ED: hue angle of 302.02º 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 #F424ED is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 36 | 237 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.04 |
| HSL | 302.02º | 0.9% | 0.55% | - |
| HSV(B) | 302.02º | 0.85% | 0.96% | - |
| XYZ | 53.23 | 26.61 | 82.45 | - |
| YUV | 121.11 | 193.41 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 36 | 237 | 0 | 0.85 | 0.03 | 0.04 | 302.02 | 0.9 | 0.55 |
| Hex | F4 | 24 | ED | 0 | 55 | 3 | 4 | 12E | 5A | 37 |
| Octal | 364 | 44 | 355 | 0 | 125 | 3 | 4 | 456 | 132 | 67 |
| Binary | 11110100 | 100100 | 11101101 | 0 | 1010101 | 11 | 100 | 100101110 | 1011010 | 110111 |
Color Harmonies of #F424ED
Complementary color
Monochromatic Colors of #F424ED
Black with #F424ED
Text Example
Text Example
White with #F424ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F424ED; }
p { color: rgb(244,36,237); }
H1.HeaderClassName
{
color: #F424ED;
}
.AnyTagClassName
{
color: #F424ED;
}
</style>
background-color css
<style>
a { background-color: #F424ED; }
a { background-color: rgb(244,36,237); }
div.DivClassName
{
background-color: #F424ED;
}
.BgClassName
{
background-color: #F424ED;
}
</style>
border-color css
<style>
span { border-color: #F424ED; }
span { border-color: rgb(244,36,237); }
td.TdClassName
{
border-color: #F424ED;
}
.TagClassName
{
border-color: #F424ED;
}
</style>