Shades of Hot Magenta #F405D9
Tints of Hot Magenta #F405D9
RGB
CMYK
RGB Variations
Color information
#F405D9 (or 0xF405D9) is known color: Hot Magenta. HEX triplet: F4, 05 and D9. RGB value is (244,5,217). Sum of RGB (Red+Green+Blue) = 244+5+217=466 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.36% from 466); Green value is 5 (2.34% from 255 or 1.07% from 466); Blue value is 217 (85.16% from 255 or 46.57% from 466); Max value from RGB is 244 - color contains mainly: red. Hex color #F405D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F405D9 is #0BFA26. Grayscale: #646464. Windows color (decimal): -784935 or 14222836. OLE color: 14222836.
HSL color Cylindrical-coordinate representation of color #F405D9: hue angle of 306.78º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F405D9 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 217 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.04 |
| HSL | 306.78º | 0.96% | 0.49% | - |
| HSV(B) | 306.78º | 0.98% | 0.96% | - |
| XYZ | 49.89 | 24.35 | 67.72 | - |
| YUV | 100.63 | 193.68 | 230.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 217 | 0 | 0.98 | 0.11 | 0.04 | 306.78 | 0.96 | 0.49 |
| Hex | F4 | 5 | D9 | 0 | 62 | B | 4 | 133 | 60 | 31 |
| Octal | 364 | 5 | 331 | 0 | 142 | 13 | 4 | 463 | 140 | 61 |
| Binary | 11110100 | 101 | 11011001 | 0 | 1100010 | 1011 | 100 | 100110011 | 1100000 | 110001 |
Color Harmonies of #F405D9
Complementary color
Monochromatic Colors of #F405D9
Black with #F405D9
Text Example
Text Example
White with #F405D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F405D9; }
p { color: rgb(244,5,217); }
H1.HeaderClassName
{
color: #F405D9;
}
.AnyTagClassName
{
color: #F405D9;
}
</style>
background-color css
<style>
a { background-color: #F405D9; }
a { background-color: rgb(244,5,217); }
div.DivClassName
{
background-color: #F405D9;
}
.BgClassName
{
background-color: #F405D9;
}
</style>
border-color css
<style>
span { border-color: #F405D9; }
span { border-color: rgb(244,5,217); }
td.TdClassName
{
border-color: #F405D9;
}
.TagClassName
{
border-color: #F405D9;
}
</style>