Shades of Magenta #F412ED
Tints of Magenta #F412ED
RGB
CMYK
RGB Variations
Color information
#F412ED (or 0xF412ED) is known color: Magenta. HEX triplet: F4, 12 and ED. RGB value is (244,18,237). Sum of RGB (Red+Green+Blue) = 244+18+237=499 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.90% from 499); Green value is 18 (7.42% from 255 or 3.61% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 244 - color contains mainly: red. Hex color #F412ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F412ED is #0BED12. Grayscale: #6D6D6D. Windows color (decimal): -781587 or 15536884. OLE color: 15536884.
HSL color Cylindrical-coordinate representation of color #F412ED: hue angle of 301.86º 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 #F412ED is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 18 | 237 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.04 |
| HSL | 301.86º | 0.91% | 0.51% | - |
| HSV(B) | 301.86º | 0.93% | 0.96% | - |
| XYZ | 52.81 | 25.78 | 82.31 | - |
| YUV | 110.54 | 199.37 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 18 | 237 | 0 | 0.93 | 0.03 | 0.04 | 301.86 | 0.91 | 0.51 |
| Hex | F4 | 12 | ED | 0 | 5D | 3 | 4 | 12E | 5B | 33 |
| Octal | 364 | 22 | 355 | 0 | 135 | 3 | 4 | 456 | 133 | 63 |
| Binary | 11110100 | 10010 | 11101101 | 0 | 1011101 | 11 | 100 | 100101110 | 1011011 | 110011 |
Color Harmonies of #F412ED
Complementary color
Monochromatic Colors of #F412ED
Black with #F412ED
Text Example
Text Example
White with #F412ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F412ED; }
p { color: rgb(244,18,237); }
H1.HeaderClassName
{
color: #F412ED;
}
.AnyTagClassName
{
color: #F412ED;
}
</style>
background-color css
<style>
a { background-color: #F412ED; }
a { background-color: rgb(244,18,237); }
div.DivClassName
{
background-color: #F412ED;
}
.BgClassName
{
background-color: #F412ED;
}
</style>
border-color css
<style>
span { border-color: #F412ED; }
span { border-color: rgb(244,18,237); }
td.TdClassName
{
border-color: #F412ED;
}
.TagClassName
{
border-color: #F412ED;
}
</style>