Shades of Magenta #F41EFF
Tints of Magenta #F41EFF
RGB
CMYK
RGB Variations
Color information
#F41EFF (or 0xF41EFF) is known color: Magenta. HEX triplet: F4, 1E and FF. RGB value is (244,30,255). Sum of RGB (Red+Green+Blue) = 244+30+255=529 (70% of max value = 765). Red value is 244 (95.70% from 255 or 46.12% from 529); Green value is 30 (12.11% from 255 or 5.67% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #F41EFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F41EFF is #0BE100. Grayscale: #767676. Windows color (decimal): -778497 or 16719604. OLE color: 16719604.
HSL color Cylindrical-coordinate representation of color #F41EFF: hue angle of 297.07º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F41EFF is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 30 | 255 | - |
| CMYK | 0.04 | 0.88 | 0 | 0 |
| HSL | 297.07º | 1% | 0.56% | - |
| HSV(B) | 297.07º | 0.88% | 1% | - |
| XYZ | 55.82 | 27.38 | 96.95 | - |
| YUV | 119.64 | 204.4 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 30 | 255 | 0.04 | 0.88 | 0 | 0 | 297.07 | 1 | 0.56 |
| Hex | F4 | 1E | FF | 4 | 58 | 0 | 0 | 129 | 64 | 38 |
| Octal | 364 | 36 | 377 | 4 | 130 | 0 | 0 | 451 | 144 | 70 |
| Binary | 11110100 | 11110 | 11111111 | 100 | 1011000 | 0 | 0 | 100101001 | 1100100 | 111000 |
Color Harmonies of #F41EFF
Complementary color
Monochromatic Colors of #F41EFF
Black with #F41EFF
Text Example
Text Example
White with #F41EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41EFF; }
p { color: rgb(244,30,255); }
H1.HeaderClassName
{
color: #F41EFF;
}
.AnyTagClassName
{
color: #F41EFF;
}
</style>
background-color css
<style>
a { background-color: #F41EFF; }
a { background-color: rgb(244,30,255); }
div.DivClassName
{
background-color: #F41EFF;
}
.BgClassName
{
background-color: #F41EFF;
}
</style>
border-color css
<style>
span { border-color: #F41EFF; }
span { border-color: rgb(244,30,255); }
td.TdClassName
{
border-color: #F41EFF;
}
.TagClassName
{
border-color: #F41EFF;
}
</style>