Shades of Magenta #F117EB
Tints of Magenta #F117EB
RGB
CMYK
RGB Variations
Color information
#F117EB (or 0xF117EB) is known color: Magenta. HEX triplet: F1, 17 and EB. RGB value is (241,23,235). Sum of RGB (Red+Green+Blue) = 241+23+235=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 23 (9.38% from 255 or 4.61% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F117EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F117EB is #0EE814. Grayscale: #6F6F6F. Windows color (decimal): -976917 or 15407089. OLE color: 15407089.
HSL color Cylindrical-coordinate representation of color #F117EB: hue angle of 301.65º 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 #F117EB is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 23 | 235 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.05 |
| HSL | 301.65º | 0.89% | 0.52% | - |
| HSV(B) | 301.65º | 0.9% | 0.95% | - |
| XYZ | 51.58 | 25.31 | 80.76 | - |
| YUV | 112.35 | 197.22 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 23 | 235 | 0 | 0.90 | 0.02 | 0.05 | 301.65 | 0.89 | 0.52 |
| Hex | F1 | 17 | EB | 0 | 5A | 2 | 5 | 12E | 59 | 34 |
| Octal | 361 | 27 | 353 | 0 | 132 | 2 | 5 | 456 | 131 | 64 |
| Binary | 11110001 | 10111 | 11101011 | 0 | 1011010 | 10 | 101 | 100101110 | 1011001 | 110100 |
Color Harmonies of #F117EB
Complementary color
Monochromatic Colors of #F117EB
Black with #F117EB
Text Example
Text Example
White with #F117EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F117EB; }
p { color: rgb(241,23,235); }
H1.HeaderClassName
{
color: #F117EB;
}
.AnyTagClassName
{
color: #F117EB;
}
</style>
background-color css
<style>
a { background-color: #F117EB; }
a { background-color: rgb(241,23,235); }
div.DivClassName
{
background-color: #F117EB;
}
.BgClassName
{
background-color: #F117EB;
}
</style>
border-color css
<style>
span { border-color: #F117EB; }
span { border-color: rgb(241,23,235); }
td.TdClassName
{
border-color: #F117EB;
}
.TagClassName
{
border-color: #F117EB;
}
</style>