Shades of Hot Magenta #F406DD
Tints of Hot Magenta #F406DD
RGB
CMYK
RGB Variations
Color information
#F406DD (or 0xF406DD) is known color: Hot Magenta. HEX triplet: F4, 06 and DD. RGB value is (244,6,221). Sum of RGB (Red+Green+Blue) = 244+6+221=471 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.80% from 471); Green value is 6 (2.73% from 255 or 1.27% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 244 - color contains mainly: red. Hex color #F406DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F406DD is #0BF922. Grayscale: #656565. Windows color (decimal): -784675 or 14485236. OLE color: 14485236.
HSL color Cylindrical-coordinate representation of color #F406DD: hue angle of 305.8º 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 #F406DD is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 6 | 221 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.04 |
| HSL | 305.8º | 0.95% | 0.49% | - |
| HSV(B) | 305.8º | 0.98% | 0.96% | - |
| XYZ | 50.42 | 24.58 | 70.49 | - |
| YUV | 101.67 | 195.35 | 229.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 6 | 221 | 0 | 0.98 | 0.09 | 0.04 | 305.8 | 0.95 | 0.49 |
| Hex | F4 | 6 | DD | 0 | 62 | 9 | 4 | 132 | 5F | 31 |
| Octal | 364 | 6 | 335 | 0 | 142 | 11 | 4 | 462 | 137 | 61 |
| Binary | 11110100 | 110 | 11011101 | 0 | 1100010 | 1001 | 100 | 100110010 | 1011111 | 110001 |
Color Harmonies of #F406DD
Complementary color
Monochromatic Colors of #F406DD
Black with #F406DD
Text Example
Text Example
White with #F406DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F406DD; }
p { color: rgb(244,6,221); }
H1.HeaderClassName
{
color: #F406DD;
}
.AnyTagClassName
{
color: #F406DD;
}
</style>
background-color css
<style>
a { background-color: #F406DD; }
a { background-color: rgb(244,6,221); }
div.DivClassName
{
background-color: #F406DD;
}
.BgClassName
{
background-color: #F406DD;
}
</style>
border-color css
<style>
span { border-color: #F406DD; }
span { border-color: rgb(244,6,221); }
td.TdClassName
{
border-color: #F406DD;
}
.TagClassName
{
border-color: #F406DD;
}
</style>