Shades of Hot Magenta #F409D0
Tints of Hot Magenta #F409D0
RGB
CMYK
RGB Variations
Color information
#F409D0 (or 0xF409D0) is known color: Hot Magenta. HEX triplet: F4, 09 and D0. RGB value is (244,9,208). Sum of RGB (Red+Green+Blue) = 244+9+208=461 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.93% from 461); Green value is 9 (3.91% from 255 or 1.95% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 244 - color contains mainly: red. Hex color #F409D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F409D0 is #0BF62F. Grayscale: #656565. Windows color (decimal): -783920 or 13634036. OLE color: 13634036.
HSL color Cylindrical-coordinate representation of color #F409D0: hue angle of 309.19º 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 #F409D0 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 9 | 208 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.04 |
| HSL | 309.19º | 0.93% | 0.5% | - |
| HSV(B) | 309.19º | 0.96% | 0.96% | - |
| XYZ | 48.79 | 23.98 | 61.73 | - |
| YUV | 101.95 | 187.86 | 229.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 9 | 208 | 0 | 0.96 | 0.15 | 0.04 | 309.19 | 0.93 | 0.5 |
| Hex | F4 | 9 | D0 | 0 | 60 | F | 4 | 135 | 5D | 32 |
| Octal | 364 | 11 | 320 | 0 | 140 | 17 | 4 | 465 | 135 | 62 |
| Binary | 11110100 | 1001 | 11010000 | 0 | 1100000 | 1111 | 100 | 100110101 | 1011101 | 110010 |
Color Harmonies of #F409D0
Complementary color
Monochromatic Colors of #F409D0
Black with #F409D0
Text Example
Text Example
White with #F409D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F409D0; }
p { color: rgb(244,9,208); }
H1.HeaderClassName
{
color: #F409D0;
}
.AnyTagClassName
{
color: #F409D0;
}
</style>
background-color css
<style>
a { background-color: #F409D0; }
a { background-color: rgb(244,9,208); }
div.DivClassName
{
background-color: #F409D0;
}
.BgClassName
{
background-color: #F409D0;
}
</style>
border-color css
<style>
span { border-color: #F409D0; }
span { border-color: rgb(244,9,208); }
td.TdClassName
{
border-color: #F409D0;
}
.TagClassName
{
border-color: #F409D0;
}
</style>