Shades of Magenta #F911EE
Tints of Magenta #F911EE
RGB
CMYK
RGB Variations
Color information
#F911EE (or 0xF911EE) is known color: Magenta. HEX triplet: F9, 11 and EE. RGB value is (249,17,238). Sum of RGB (Red+Green+Blue) = 249+17+238=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 17 (7.03% from 255 or 3.37% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F911EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F911EE is #06EE11. Grayscale: #6E6E6E. Windows color (decimal): -454162 or 15602169. OLE color: 15602169.
HSL color Cylindrical-coordinate representation of color #F911EE: hue angle of 302.84º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F911EE is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 17 | 238 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.02 |
| HSL | 302.84º | 0.95% | 0.52% | - |
| HSV(B) | 302.84º | 0.93% | 0.98% | - |
| XYZ | 54.7 | 26.71 | 83.16 | - |
| YUV | 111.56 | 199.36 | 226.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 17 | 238 | 0 | 0.93 | 0.04 | 0.02 | 302.84 | 0.95 | 0.52 |
| Hex | F9 | 11 | EE | 0 | 5D | 4 | 2 | 12F | 5F | 34 |
| Octal | 371 | 21 | 356 | 0 | 135 | 4 | 2 | 457 | 137 | 64 |
| Binary | 11111001 | 10001 | 11101110 | 0 | 1011101 | 100 | 10 | 100101111 | 1011111 | 110100 |
Color Harmonies of #F911EE
Complementary color
Monochromatic Colors of #F911EE
Black with #F911EE
Text Example
Text Example
White with #F911EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F911EE; }
p { color: rgb(249,17,238); }
H1.HeaderClassName
{
color: #F911EE;
}
.AnyTagClassName
{
color: #F911EE;
}
</style>
background-color css
<style>
a { background-color: #F911EE; }
a { background-color: rgb(249,17,238); }
div.DivClassName
{
background-color: #F911EE;
}
.BgClassName
{
background-color: #F911EE;
}
</style>
border-color css
<style>
span { border-color: #F911EE; }
span { border-color: rgb(249,17,238); }
td.TdClassName
{
border-color: #F911EE;
}
.TagClassName
{
border-color: #F911EE;
}
</style>