Shades of Magenta #F91EEE
Tints of Magenta #F91EEE
RGB
CMYK
RGB Variations
Color information
#F91EEE (or 0xF91EEE) is known color: Magenta. HEX triplet: F9, 1E and EE. RGB value is (249,30,238). Sum of RGB (Red+Green+Blue) = 249+30+238=517 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.16% from 517); Green value is 30 (12.11% from 255 or 5.80% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 249 - color contains mainly: red. Hex color #F91EEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F91EEE is #06E111. Grayscale: #767676. Windows color (decimal): -450834 or 15605497. OLE color: 15605497.
HSL color Cylindrical-coordinate representation of color #F91EEE: hue angle of 303.01º 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 #F91EEE is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 30 | 238 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.02 |
| HSL | 303.01º | 0.95% | 0.55% | - |
| HSV(B) | 303.01º | 0.88% | 0.98% | - |
| XYZ | 54.96 | 27.24 | 83.25 | - |
| YUV | 119.19 | 195.05 | 220.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 30 | 238 | 0 | 0.88 | 0.04 | 0.02 | 303.01 | 0.95 | 0.55 |
| Hex | F9 | 1E | EE | 0 | 58 | 4 | 2 | 12F | 5F | 37 |
| Octal | 371 | 36 | 356 | 0 | 130 | 4 | 2 | 457 | 137 | 67 |
| Binary | 11111001 | 11110 | 11101110 | 0 | 1011000 | 100 | 10 | 100101111 | 1011111 | 110111 |
Color Harmonies of #F91EEE
Complementary color
Monochromatic Colors of #F91EEE
Black with #F91EEE
Text Example
Text Example
White with #F91EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91EEE; }
p { color: rgb(249,30,238); }
H1.HeaderClassName
{
color: #F91EEE;
}
.AnyTagClassName
{
color: #F91EEE;
}
</style>
background-color css
<style>
a { background-color: #F91EEE; }
a { background-color: rgb(249,30,238); }
div.DivClassName
{
background-color: #F91EEE;
}
.BgClassName
{
background-color: #F91EEE;
}
</style>
border-color css
<style>
span { border-color: #F91EEE; }
span { border-color: rgb(249,30,238); }
td.TdClassName
{
border-color: #F91EEE;
}
.TagClassName
{
border-color: #F91EEE;
}
</style>