Shades of Magenta #F409F0
Tints of Magenta #F409F0
RGB
CMYK
RGB Variations
Color information
#F409F0 (or 0xF409F0) is known color: Magenta. HEX triplet: F4, 09 and F0. RGB value is (244,9,240). Sum of RGB (Red+Green+Blue) = 244+9+240=493 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.49% from 493); Green value is 9 (3.91% from 255 or 1.83% from 493); Blue value is 240 (94.14% from 255 or 48.68% from 493); Max value from RGB is 244 - color contains mainly: red. Hex color #F409F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F409F0 is #0BF60F. Grayscale: #686868. Windows color (decimal): -783888 or 15731188. OLE color: 15731188.
HSL color Cylindrical-coordinate representation of color #F409F0: hue angle of 301.02º 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 #F409F0 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 9 | 240 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.04 |
| HSL | 301.02º | 0.93% | 0.5% | - |
| HSV(B) | 301.02º | 0.96% | 0.96% | - |
| XYZ | 53.13 | 25.72 | 84.6 | - |
| YUV | 105.6 | 203.86 | 226.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 9 | 240 | 0 | 0.96 | 0.02 | 0.04 | 301.02 | 0.93 | 0.5 |
| Hex | F4 | 9 | F0 | 0 | 60 | 2 | 4 | 12D | 5D | 32 |
| Octal | 364 | 11 | 360 | 0 | 140 | 2 | 4 | 455 | 135 | 62 |
| Binary | 11110100 | 1001 | 11110000 | 0 | 1100000 | 10 | 100 | 100101101 | 1011101 | 110010 |
Color Harmonies of #F409F0
Complementary color
Monochromatic Colors of #F409F0
Black with #F409F0
Text Example
Text Example
White with #F409F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F409F0; }
p { color: rgb(244,9,240); }
H1.HeaderClassName
{
color: #F409F0;
}
.AnyTagClassName
{
color: #F409F0;
}
</style>
background-color css
<style>
a { background-color: #F409F0; }
a { background-color: rgb(244,9,240); }
div.DivClassName
{
background-color: #F409F0;
}
.BgClassName
{
background-color: #F409F0;
}
</style>
border-color css
<style>
span { border-color: #F409F0; }
span { border-color: rgb(244,9,240); }
td.TdClassName
{
border-color: #F409F0;
}
.TagClassName
{
border-color: #F409F0;
}
</style>