Shades of Hot Magenta #F401D9
Tints of Hot Magenta #F401D9
RGB
CMYK
RGB Variations
Color information
#F401D9 (or 0xF401D9) is known color: Hot Magenta. HEX triplet: F4, 01 and D9. RGB value is (244,1,217). Sum of RGB (Red+Green+Blue) = 244+1+217=462 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.81% from 462); Green value is 1 (0.78% from 255 or 0.22% from 462); Blue value is 217 (85.16% from 255 or 46.97% from 462); Max value from RGB is 244 - color contains mainly: red. Hex color #F401D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F401D9 is #0BFE26. Grayscale: #616161. Windows color (decimal): -785959 or 14221812. OLE color: 14221812.
HSL color Cylindrical-coordinate representation of color #F401D9: hue angle of 306.67º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F401D9 is Cyan = 0, Magento = 1.00, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 1 | 217 | - |
| CMYK | 0 | 1.00 | 0.11 | 0.04 |
| HSL | 306.67º | 0.99% | 0.48% | - |
| HSV(B) | 306.67º | 1% | 0.96% | - |
| XYZ | 49.84 | 24.26 | 67.7 | - |
| YUV | 98.28 | 195.01 | 231.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 217 | 0 | 1.00 | 0.11 | 0.04 | 306.67 | 0.99 | 0.48 |
| Hex | F4 | 1 | D9 | 0 | 64 | B | 4 | 133 | 63 | 30 |
| Octal | 364 | 1 | 331 | 0 | 144 | 13 | 4 | 463 | 143 | 60 |
| Binary | 11110100 | 1 | 11011001 | 0 | 1100100 | 1011 | 100 | 100110011 | 1100011 | 110000 |
Color Harmonies of #F401D9
Complementary color
Monochromatic Colors of #F401D9
Black with #F401D9
Text Example
Text Example
White with #F401D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F401D9; }
p { color: rgb(244,1,217); }
H1.HeaderClassName
{
color: #F401D9;
}
.AnyTagClassName
{
color: #F401D9;
}
</style>
background-color css
<style>
a { background-color: #F401D9; }
a { background-color: rgb(244,1,217); }
div.DivClassName
{
background-color: #F401D9;
}
.BgClassName
{
background-color: #F401D9;
}
</style>
border-color css
<style>
span { border-color: #F401D9; }
span { border-color: rgb(244,1,217); }
td.TdClassName
{
border-color: #F401D9;
}
.TagClassName
{
border-color: #F401D9;
}
</style>