Shades of Magenta #F409ED
Tints of Magenta #F409ED
RGB
CMYK
RGB Variations
Color information
#F409ED (or 0xF409ED) is known color: Magenta. HEX triplet: F4, 09 and ED. RGB value is (244,9,237). Sum of RGB (Red+Green+Blue) = 244+9+237=490 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.80% from 490); Green value is 9 (3.91% from 255 or 1.84% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 244 - color contains mainly: red. Hex color #F409ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F409ED is #0BF612. Grayscale: #686868. Windows color (decimal): -783891 or 15534580. OLE color: 15534580.
HSL color Cylindrical-coordinate representation of color #F409ED: hue angle of 301.79º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F409ED is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 9 | 237 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.04 |
| HSL | 301.79º | 0.93% | 0.5% | - |
| HSV(B) | 301.79º | 0.96% | 0.96% | - |
| XYZ | 52.69 | 25.54 | 82.27 | - |
| YUV | 105.26 | 202.36 | 226.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 9 | 237 | 0 | 0.96 | 0.03 | 0.04 | 301.79 | 0.93 | 0.5 |
| Hex | F4 | 9 | ED | 0 | 60 | 3 | 4 | 12E | 5D | 32 |
| Octal | 364 | 11 | 355 | 0 | 140 | 3 | 4 | 456 | 135 | 62 |
| Binary | 11110100 | 1001 | 11101101 | 0 | 1100000 | 11 | 100 | 100101110 | 1011101 | 110010 |
Color Harmonies of #F409ED
Complementary color
Monochromatic Colors of #F409ED
Black with #F409ED
Text Example
Text Example
White with #F409ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F409ED; }
p { color: rgb(244,9,237); }
H1.HeaderClassName
{
color: #F409ED;
}
.AnyTagClassName
{
color: #F409ED;
}
</style>
background-color css
<style>
a { background-color: #F409ED; }
a { background-color: rgb(244,9,237); }
div.DivClassName
{
background-color: #F409ED;
}
.BgClassName
{
background-color: #F409ED;
}
</style>
border-color css
<style>
span { border-color: #F409ED; }
span { border-color: rgb(244,9,237); }
td.TdClassName
{
border-color: #F409ED;
}
.TagClassName
{
border-color: #F409ED;
}
</style>