Shades of Hot Magenta #F409DA
Tints of Hot Magenta #F409DA
RGB
CMYK
RGB Variations
Color information
#F409DA (or 0xF409DA) is known color: Hot Magenta. HEX triplet: F4, 09 and DA. RGB value is (244,9,218). Sum of RGB (Red+Green+Blue) = 244+9+218=471 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.80% from 471); Green value is 9 (3.91% from 255 or 1.91% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 244 - color contains mainly: red. Hex color #F409DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F409DA is #0BF625. Grayscale: #666666. Windows color (decimal): -783910 or 14289396. OLE color: 14289396.
HSL color Cylindrical-coordinate representation of color #F409DA: hue angle of 306.64º 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 #F409DA is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 9 | 218 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.04 |
| HSL | 306.64º | 0.93% | 0.5% | - |
| HSV(B) | 306.64º | 0.96% | 0.96% | - |
| XYZ | 50.06 | 24.49 | 68.42 | - |
| YUV | 103.09 | 192.86 | 228.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 9 | 218 | 0 | 0.96 | 0.11 | 0.04 | 306.64 | 0.93 | 0.5 |
| Hex | F4 | 9 | DA | 0 | 60 | B | 4 | 133 | 5D | 32 |
| Octal | 364 | 11 | 332 | 0 | 140 | 13 | 4 | 463 | 135 | 62 |
| Binary | 11110100 | 1001 | 11011010 | 0 | 1100000 | 1011 | 100 | 100110011 | 1011101 | 110010 |
Color Harmonies of #F409DA
Complementary color
Monochromatic Colors of #F409DA
Black with #F409DA
Text Example
Text Example
White with #F409DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F409DA; }
p { color: rgb(244,9,218); }
H1.HeaderClassName
{
color: #F409DA;
}
.AnyTagClassName
{
color: #F409DA;
}
</style>
background-color css
<style>
a { background-color: #F409DA; }
a { background-color: rgb(244,9,218); }
div.DivClassName
{
background-color: #F409DA;
}
.BgClassName
{
background-color: #F409DA;
}
</style>
border-color css
<style>
span { border-color: #F409DA; }
span { border-color: rgb(244,9,218); }
td.TdClassName
{
border-color: #F409DA;
}
.TagClassName
{
border-color: #F409DA;
}
</style>