Shades of Magenta #F11EEB
Tints of Magenta #F11EEB
RGB
CMYK
RGB Variations
Color information
#F11EEB (or 0xF11EEB) is known color: Magenta. HEX triplet: F1, 1E and EB. RGB value is (241,30,235). Sum of RGB (Red+Green+Blue) = 241+30+235=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 30 (12.11% from 255 or 5.93% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F11EEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F11EEB is #0EE114. Grayscale: #737373. Windows color (decimal): -975125 or 15408881. OLE color: 15408881.
HSL color Cylindrical-coordinate representation of color #F11EEB: hue angle of 301.71º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F11EEB is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 30 | 235 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.05 |
| HSL | 301.71º | 0.88% | 0.53% | - |
| HSV(B) | 301.71º | 0.88% | 0.95% | - |
| XYZ | 51.74 | 25.63 | 80.82 | - |
| YUV | 116.46 | 194.9 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 30 | 235 | 0 | 0.88 | 0.02 | 0.05 | 301.71 | 0.88 | 0.53 |
| Hex | F1 | 1E | EB | 0 | 58 | 2 | 5 | 12E | 58 | 35 |
| Octal | 361 | 36 | 353 | 0 | 130 | 2 | 5 | 456 | 130 | 65 |
| Binary | 11110001 | 11110 | 11101011 | 0 | 1011000 | 10 | 101 | 100101110 | 1011000 | 110101 |
Color Harmonies of #F11EEB
Complementary color
Monochromatic Colors of #F11EEB
Black with #F11EEB
Text Example
Text Example
White with #F11EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11EEB; }
p { color: rgb(241,30,235); }
H1.HeaderClassName
{
color: #F11EEB;
}
.AnyTagClassName
{
color: #F11EEB;
}
</style>
background-color css
<style>
a { background-color: #F11EEB; }
a { background-color: rgb(241,30,235); }
div.DivClassName
{
background-color: #F11EEB;
}
.BgClassName
{
background-color: #F11EEB;
}
</style>
border-color css
<style>
span { border-color: #F11EEB; }
span { border-color: rgb(241,30,235); }
td.TdClassName
{
border-color: #F11EEB;
}
.TagClassName
{
border-color: #F11EEB;
}
</style>