Shades of Magenta #F117EE
Tints of Magenta #F117EE
RGB
CMYK
RGB Variations
Color information
#F117EE (or 0xF117EE) is known color: Magenta. HEX triplet: F1, 17 and EE. RGB value is (241,23,238). Sum of RGB (Red+Green+Blue) = 241+23+238=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 23 (9.38% from 255 or 4.58% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F117EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F117EE is #0EE811. Grayscale: #707070. Windows color (decimal): -976914 or 15603697. OLE color: 15603697.
HSL color Cylindrical-coordinate representation of color #F117EE: hue angle of 300.83º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F117EE is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 23 | 238 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.05 |
| HSL | 300.83º | 0.89% | 0.52% | - |
| HSV(B) | 300.83º | 0.9% | 0.95% | - |
| XYZ | 52.01 | 25.49 | 83.07 | - |
| YUV | 112.69 | 198.72 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 23 | 238 | 0 | 0.90 | 0.01 | 0.05 | 300.83 | 0.89 | 0.52 |
| Hex | F1 | 17 | EE | 0 | 5A | 1 | 5 | 12D | 59 | 34 |
| Octal | 361 | 27 | 356 | 0 | 132 | 1 | 5 | 455 | 131 | 64 |
| Binary | 11110001 | 10111 | 11101110 | 0 | 1011010 | 1 | 101 | 100101101 | 1011001 | 110100 |
Color Harmonies of #F117EE
Complementary color
Monochromatic Colors of #F117EE
Black with #F117EE
Text Example
Text Example
White with #F117EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F117EE; }
p { color: rgb(241,23,238); }
H1.HeaderClassName
{
color: #F117EE;
}
.AnyTagClassName
{
color: #F117EE;
}
</style>
background-color css
<style>
a { background-color: #F117EE; }
a { background-color: rgb(241,23,238); }
div.DivClassName
{
background-color: #F117EE;
}
.BgClassName
{
background-color: #F117EE;
}
</style>
border-color css
<style>
span { border-color: #F117EE; }
span { border-color: rgb(241,23,238); }
td.TdClassName
{
border-color: #F117EE;
}
.TagClassName
{
border-color: #F117EE;
}
</style>