Shades of Magenta #F91EEC
Tints of Magenta #F91EEC
RGB
CMYK
RGB Variations
Color information
#F91EEC (or 0xF91EEC) is known color: Magenta. HEX triplet: F9, 1E and EC. RGB value is (249,30,236). Sum of RGB (Red+Green+Blue) = 249+30+236=515 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.35% from 515); Green value is 30 (12.11% from 255 or 5.83% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 249 - color contains mainly: red. Hex color #F91EEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F91EEC is #06E113. Grayscale: #767676. Windows color (decimal): -450836 or 15474425. OLE color: 15474425.
HSL color Cylindrical-coordinate representation of color #F91EEC: hue angle of 303.56º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F91EEC is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 30 | 236 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.02 |
| HSL | 303.56º | 0.95% | 0.55% | - |
| HSV(B) | 303.56º | 0.88% | 0.98% | - |
| XYZ | 54.67 | 27.12 | 81.71 | - |
| YUV | 118.97 | 194.05 | 220.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 30 | 236 | 0 | 0.88 | 0.05 | 0.02 | 303.56 | 0.95 | 0.55 |
| Hex | F9 | 1E | EC | 0 | 58 | 5 | 2 | 130 | 5F | 37 |
| Octal | 371 | 36 | 354 | 0 | 130 | 5 | 2 | 460 | 137 | 67 |
| Binary | 11111001 | 11110 | 11101100 | 0 | 1011000 | 101 | 10 | 100110000 | 1011111 | 110111 |
Color Harmonies of #F91EEC
Complementary color
Monochromatic Colors of #F91EEC
Black with #F91EEC
Text Example
Text Example
White with #F91EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91EEC; }
p { color: rgb(249,30,236); }
H1.HeaderClassName
{
color: #F91EEC;
}
.AnyTagClassName
{
color: #F91EEC;
}
</style>
background-color css
<style>
a { background-color: #F91EEC; }
a { background-color: rgb(249,30,236); }
div.DivClassName
{
background-color: #F91EEC;
}
.BgClassName
{
background-color: #F91EEC;
}
</style>
border-color css
<style>
span { border-color: #F91EEC; }
span { border-color: rgb(249,30,236); }
td.TdClassName
{
border-color: #F91EEC;
}
.TagClassName
{
border-color: #F91EEC;
}
</style>