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