Shades of Hot Magenta #F404D2
Tints of Hot Magenta #F404D2
RGB
CMYK
RGB Variations
Color information
#F404D2 (or 0xF404D2) is known color: Hot Magenta. HEX triplet: F4, 04 and D2. RGB value is (244,4,210). Sum of RGB (Red+Green+Blue) = 244+4+210=458 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.28% from 458); Green value is 4 (1.95% from 255 or 0.87% from 458); Blue value is 210 (82.42% from 255 or 45.85% from 458); Max value from RGB is 244 - color contains mainly: red. Hex color #F404D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F404D2 is #0BFB2D. Grayscale: #626262. Windows color (decimal): -785198 or 13763828. OLE color: 13763828.
HSL color Cylindrical-coordinate representation of color #F404D2: hue angle of 308.5º 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 #F404D2 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 4 | 210 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.04 |
| HSL | 308.5º | 0.97% | 0.49% | - |
| HSV(B) | 308.5º | 0.98% | 0.96% | - |
| XYZ | 48.98 | 23.97 | 63.02 | - |
| YUV | 99.24 | 190.51 | 231.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 4 | 210 | 0 | 0.98 | 0.14 | 0.04 | 308.5 | 0.97 | 0.49 |
| Hex | F4 | 4 | D2 | 0 | 62 | E | 4 | 134 | 61 | 31 |
| Octal | 364 | 4 | 322 | 0 | 142 | 16 | 4 | 464 | 141 | 61 |
| Binary | 11110100 | 100 | 11010010 | 0 | 1100010 | 1110 | 100 | 100110100 | 1100001 | 110001 |
Color Harmonies of #F404D2
Complementary color
Monochromatic Colors of #F404D2
Black with #F404D2
Text Example
Text Example
White with #F404D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F404D2; }
p { color: rgb(244,4,210); }
H1.HeaderClassName
{
color: #F404D2;
}
.AnyTagClassName
{
color: #F404D2;
}
</style>
background-color css
<style>
a { background-color: #F404D2; }
a { background-color: rgb(244,4,210); }
div.DivClassName
{
background-color: #F404D2;
}
.BgClassName
{
background-color: #F404D2;
}
</style>
border-color css
<style>
span { border-color: #F404D2; }
span { border-color: rgb(244,4,210); }
td.TdClassName
{
border-color: #F404D2;
}
.TagClassName
{
border-color: #F404D2;
}
</style>