Shades of Hot Magenta #F408E2
Tints of Hot Magenta #F408E2
RGB
CMYK
RGB Variations
Color information
#F408E2 (or 0xF408E2) is known color: Hot Magenta. HEX triplet: F4, 08 and E2. RGB value is (244,8,226). Sum of RGB (Red+Green+Blue) = 244+8+226=478 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.05% from 478); Green value is 8 (3.52% from 255 or 1.67% from 478); Blue value is 226 (88.67% from 255 or 47.28% from 478); Max value from RGB is 244 - color contains mainly: red. Hex color #F408E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F408E2 is #0BF71D. Grayscale: #666666. Windows color (decimal): -784158 or 14813428. OLE color: 14813428.
HSL color Cylindrical-coordinate representation of color #F408E2: hue angle of 304.58º 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 #F408E2 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 8 | 226 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.04 |
| HSL | 304.58º | 0.94% | 0.49% | - |
| HSV(B) | 304.58º | 0.97% | 0.96% | - |
| XYZ | 51.12 | 24.9 | 74.06 | - |
| YUV | 103.42 | 197.19 | 228.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 8 | 226 | 0 | 0.97 | 0.07 | 0.04 | 304.58 | 0.94 | 0.49 |
| Hex | F4 | 8 | E2 | 0 | 61 | 7 | 4 | 131 | 5E | 31 |
| Octal | 364 | 10 | 342 | 0 | 141 | 7 | 4 | 461 | 136 | 61 |
| Binary | 11110100 | 1000 | 11100010 | 0 | 1100001 | 111 | 100 | 100110001 | 1011110 | 110001 |
Color Harmonies of #F408E2
Complementary color
Monochromatic Colors of #F408E2
Black with #F408E2
Text Example
Text Example
White with #F408E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F408E2; }
p { color: rgb(244,8,226); }
H1.HeaderClassName
{
color: #F408E2;
}
.AnyTagClassName
{
color: #F408E2;
}
</style>
background-color css
<style>
a { background-color: #F408E2; }
a { background-color: rgb(244,8,226); }
div.DivClassName
{
background-color: #F408E2;
}
.BgClassName
{
background-color: #F408E2;
}
</style>
border-color css
<style>
span { border-color: #F408E2; }
span { border-color: rgb(244,8,226); }
td.TdClassName
{
border-color: #F408E2;
}
.TagClassName
{
border-color: #F408E2;
}
</style>