Shades of Hot Magenta #F412D6
Tints of Hot Magenta #F412D6
RGB
CMYK
RGB Variations
Color information
#F412D6 (or 0xF412D6) is known color: Hot Magenta. HEX triplet: F4, 12 and D6. RGB value is (244,18,214). Sum of RGB (Red+Green+Blue) = 244+18+214=476 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.26% from 476); Green value is 18 (7.42% from 255 or 3.78% from 476); Blue value is 214 (83.98% from 255 or 44.96% from 476); Max value from RGB is 244 - color contains mainly: red. Hex color #F412D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F412D6 is #0BED29. Grayscale: #6B6B6B. Windows color (decimal): -781610 or 14029556. OLE color: 14029556.
HSL color Cylindrical-coordinate representation of color #F412D6: hue angle of 307.96º 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 #F412D6 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 18 | 214 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.04 |
| HSL | 307.96º | 0.91% | 0.51% | - |
| HSV(B) | 307.96º | 0.93% | 0.96% | - |
| XYZ | 49.66 | 24.52 | 65.73 | - |
| YUV | 107.92 | 187.87 | 225.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 18 | 214 | 0 | 0.93 | 0.12 | 0.04 | 307.96 | 0.91 | 0.51 |
| Hex | F4 | 12 | D6 | 0 | 5D | C | 4 | 134 | 5B | 33 |
| Octal | 364 | 22 | 326 | 0 | 135 | 14 | 4 | 464 | 133 | 63 |
| Binary | 11110100 | 10010 | 11010110 | 0 | 1011101 | 1100 | 100 | 100110100 | 1011011 | 110011 |
Color Harmonies of #F412D6
Complementary color
Monochromatic Colors of #F412D6
Black with #F412D6
Text Example
Text Example
White with #F412D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F412D6; }
p { color: rgb(244,18,214); }
H1.HeaderClassName
{
color: #F412D6;
}
.AnyTagClassName
{
color: #F412D6;
}
</style>
background-color css
<style>
a { background-color: #F412D6; }
a { background-color: rgb(244,18,214); }
div.DivClassName
{
background-color: #F412D6;
}
.BgClassName
{
background-color: #F412D6;
}
</style>
border-color css
<style>
span { border-color: #F412D6; }
span { border-color: rgb(244,18,214); }
td.TdClassName
{
border-color: #F412D6;
}
.TagClassName
{
border-color: #F412D6;
}
</style>