Shades of Hot Magenta #F409DB
Tints of Hot Magenta #F409DB
RGB
CMYK
RGB Variations
Color information
#F409DB (or 0xF409DB) is known color: Hot Magenta. HEX triplet: F4, 09 and DB. RGB value is (244,9,219). Sum of RGB (Red+Green+Blue) = 244+9+219=472 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.69% from 472); Green value is 9 (3.91% from 255 or 1.91% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 244 - color contains mainly: red. Hex color #F409DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F409DB is #0BF624. Grayscale: #666666. Windows color (decimal): -783909 or 14354932. OLE color: 14354932.
HSL color Cylindrical-coordinate representation of color #F409DB: hue angle of 306.38º 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 #F409DB is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 9 | 219 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.04 |
| HSL | 306.38º | 0.93% | 0.5% | - |
| HSV(B) | 306.38º | 0.96% | 0.96% | - |
| XYZ | 50.19 | 24.54 | 69.11 | - |
| YUV | 103.21 | 193.36 | 228.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 9 | 219 | 0 | 0.96 | 0.10 | 0.04 | 306.38 | 0.93 | 0.5 |
| Hex | F4 | 9 | DB | 0 | 60 | A | 4 | 132 | 5D | 32 |
| Octal | 364 | 11 | 333 | 0 | 140 | 12 | 4 | 462 | 135 | 62 |
| Binary | 11110100 | 1001 | 11011011 | 0 | 1100000 | 1010 | 100 | 100110010 | 1011101 | 110010 |
Color Harmonies of #F409DB
Complementary color
Monochromatic Colors of #F409DB
Black with #F409DB
Text Example
Text Example
White with #F409DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F409DB; }
p { color: rgb(244,9,219); }
H1.HeaderClassName
{
color: #F409DB;
}
.AnyTagClassName
{
color: #F409DB;
}
</style>
background-color css
<style>
a { background-color: #F409DB; }
a { background-color: rgb(244,9,219); }
div.DivClassName
{
background-color: #F409DB;
}
.BgClassName
{
background-color: #F409DB;
}
</style>
border-color css
<style>
span { border-color: #F409DB; }
span { border-color: rgb(244,9,219); }
td.TdClassName
{
border-color: #F409DB;
}
.TagClassName
{
border-color: #F409DB;
}
</style>