Shades of Magenta #F41EEA
Tints of Magenta #F41EEA
RGB
CMYK
RGB Variations
Color information
#F41EEA (or 0xF41EEA) is known color: Magenta. HEX triplet: F4, 1E and EA. RGB value is (244,30,234). Sum of RGB (Red+Green+Blue) = 244+30+234=508 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.03% from 508); Green value is 30 (12.11% from 255 or 5.91% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 244 - color contains mainly: red. Hex color #F41EEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F41EEA is #0BE115. Grayscale: #747474. Windows color (decimal): -778518 or 15343348. OLE color: 15343348.
HSL color Cylindrical-coordinate representation of color #F41EEA: hue angle of 302.8º 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 #F41EEA is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 30 | 234 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.04 |
| HSL | 302.8º | 0.91% | 0.54% | - |
| HSV(B) | 302.8º | 0.88% | 0.96% | - |
| XYZ | 52.62 | 26.1 | 80.11 | - |
| YUV | 117.24 | 193.9 | 218.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 30 | 234 | 0 | 0.88 | 0.04 | 0.04 | 302.8 | 0.91 | 0.54 |
| Hex | F4 | 1E | EA | 0 | 58 | 4 | 4 | 12F | 5B | 36 |
| Octal | 364 | 36 | 352 | 0 | 130 | 4 | 4 | 457 | 133 | 66 |
| Binary | 11110100 | 11110 | 11101010 | 0 | 1011000 | 100 | 100 | 100101111 | 1011011 | 110110 |
Color Harmonies of #F41EEA
Complementary color
Monochromatic Colors of #F41EEA
Black with #F41EEA
Text Example
Text Example
White with #F41EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41EEA; }
p { color: rgb(244,30,234); }
H1.HeaderClassName
{
color: #F41EEA;
}
.AnyTagClassName
{
color: #F41EEA;
}
</style>
background-color css
<style>
a { background-color: #F41EEA; }
a { background-color: rgb(244,30,234); }
div.DivClassName
{
background-color: #F41EEA;
}
.BgClassName
{
background-color: #F41EEA;
}
</style>
border-color css
<style>
span { border-color: #F41EEA; }
span { border-color: rgb(244,30,234); }
td.TdClassName
{
border-color: #F41EEA;
}
.TagClassName
{
border-color: #F41EEA;
}
</style>