Shades of Hot Magenta #F404D9
Tints of Hot Magenta #F404D9
RGB
CMYK
RGB Variations
Color information
#F404D9 (or 0xF404D9) is known color: Hot Magenta. HEX triplet: F4, 04 and D9. RGB value is (244,4,217). Sum of RGB (Red+Green+Blue) = 244+4+217=465 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.47% from 465); Green value is 4 (1.95% from 255 or 0.86% from 465); Blue value is 217 (85.16% from 255 or 46.67% from 465); Max value from RGB is 244 - color contains mainly: red. Hex color #F404D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F404D9 is #0BFB26. Grayscale: #636363. Windows color (decimal): -785191 or 14222580. OLE color: 14222580.
HSL color Cylindrical-coordinate representation of color #F404D9: hue angle of 306.75º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F404D9 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 4 | 217 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.04 |
| HSL | 306.75º | 0.97% | 0.49% | - |
| HSV(B) | 306.75º | 0.98% | 0.96% | - |
| XYZ | 49.88 | 24.33 | 67.71 | - |
| YUV | 100.04 | 194.01 | 230.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 4 | 217 | 0 | 0.98 | 0.11 | 0.04 | 306.75 | 0.97 | 0.49 |
| Hex | F4 | 4 | D9 | 0 | 62 | B | 4 | 133 | 61 | 31 |
| Octal | 364 | 4 | 331 | 0 | 142 | 13 | 4 | 463 | 141 | 61 |
| Binary | 11110100 | 100 | 11011001 | 0 | 1100010 | 1011 | 100 | 100110011 | 1100001 | 110001 |
Color Harmonies of #F404D9
Complementary color
Monochromatic Colors of #F404D9
Black with #F404D9
Text Example
Text Example
White with #F404D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F404D9; }
p { color: rgb(244,4,217); }
H1.HeaderClassName
{
color: #F404D9;
}
.AnyTagClassName
{
color: #F404D9;
}
</style>
background-color css
<style>
a { background-color: #F404D9; }
a { background-color: rgb(244,4,217); }
div.DivClassName
{
background-color: #F404D9;
}
.BgClassName
{
background-color: #F404D9;
}
</style>
border-color css
<style>
span { border-color: #F404D9; }
span { border-color: rgb(244,4,217); }
td.TdClassName
{
border-color: #F404D9;
}
.TagClassName
{
border-color: #F404D9;
}
</style>