Shades of Magenta #F122EB
Tints of Magenta #F122EB
RGB
CMYK
RGB Variations
Color information
#F122EB (or 0xF122EB) is known color: Magenta. HEX triplet: F1, 22 and EB. RGB value is (241,34,235). Sum of RGB (Red+Green+Blue) = 241+34+235=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 34 (13.67% from 255 or 6.67% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 241 - color contains mainly: red. Hex color #F122EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F122EB is #0EDD14. Grayscale: #767676. Windows color (decimal): -974101 or 15409905. OLE color: 15409905.
HSL color Cylindrical-coordinate representation of color #F122EB: hue angle of 301.74º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F122EB is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 34 | 235 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.05 |
| HSL | 301.74º | 0.88% | 0.54% | - |
| HSV(B) | 301.74º | 0.86% | 0.95% | - |
| XYZ | 51.84 | 25.84 | 80.85 | - |
| YUV | 118.81 | 193.58 | 215.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 34 | 235 | 0 | 0.86 | 0.02 | 0.05 | 301.74 | 0.88 | 0.54 |
| Hex | F1 | 22 | EB | 0 | 56 | 2 | 5 | 12E | 58 | 36 |
| Octal | 361 | 42 | 353 | 0 | 126 | 2 | 5 | 456 | 130 | 66 |
| Binary | 11110001 | 100010 | 11101011 | 0 | 1010110 | 10 | 101 | 100101110 | 1011000 | 110110 |
Color Harmonies of #F122EB
Complementary color
Monochromatic Colors of #F122EB
Black with #F122EB
Text Example
Text Example
White with #F122EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F122EB; }
p { color: rgb(241,34,235); }
H1.HeaderClassName
{
color: #F122EB;
}
.AnyTagClassName
{
color: #F122EB;
}
</style>
background-color css
<style>
a { background-color: #F122EB; }
a { background-color: rgb(241,34,235); }
div.DivClassName
{
background-color: #F122EB;
}
.BgClassName
{
background-color: #F122EB;
}
</style>
border-color css
<style>
span { border-color: #F122EB; }
span { border-color: rgb(241,34,235); }
td.TdClassName
{
border-color: #F122EB;
}
.TagClassName
{
border-color: #F122EB;
}
</style>