Shades of Magenta #F117ED
Tints of Magenta #F117ED
RGB
CMYK
RGB Variations
Color information
#F117ED (or 0xF117ED) is known color: Magenta. HEX triplet: F1, 17 and ED. RGB value is (241,23,237). Sum of RGB (Red+Green+Blue) = 241+23+237=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 23 (9.38% from 255 or 4.59% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F117ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F117ED is #0EE812. Grayscale: #6F6F6F. Windows color (decimal): -976915 or 15538161. OLE color: 15538161.
HSL color Cylindrical-coordinate representation of color #F117ED: hue angle of 301.1º 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 #F117ED is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 23 | 237 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.05 |
| HSL | 301.1º | 0.89% | 0.52% | - |
| HSV(B) | 301.1º | 0.9% | 0.95% | - |
| XYZ | 51.87 | 25.43 | 82.3 | - |
| YUV | 112.58 | 198.22 | 219.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 23 | 237 | 0 | 0.90 | 0.02 | 0.05 | 301.1 | 0.89 | 0.52 |
| Hex | F1 | 17 | ED | 0 | 5A | 2 | 5 | 12D | 59 | 34 |
| Octal | 361 | 27 | 355 | 0 | 132 | 2 | 5 | 455 | 131 | 64 |
| Binary | 11110001 | 10111 | 11101101 | 0 | 1011010 | 10 | 101 | 100101101 | 1011001 | 110100 |
Color Harmonies of #F117ED
Complementary color
Monochromatic Colors of #F117ED
Black with #F117ED
Text Example
Text Example
White with #F117ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F117ED; }
p { color: rgb(241,23,237); }
H1.HeaderClassName
{
color: #F117ED;
}
.AnyTagClassName
{
color: #F117ED;
}
</style>
background-color css
<style>
a { background-color: #F117ED; }
a { background-color: rgb(241,23,237); }
div.DivClassName
{
background-color: #F117ED;
}
.BgClassName
{
background-color: #F117ED;
}
</style>
border-color css
<style>
span { border-color: #F117ED; }
span { border-color: rgb(241,23,237); }
td.TdClassName
{
border-color: #F117ED;
}
.TagClassName
{
border-color: #F117ED;
}
</style>