Shades of Magenta #F10EF1
Tints of Magenta #F10EF1
RGB
CMYK
RGB Variations
Color information
#F10EF1 (or 0xF10EF1) is known color: Magenta. HEX triplet: F1, 0E and F1. RGB value is (241,14,241). Sum of RGB (Red+Green+Blue) = 241+14+241=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 14 (5.86% from 255 or 2.82% from 496); Blue value is 241 (94.53% from 255 or 48.59% from 496); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F10EF1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F10EF1 is #0EF10E. Grayscale: #6B6B6B. Windows color (decimal): -979215 or 15798001. OLE color: 15798001.
HSL color Cylindrical-coordinate representation of color #F10EF1: hue angle of 300º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10EF1 is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 14 | 241 | - |
| CMYK | 0 | 0.94 | 0 | 0.05 |
| HSL | 300º | 0.89% | 0.5% | - |
| HSV(B) | 300º | 0.94% | 0.95% | - |
| XYZ | 52.31 | 25.37 | 85.36 | - |
| YUV | 107.75 | 203.21 | 223.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 14 | 241 | 0 | 0.94 | 0 | 0.05 | 300 | 0.89 | 0.5 |
| Hex | F1 | E | F1 | 0 | 5E | 0 | 5 | 12C | 59 | 32 |
| Octal | 361 | 16 | 361 | 0 | 136 | 0 | 5 | 454 | 131 | 62 |
| Binary | 11110001 | 1110 | 11110001 | 0 | 1011110 | 0 | 101 | 100101100 | 1011001 | 110010 |
Color Harmonies of #F10EF1
Complementary color
Monochromatic Colors of #F10EF1
Black with #F10EF1
Text Example
Text Example
White with #F10EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10EF1; }
p { color: rgb(241,14,241); }
H1.HeaderClassName
{
color: #F10EF1;
}
.AnyTagClassName
{
color: #F10EF1;
}
</style>
background-color css
<style>
a { background-color: #F10EF1; }
a { background-color: rgb(241,14,241); }
div.DivClassName
{
background-color: #F10EF1;
}
.BgClassName
{
background-color: #F10EF1;
}
</style>
border-color css
<style>
span { border-color: #F10EF1; }
span { border-color: rgb(241,14,241); }
td.TdClassName
{
border-color: #F10EF1;
}
.TagClassName
{
border-color: #F10EF1;
}
</style>