Shades of Hot Magenta #F412DC
Tints of Hot Magenta #F412DC
RGB
CMYK
RGB Variations
Color information
#F412DC (or 0xF412DC) is known color: Hot Magenta. HEX triplet: F4, 12 and DC. RGB value is (244,18,220). Sum of RGB (Red+Green+Blue) = 244+18+220=482 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.62% from 482); Green value is 18 (7.42% from 255 or 3.73% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 244 - color contains mainly: red. Hex color #F412DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F412DC is #0BED23. Grayscale: #6C6C6C. Windows color (decimal): -781604 or 14422772. OLE color: 14422772.
HSL color Cylindrical-coordinate representation of color #F412DC: hue angle of 306.37º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F412DC is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 18 | 220 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.04 |
| HSL | 306.37º | 0.91% | 0.51% | - |
| HSV(B) | 306.37º | 0.93% | 0.96% | - |
| XYZ | 50.44 | 24.83 | 69.84 | - |
| YUV | 108.6 | 190.87 | 224.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 18 | 220 | 0 | 0.93 | 0.10 | 0.04 | 306.37 | 0.91 | 0.51 |
| Hex | F4 | 12 | DC | 0 | 5D | A | 4 | 132 | 5B | 33 |
| Octal | 364 | 22 | 334 | 0 | 135 | 12 | 4 | 462 | 133 | 63 |
| Binary | 11110100 | 10010 | 11011100 | 0 | 1011101 | 1010 | 100 | 100110010 | 1011011 | 110011 |
Color Harmonies of #F412DC
Complementary color
Monochromatic Colors of #F412DC
Black with #F412DC
Text Example
Text Example
White with #F412DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F412DC; }
p { color: rgb(244,18,220); }
H1.HeaderClassName
{
color: #F412DC;
}
.AnyTagClassName
{
color: #F412DC;
}
</style>
background-color css
<style>
a { background-color: #F412DC; }
a { background-color: rgb(244,18,220); }
div.DivClassName
{
background-color: #F412DC;
}
.BgClassName
{
background-color: #F412DC;
}
</style>
border-color css
<style>
span { border-color: #F412DC; }
span { border-color: rgb(244,18,220); }
td.TdClassName
{
border-color: #F412DC;
}
.TagClassName
{
border-color: #F412DC;
}
</style>