Shades of Magenta #F412EA
Tints of Magenta #F412EA
RGB
CMYK
RGB Variations
Color information
#F412EA (or 0xF412EA) is known color: Magenta. HEX triplet: F4, 12 and EA. RGB value is (244,18,234). Sum of RGB (Red+Green+Blue) = 244+18+234=496 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.19% from 496); Green value is 18 (7.42% from 255 or 3.63% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 244 - color contains mainly: red. Hex color #F412EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F412EA is #0BED15. Grayscale: #6D6D6D. Windows color (decimal): -781590 or 15340276. OLE color: 15340276.
HSL color Cylindrical-coordinate representation of color #F412EA: hue angle of 302.65º 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 #F412EA is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 18 | 234 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.04 |
| HSL | 302.65º | 0.91% | 0.51% | - |
| HSV(B) | 302.65º | 0.93% | 0.96% | - |
| XYZ | 52.38 | 25.61 | 80.02 | - |
| YUV | 110.2 | 197.87 | 223.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 18 | 234 | 0 | 0.93 | 0.04 | 0.04 | 302.65 | 0.91 | 0.51 |
| Hex | F4 | 12 | EA | 0 | 5D | 4 | 4 | 12F | 5B | 33 |
| Octal | 364 | 22 | 352 | 0 | 135 | 4 | 4 | 457 | 133 | 63 |
| Binary | 11110100 | 10010 | 11101010 | 0 | 1011101 | 100 | 100 | 100101111 | 1011011 | 110011 |
Color Harmonies of #F412EA
Complementary color
Monochromatic Colors of #F412EA
Black with #F412EA
Text Example
Text Example
White with #F412EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F412EA; }
p { color: rgb(244,18,234); }
H1.HeaderClassName
{
color: #F412EA;
}
.AnyTagClassName
{
color: #F412EA;
}
</style>
background-color css
<style>
a { background-color: #F412EA; }
a { background-color: rgb(244,18,234); }
div.DivClassName
{
background-color: #F412EA;
}
.BgClassName
{
background-color: #F412EA;
}
</style>
border-color css
<style>
span { border-color: #F412EA; }
span { border-color: rgb(244,18,234); }
td.TdClassName
{
border-color: #F412EA;
}
.TagClassName
{
border-color: #F412EA;
}
</style>