Shades of Magenta #F41EEF
Tints of Magenta #F41EEF
RGB
CMYK
RGB Variations
Color information
#F41EEF (or 0xF41EEF) is known color: Magenta. HEX triplet: F4, 1E and EF. RGB value is (244,30,239). Sum of RGB (Red+Green+Blue) = 244+30+239=513 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.56% from 513); Green value is 30 (12.11% from 255 or 5.85% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 244 - color contains mainly: red. Hex color #F41EEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F41EEF is #0BE110. Grayscale: #757575. Windows color (decimal): -778513 or 15671028. OLE color: 15671028.
HSL color Cylindrical-coordinate representation of color #F41EEF: hue angle of 301.4º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F41EEF is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 30 | 239 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.04 |
| HSL | 301.4º | 0.91% | 0.54% | - |
| HSV(B) | 301.4º | 0.88% | 0.96% | - |
| XYZ | 53.35 | 26.39 | 83.94 | - |
| YUV | 117.81 | 196.4 | 218.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 30 | 239 | 0 | 0.88 | 0.02 | 0.04 | 301.4 | 0.91 | 0.54 |
| Hex | F4 | 1E | EF | 0 | 58 | 2 | 4 | 12D | 5B | 36 |
| Octal | 364 | 36 | 357 | 0 | 130 | 2 | 4 | 455 | 133 | 66 |
| Binary | 11110100 | 11110 | 11101111 | 0 | 1011000 | 10 | 100 | 100101101 | 1011011 | 110110 |
Color Harmonies of #F41EEF
Complementary color
Monochromatic Colors of #F41EEF
Black with #F41EEF
Text Example
Text Example
White with #F41EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41EEF; }
p { color: rgb(244,30,239); }
H1.HeaderClassName
{
color: #F41EEF;
}
.AnyTagClassName
{
color: #F41EEF;
}
</style>
background-color css
<style>
a { background-color: #F41EEF; }
a { background-color: rgb(244,30,239); }
div.DivClassName
{
background-color: #F41EEF;
}
.BgClassName
{
background-color: #F41EEF;
}
</style>
border-color css
<style>
span { border-color: #F41EEF; }
span { border-color: rgb(244,30,239); }
td.TdClassName
{
border-color: #F41EEF;
}
.TagClassName
{
border-color: #F41EEF;
}
</style>