Shades of Hot Magenta #F412DA
Tints of Hot Magenta #F412DA
RGB
CMYK
RGB Variations
Color information
#F412DA (or 0xF412DA) is known color: Hot Magenta. HEX triplet: F4, 12 and DA. RGB value is (244,18,218). Sum of RGB (Red+Green+Blue) = 244+18+218=480 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.83% from 480); Green value is 18 (7.42% from 255 or 3.75% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 244 - color contains mainly: red. Hex color #F412DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F412DA is #0BED25. Grayscale: #6B6B6B. Windows color (decimal): -781606 or 14291700. OLE color: 14291700.
HSL color Cylindrical-coordinate representation of color #F412DA: hue angle of 306.9º 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 #F412DA is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 18 | 218 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.04 |
| HSL | 306.9º | 0.91% | 0.51% | - |
| HSV(B) | 306.9º | 0.93% | 0.96% | - |
| XYZ | 50.18 | 24.73 | 68.46 | - |
| YUV | 108.37 | 189.87 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 18 | 218 | 0 | 0.93 | 0.11 | 0.04 | 306.9 | 0.91 | 0.51 |
| Hex | F4 | 12 | DA | 0 | 5D | B | 4 | 133 | 5B | 33 |
| Octal | 364 | 22 | 332 | 0 | 135 | 13 | 4 | 463 | 133 | 63 |
| Binary | 11110100 | 10010 | 11011010 | 0 | 1011101 | 1011 | 100 | 100110011 | 1011011 | 110011 |
Color Harmonies of #F412DA
Complementary color
Monochromatic Colors of #F412DA
Black with #F412DA
Text Example
Text Example
White with #F412DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F412DA; }
p { color: rgb(244,18,218); }
H1.HeaderClassName
{
color: #F412DA;
}
.AnyTagClassName
{
color: #F412DA;
}
</style>
background-color css
<style>
a { background-color: #F412DA; }
a { background-color: rgb(244,18,218); }
div.DivClassName
{
background-color: #F412DA;
}
.BgClassName
{
background-color: #F412DA;
}
</style>
border-color css
<style>
span { border-color: #F412DA; }
span { border-color: rgb(244,18,218); }
td.TdClassName
{
border-color: #F412DA;
}
.TagClassName
{
border-color: #F412DA;
}
</style>