Shades of Hot Magenta #F409D3
Tints of Hot Magenta #F409D3
RGB
CMYK
RGB Variations
Color information
#F409D3 (or 0xF409D3) is known color: Hot Magenta. HEX triplet: F4, 09 and D3. RGB value is (244,9,211). Sum of RGB (Red+Green+Blue) = 244+9+211=464 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.59% from 464); Green value is 9 (3.91% from 255 or 1.94% from 464); Blue value is 211 (82.81% from 255 or 45.47% from 464); Max value from RGB is 244 - color contains mainly: red. Hex color #F409D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F409D3 is #0BF62C. Grayscale: #656565. Windows color (decimal): -783917 or 13830644. OLE color: 13830644.
HSL color Cylindrical-coordinate representation of color #F409D3: hue angle of 308.43º 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 #F409D3 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 9 | 211 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.04 |
| HSL | 308.43º | 0.93% | 0.5% | - |
| HSV(B) | 308.43º | 0.96% | 0.96% | - |
| XYZ | 49.16 | 24.13 | 63.69 | - |
| YUV | 102.29 | 189.36 | 229.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 9 | 211 | 0 | 0.96 | 0.14 | 0.04 | 308.43 | 0.93 | 0.5 |
| Hex | F4 | 9 | D3 | 0 | 60 | E | 4 | 134 | 5D | 32 |
| Octal | 364 | 11 | 323 | 0 | 140 | 16 | 4 | 464 | 135 | 62 |
| Binary | 11110100 | 1001 | 11010011 | 0 | 1100000 | 1110 | 100 | 100110100 | 1011101 | 110010 |
Color Harmonies of #F409D3
Complementary color
Monochromatic Colors of #F409D3
Black with #F409D3
Text Example
Text Example
White with #F409D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F409D3; }
p { color: rgb(244,9,211); }
H1.HeaderClassName
{
color: #F409D3;
}
.AnyTagClassName
{
color: #F409D3;
}
</style>
background-color css
<style>
a { background-color: #F409D3; }
a { background-color: rgb(244,9,211); }
div.DivClassName
{
background-color: #F409D3;
}
.BgClassName
{
background-color: #F409D3;
}
</style>
border-color css
<style>
span { border-color: #F409D3; }
span { border-color: rgb(244,9,211); }
td.TdClassName
{
border-color: #F409D3;
}
.TagClassName
{
border-color: #F409D3;
}
</style>