Shades of Hot Magenta #F406DF
Tints of Hot Magenta #F406DF
RGB
CMYK
RGB Variations
Color information
#F406DF (or 0xF406DF) is known color: Hot Magenta. HEX triplet: F4, 06 and DF. RGB value is (244,6,223). Sum of RGB (Red+Green+Blue) = 244+6+223=473 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.59% from 473); Green value is 6 (2.73% from 255 or 1.27% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 244 - color contains mainly: red. Hex color #F406DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F406DF is #0BF920. Grayscale: #656565. Windows color (decimal): -784673 or 14616308. OLE color: 14616308.
HSL color Cylindrical-coordinate representation of color #F406DF: hue angle of 305.29º 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 #F406DF is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 6 | 223 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.04 |
| HSL | 305.29º | 0.95% | 0.49% | - |
| HSV(B) | 305.29º | 0.98% | 0.96% | - |
| XYZ | 50.69 | 24.69 | 71.91 | - |
| YUV | 101.9 | 196.35 | 229.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 6 | 223 | 0 | 0.98 | 0.09 | 0.04 | 305.29 | 0.95 | 0.49 |
| Hex | F4 | 6 | DF | 0 | 62 | 9 | 4 | 131 | 5F | 31 |
| Octal | 364 | 6 | 337 | 0 | 142 | 11 | 4 | 461 | 137 | 61 |
| Binary | 11110100 | 110 | 11011111 | 0 | 1100010 | 1001 | 100 | 100110001 | 1011111 | 110001 |
Color Harmonies of #F406DF
Complementary color
Monochromatic Colors of #F406DF
Black with #F406DF
Text Example
Text Example
White with #F406DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F406DF; }
p { color: rgb(244,6,223); }
H1.HeaderClassName
{
color: #F406DF;
}
.AnyTagClassName
{
color: #F406DF;
}
</style>
background-color css
<style>
a { background-color: #F406DF; }
a { background-color: rgb(244,6,223); }
div.DivClassName
{
background-color: #F406DF;
}
.BgClassName
{
background-color: #F406DF;
}
</style>
border-color css
<style>
span { border-color: #F406DF; }
span { border-color: rgb(244,6,223); }
td.TdClassName
{
border-color: #F406DF;
}
.TagClassName
{
border-color: #F406DF;
}
</style>