Shades of Hot Magenta #F408D1
Tints of Hot Magenta #F408D1
RGB
CMYK
RGB Variations
Color information
#F408D1 (or 0xF408D1) is known color: Hot Magenta. HEX triplet: F4, 08 and D1. RGB value is (244,8,209). Sum of RGB (Red+Green+Blue) = 244+8+209=461 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.93% from 461); Green value is 8 (3.52% from 255 or 1.74% from 461); Blue value is 209 (82.03% from 255 or 45.34% from 461); Max value from RGB is 244 - color contains mainly: red. Hex color #F408D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F408D1 is #0BF72E. Grayscale: #646464. Windows color (decimal): -784175 or 13699316. OLE color: 13699316.
HSL color Cylindrical-coordinate representation of color #F408D1: hue angle of 308.9º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F408D1 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 8 | 209 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.04 |
| HSL | 308.9º | 0.94% | 0.49% | - |
| HSV(B) | 308.9º | 0.97% | 0.96% | - |
| XYZ | 48.9 | 24.01 | 62.38 | - |
| YUV | 101.48 | 188.69 | 229.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 8 | 209 | 0 | 0.97 | 0.14 | 0.04 | 308.9 | 0.94 | 0.49 |
| Hex | F4 | 8 | D1 | 0 | 61 | E | 4 | 135 | 5E | 31 |
| Octal | 364 | 10 | 321 | 0 | 141 | 16 | 4 | 465 | 136 | 61 |
| Binary | 11110100 | 1000 | 11010001 | 0 | 1100001 | 1110 | 100 | 100110101 | 1011110 | 110001 |
Color Harmonies of #F408D1
Complementary color
Monochromatic Colors of #F408D1
Black with #F408D1
Text Example
Text Example
White with #F408D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F408D1; }
p { color: rgb(244,8,209); }
H1.HeaderClassName
{
color: #F408D1;
}
.AnyTagClassName
{
color: #F408D1;
}
</style>
background-color css
<style>
a { background-color: #F408D1; }
a { background-color: rgb(244,8,209); }
div.DivClassName
{
background-color: #F408D1;
}
.BgClassName
{
background-color: #F408D1;
}
</style>
border-color css
<style>
span { border-color: #F408D1; }
span { border-color: rgb(244,8,209); }
td.TdClassName
{
border-color: #F408D1;
}
.TagClassName
{
border-color: #F408D1;
}
</style>