Shades of Hot Magenta #F406D3
Tints of Hot Magenta #F406D3
RGB
CMYK
RGB Variations
Color information
#F406D3 (or 0xF406D3) is known color: Hot Magenta. HEX triplet: F4, 06 and D3. RGB value is (244,6,211). Sum of RGB (Red+Green+Blue) = 244+6+211=461 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.93% from 461); Green value is 6 (2.73% from 255 or 1.30% from 461); Blue value is 211 (82.81% from 255 or 45.77% from 461); Max value from RGB is 244 - color contains mainly: red. Hex color #F406D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F406D3 is #0BF92C. Grayscale: #636363. Windows color (decimal): -784685 or 13829876. OLE color: 13829876.
HSL color Cylindrical-coordinate representation of color #F406D3: hue angle of 308.32º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F406D3 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 6 | 211 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.04 |
| HSL | 308.32º | 0.95% | 0.49% | - |
| HSV(B) | 308.32º | 0.98% | 0.96% | - |
| XYZ | 49.13 | 24.07 | 63.68 | - |
| YUV | 100.53 | 190.35 | 230.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 6 | 211 | 0 | 0.98 | 0.14 | 0.04 | 308.32 | 0.95 | 0.49 |
| Hex | F4 | 6 | D3 | 0 | 62 | E | 4 | 134 | 5F | 31 |
| Octal | 364 | 6 | 323 | 0 | 142 | 16 | 4 | 464 | 137 | 61 |
| Binary | 11110100 | 110 | 11010011 | 0 | 1100010 | 1110 | 100 | 100110100 | 1011111 | 110001 |
Color Harmonies of #F406D3
Complementary color
Monochromatic Colors of #F406D3
Black with #F406D3
Text Example
Text Example
White with #F406D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F406D3; }
p { color: rgb(244,6,211); }
H1.HeaderClassName
{
color: #F406D3;
}
.AnyTagClassName
{
color: #F406D3;
}
</style>
background-color css
<style>
a { background-color: #F406D3; }
a { background-color: rgb(244,6,211); }
div.DivClassName
{
background-color: #F406D3;
}
.BgClassName
{
background-color: #F406D3;
}
</style>
border-color css
<style>
span { border-color: #F406D3; }
span { border-color: rgb(244,6,211); }
td.TdClassName
{
border-color: #F406D3;
}
.TagClassName
{
border-color: #F406D3;
}
</style>