Shades of Hot Magenta #F408DC
Tints of Hot Magenta #F408DC
RGB
CMYK
RGB Variations
Color information
#F408DC (or 0xF408DC) is known color: Hot Magenta. HEX triplet: F4, 08 and DC. RGB value is (244,8,220). Sum of RGB (Red+Green+Blue) = 244+8+220=472 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.69% from 472); Green value is 8 (3.52% from 255 or 1.69% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 244 - color contains mainly: red. Hex color #F408DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F408DC is #0BF723. Grayscale: #666666. Windows color (decimal): -784164 or 14420212. OLE color: 14420212.
HSL color Cylindrical-coordinate representation of color #F408DC: hue angle of 306.1º 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 #F408DC is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 8 | 220 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.04 |
| HSL | 306.1º | 0.94% | 0.49% | - |
| HSV(B) | 306.1º | 0.97% | 0.96% | - |
| XYZ | 50.31 | 24.57 | 69.8 | - |
| YUV | 102.73 | 194.19 | 228.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 8 | 220 | 0 | 0.97 | 0.10 | 0.04 | 306.1 | 0.94 | 0.49 |
| Hex | F4 | 8 | DC | 0 | 61 | A | 4 | 132 | 5E | 31 |
| Octal | 364 | 10 | 334 | 0 | 141 | 12 | 4 | 462 | 136 | 61 |
| Binary | 11110100 | 1000 | 11011100 | 0 | 1100001 | 1010 | 100 | 100110010 | 1011110 | 110001 |
Color Harmonies of #F408DC
Complementary color
Monochromatic Colors of #F408DC
Black with #F408DC
Text Example
Text Example
White with #F408DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F408DC; }
p { color: rgb(244,8,220); }
H1.HeaderClassName
{
color: #F408DC;
}
.AnyTagClassName
{
color: #F408DC;
}
</style>
background-color css
<style>
a { background-color: #F408DC; }
a { background-color: rgb(244,8,220); }
div.DivClassName
{
background-color: #F408DC;
}
.BgClassName
{
background-color: #F408DC;
}
</style>
border-color css
<style>
span { border-color: #F408DC; }
span { border-color: rgb(244,8,220); }
td.TdClassName
{
border-color: #F408DC;
}
.TagClassName
{
border-color: #F408DC;
}
</style>