Shades of Hot Magenta #F407DF
Tints of Hot Magenta #F407DF
RGB
CMYK
RGB Variations
Color information
#F407DF (or 0xF407DF) is known color: Hot Magenta. HEX triplet: F4, 07 and DF. RGB value is (244,7,223). Sum of RGB (Red+Green+Blue) = 244+7+223=474 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.48% from 474); Green value is 7 (3.12% from 255 or 1.48% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 244 - color contains mainly: red. Hex color #F407DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F407DF is #0BF820. Grayscale: #656565. Windows color (decimal): -784417 or 14616564. OLE color: 14616564.
HSL color Cylindrical-coordinate representation of color #F407DF: hue angle of 305.32º 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 #F407DF is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 7 | 223 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.04 |
| HSL | 305.32º | 0.94% | 0.49% | - |
| HSV(B) | 305.32º | 0.97% | 0.96% | - |
| XYZ | 50.7 | 24.71 | 71.91 | - |
| YUV | 102.49 | 196.02 | 228.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 223 | 0 | 0.97 | 0.09 | 0.04 | 305.32 | 0.94 | 0.49 |
| Hex | F4 | 7 | DF | 0 | 61 | 9 | 4 | 131 | 5E | 31 |
| Octal | 364 | 7 | 337 | 0 | 141 | 11 | 4 | 461 | 136 | 61 |
| Binary | 11110100 | 111 | 11011111 | 0 | 1100001 | 1001 | 100 | 100110001 | 1011110 | 110001 |
Color Harmonies of #F407DF
Complementary color
Monochromatic Colors of #F407DF
Black with #F407DF
Text Example
Text Example
White with #F407DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F407DF; }
p { color: rgb(244,7,223); }
H1.HeaderClassName
{
color: #F407DF;
}
.AnyTagClassName
{
color: #F407DF;
}
</style>
background-color css
<style>
a { background-color: #F407DF; }
a { background-color: rgb(244,7,223); }
div.DivClassName
{
background-color: #F407DF;
}
.BgClassName
{
background-color: #F407DF;
}
</style>
border-color css
<style>
span { border-color: #F407DF; }
span { border-color: rgb(244,7,223); }
td.TdClassName
{
border-color: #F407DF;
}
.TagClassName
{
border-color: #F407DF;
}
</style>