Shades of Hot Magenta #F407DC
Tints of Hot Magenta #F407DC
RGB
CMYK
RGB Variations
Color information
#F407DC (or 0xF407DC) is known color: Hot Magenta. HEX triplet: F4, 07 and DC. RGB value is (244,7,220). Sum of RGB (Red+Green+Blue) = 244+7+220=471 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.80% from 471); Green value is 7 (3.12% from 255 or 1.49% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 244 - color contains mainly: red. Hex color #F407DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F407DC is #0BF823. Grayscale: #656565. Windows color (decimal): -784420 or 14419956. OLE color: 14419956.
HSL color Cylindrical-coordinate representation of color #F407DC: hue angle of 306.08º 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 #F407DC is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 7 | 220 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.04 |
| HSL | 306.08º | 0.94% | 0.49% | - |
| HSV(B) | 306.08º | 0.97% | 0.96% | - |
| XYZ | 50.3 | 24.55 | 69.8 | - |
| YUV | 102.15 | 194.52 | 229.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 220 | 0 | 0.97 | 0.10 | 0.04 | 306.08 | 0.94 | 0.49 |
| Hex | F4 | 7 | DC | 0 | 61 | A | 4 | 132 | 5E | 31 |
| Octal | 364 | 7 | 334 | 0 | 141 | 12 | 4 | 462 | 136 | 61 |
| Binary | 11110100 | 111 | 11011100 | 0 | 1100001 | 1010 | 100 | 100110010 | 1011110 | 110001 |
Color Harmonies of #F407DC
Complementary color
Monochromatic Colors of #F407DC
Black with #F407DC
Text Example
Text Example
White with #F407DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F407DC; }
p { color: rgb(244,7,220); }
H1.HeaderClassName
{
color: #F407DC;
}
.AnyTagClassName
{
color: #F407DC;
}
</style>
background-color css
<style>
a { background-color: #F407DC; }
a { background-color: rgb(244,7,220); }
div.DivClassName
{
background-color: #F407DC;
}
.BgClassName
{
background-color: #F407DC;
}
</style>
border-color css
<style>
span { border-color: #F407DC; }
span { border-color: rgb(244,7,220); }
td.TdClassName
{
border-color: #F407DC;
}
.TagClassName
{
border-color: #F407DC;
}
</style>