Shades of Hot Magenta #F407DD
Tints of Hot Magenta #F407DD
RGB
CMYK
RGB Variations
Color information
#F407DD (or 0xF407DD) is known color: Hot Magenta. HEX triplet: F4, 07 and DD. RGB value is (244,7,221). Sum of RGB (Red+Green+Blue) = 244+7+221=472 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.69% from 472); Green value is 7 (3.12% from 255 or 1.48% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 244 - color contains mainly: red. Hex color #F407DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F407DD is #0BF822. Grayscale: #656565. Windows color (decimal): -784419 or 14485492. OLE color: 14485492.
HSL color Cylindrical-coordinate representation of color #F407DD: hue angle of 305.82º 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 #F407DD is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 7 | 221 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.04 |
| HSL | 305.82º | 0.94% | 0.49% | - |
| HSV(B) | 305.82º | 0.97% | 0.96% | - |
| XYZ | 50.44 | 24.61 | 70.5 | - |
| YUV | 102.26 | 195.02 | 229.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 221 | 0 | 0.97 | 0.09 | 0.04 | 305.82 | 0.94 | 0.49 |
| Hex | F4 | 7 | DD | 0 | 61 | 9 | 4 | 132 | 5E | 31 |
| Octal | 364 | 7 | 335 | 0 | 141 | 11 | 4 | 462 | 136 | 61 |
| Binary | 11110100 | 111 | 11011101 | 0 | 1100001 | 1001 | 100 | 100110010 | 1011110 | 110001 |
Color Harmonies of #F407DD
Complementary color
Monochromatic Colors of #F407DD
Black with #F407DD
Text Example
Text Example
White with #F407DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F407DD; }
p { color: rgb(244,7,221); }
H1.HeaderClassName
{
color: #F407DD;
}
.AnyTagClassName
{
color: #F407DD;
}
</style>
background-color css
<style>
a { background-color: #F407DD; }
a { background-color: rgb(244,7,221); }
div.DivClassName
{
background-color: #F407DD;
}
.BgClassName
{
background-color: #F407DD;
}
</style>
border-color css
<style>
span { border-color: #F407DD; }
span { border-color: rgb(244,7,221); }
td.TdClassName
{
border-color: #F407DD;
}
.TagClassName
{
border-color: #F407DD;
}
</style>