Shades of Hot Magenta #F419DB
Tints of Hot Magenta #F419DB
RGB
CMYK
RGB Variations
Color information
#F419DB (or 0xF419DB) is known color: Hot Magenta. HEX triplet: F4, 19 and DB. RGB value is (244,25,219). Sum of RGB (Red+Green+Blue) = 244+25+219=488 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50% from 488); Green value is 25 (10.16% from 255 or 5.12% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 244 - color contains mainly: red. Hex color #F419DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F419DB is #0BE624. Grayscale: #707070. Windows color (decimal): -779813 or 14359028. OLE color: 14359028.
HSL color Cylindrical-coordinate representation of color #F419DB: hue angle of 306.85º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F419DB is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 25 | 219 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.04 |
| HSL | 306.85º | 0.91% | 0.53% | - |
| HSV(B) | 306.85º | 0.9% | 0.96% | - |
| XYZ | 50.44 | 25.04 | 69.19 | - |
| YUV | 112.6 | 188.05 | 221.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 25 | 219 | 0 | 0.90 | 0.10 | 0.04 | 306.85 | 0.91 | 0.53 |
| Hex | F4 | 19 | DB | 0 | 5A | A | 4 | 133 | 5B | 35 |
| Octal | 364 | 31 | 333 | 0 | 132 | 12 | 4 | 463 | 133 | 65 |
| Binary | 11110100 | 11001 | 11011011 | 0 | 1011010 | 1010 | 100 | 100110011 | 1011011 | 110101 |
Color Harmonies of #F419DB
Complementary color
Monochromatic Colors of #F419DB
Black with #F419DB
Text Example
Text Example
White with #F419DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F419DB; }
p { color: rgb(244,25,219); }
H1.HeaderClassName
{
color: #F419DB;
}
.AnyTagClassName
{
color: #F419DB;
}
</style>
background-color css
<style>
a { background-color: #F419DB; }
a { background-color: rgb(244,25,219); }
div.DivClassName
{
background-color: #F419DB;
}
.BgClassName
{
background-color: #F419DB;
}
</style>
border-color css
<style>
span { border-color: #F419DB; }
span { border-color: rgb(244,25,219); }
td.TdClassName
{
border-color: #F419DB;
}
.TagClassName
{
border-color: #F419DB;
}
</style>