Shades of Magenta #F409EF
Tints of Magenta #F409EF
RGB
CMYK
RGB Variations
Color information
#F409EF (or 0xF409EF) is known color: Magenta. HEX triplet: F4, 09 and EF. RGB value is (244,9,239). Sum of RGB (Red+Green+Blue) = 244+9+239=492 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.59% from 492); Green value is 9 (3.91% from 255 or 1.83% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 244 - color contains mainly: red. Hex color #F409EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F409EF is #0BF610. Grayscale: #686868. Windows color (decimal): -783889 or 15665652. OLE color: 15665652.
HSL color Cylindrical-coordinate representation of color #F409EF: hue angle of 301.28º 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 #F409EF is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 9 | 239 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.04 |
| HSL | 301.28º | 0.93% | 0.5% | - |
| HSV(B) | 301.28º | 0.96% | 0.96% | - |
| XYZ | 52.99 | 25.66 | 83.82 | - |
| YUV | 105.49 | 203.36 | 226.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 9 | 239 | 0 | 0.96 | 0.02 | 0.04 | 301.28 | 0.93 | 0.5 |
| Hex | F4 | 9 | EF | 0 | 60 | 2 | 4 | 12D | 5D | 32 |
| Octal | 364 | 11 | 357 | 0 | 140 | 2 | 4 | 455 | 135 | 62 |
| Binary | 11110100 | 1001 | 11101111 | 0 | 1100000 | 10 | 100 | 100101101 | 1011101 | 110010 |
Color Harmonies of #F409EF
Complementary color
Monochromatic Colors of #F409EF
Black with #F409EF
Text Example
Text Example
White with #F409EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F409EF; }
p { color: rgb(244,9,239); }
H1.HeaderClassName
{
color: #F409EF;
}
.AnyTagClassName
{
color: #F409EF;
}
</style>
background-color css
<style>
a { background-color: #F409EF; }
a { background-color: rgb(244,9,239); }
div.DivClassName
{
background-color: #F409EF;
}
.BgClassName
{
background-color: #F409EF;
}
</style>
border-color css
<style>
span { border-color: #F409EF; }
span { border-color: rgb(244,9,239); }
td.TdClassName
{
border-color: #F409EF;
}
.TagClassName
{
border-color: #F409EF;
}
</style>