Shades of Hot Magenta #F409D2
Tints of Hot Magenta #F409D2
RGB
CMYK
RGB Variations
Color information
#F409D2 (or 0xF409D2) is known color: Hot Magenta. HEX triplet: F4, 09 and D2. RGB value is (244,9,210). Sum of RGB (Red+Green+Blue) = 244+9+210=463 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.70% from 463); Green value is 9 (3.91% from 255 or 1.94% from 463); Blue value is 210 (82.42% from 255 or 45.36% from 463); Max value from RGB is 244 - color contains mainly: red. Hex color #F409D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F409D2 is #0BF62D. Grayscale: #656565. Windows color (decimal): -783918 or 13765108. OLE color: 13765108.
HSL color Cylindrical-coordinate representation of color #F409D2: hue angle of 308.68º 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 #F409D2 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 9 | 210 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.04 |
| HSL | 308.68º | 0.93% | 0.5% | - |
| HSV(B) | 308.68º | 0.96% | 0.96% | - |
| XYZ | 49.04 | 24.08 | 63.04 | - |
| YUV | 102.18 | 188.86 | 229.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 9 | 210 | 0 | 0.96 | 0.14 | 0.04 | 308.68 | 0.93 | 0.5 |
| Hex | F4 | 9 | D2 | 0 | 60 | E | 4 | 135 | 5D | 32 |
| Octal | 364 | 11 | 322 | 0 | 140 | 16 | 4 | 465 | 135 | 62 |
| Binary | 11110100 | 1001 | 11010010 | 0 | 1100000 | 1110 | 100 | 100110101 | 1011101 | 110010 |
Color Harmonies of #F409D2
Complementary color
Monochromatic Colors of #F409D2
Black with #F409D2
Text Example
Text Example
White with #F409D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F409D2; }
p { color: rgb(244,9,210); }
H1.HeaderClassName
{
color: #F409D2;
}
.AnyTagClassName
{
color: #F409D2;
}
</style>
background-color css
<style>
a { background-color: #F409D2; }
a { background-color: rgb(244,9,210); }
div.DivClassName
{
background-color: #F409D2;
}
.BgClassName
{
background-color: #F409D2;
}
</style>
border-color css
<style>
span { border-color: #F409D2; }
span { border-color: rgb(244,9,210); }
td.TdClassName
{
border-color: #F409D2;
}
.TagClassName
{
border-color: #F409D2;
}
</style>