Shades of Magenta #F41EED
Tints of Magenta #F41EED
RGB
CMYK
RGB Variations
Color information
#F41EED (or 0xF41EED) is known color: Magenta. HEX triplet: F4, 1E and ED. RGB value is (244,30,237). Sum of RGB (Red+Green+Blue) = 244+30+237=511 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.75% from 511); Green value is 30 (12.11% from 255 or 5.87% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 244 - color contains mainly: red. Hex color #F41EED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F41EED is #0BE112. Grayscale: #747474. Windows color (decimal): -778515 or 15539956. OLE color: 15539956.
HSL color Cylindrical-coordinate representation of color #F41EED: hue angle of 301.96º 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 #F41EED is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 30 | 237 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.04 |
| HSL | 301.96º | 0.91% | 0.54% | - |
| HSV(B) | 301.96º | 0.88% | 0.96% | - |
| XYZ | 53.06 | 26.28 | 82.4 | - |
| YUV | 117.58 | 195.4 | 218.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 30 | 237 | 0 | 0.88 | 0.03 | 0.04 | 301.96 | 0.91 | 0.54 |
| Hex | F4 | 1E | ED | 0 | 58 | 3 | 4 | 12E | 5B | 36 |
| Octal | 364 | 36 | 355 | 0 | 130 | 3 | 4 | 456 | 133 | 66 |
| Binary | 11110100 | 11110 | 11101101 | 0 | 1011000 | 11 | 100 | 100101110 | 1011011 | 110110 |
Color Harmonies of #F41EED
Complementary color
Monochromatic Colors of #F41EED
Black with #F41EED
Text Example
Text Example
White with #F41EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41EED; }
p { color: rgb(244,30,237); }
H1.HeaderClassName
{
color: #F41EED;
}
.AnyTagClassName
{
color: #F41EED;
}
</style>
background-color css
<style>
a { background-color: #F41EED; }
a { background-color: rgb(244,30,237); }
div.DivClassName
{
background-color: #F41EED;
}
.BgClassName
{
background-color: #F41EED;
}
</style>
border-color css
<style>
span { border-color: #F41EED; }
span { border-color: rgb(244,30,237); }
td.TdClassName
{
border-color: #F41EED;
}
.TagClassName
{
border-color: #F41EED;
}
</style>