Shades of Magenta #F517EE
Tints of Magenta #F517EE
RGB
CMYK
RGB Variations
Color information
#F517EE (or 0xF517EE) is known color: Magenta. HEX triplet: F5, 17 and EE. RGB value is (245,23,238). Sum of RGB (Red+Green+Blue) = 245+23+238=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 23 (9.38% from 255 or 4.55% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F517EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F517EE is #0AE811. Grayscale: #717171. Windows color (decimal): -714770 or 15603701. OLE color: 15603701.
HSL color Cylindrical-coordinate representation of color #F517EE: hue angle of 301.89º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F517EE is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 23 | 238 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.04 |
| HSL | 301.89º | 0.92% | 0.53% | - |
| HSV(B) | 301.89º | 0.91% | 0.96% | - |
| XYZ | 53.4 | 26.2 | 83.13 | - |
| YUV | 113.89 | 198.05 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 23 | 238 | 0 | 0.91 | 0.03 | 0.04 | 301.89 | 0.92 | 0.53 |
| Hex | F5 | 17 | EE | 0 | 5B | 3 | 4 | 12E | 5C | 35 |
| Octal | 365 | 27 | 356 | 0 | 133 | 3 | 4 | 456 | 134 | 65 |
| Binary | 11110101 | 10111 | 11101110 | 0 | 1011011 | 11 | 100 | 100101110 | 1011100 | 110101 |
Color Harmonies of #F517EE
Complementary color
Monochromatic Colors of #F517EE
Black with #F517EE
Text Example
Text Example
White with #F517EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F517EE; }
p { color: rgb(245,23,238); }
H1.HeaderClassName
{
color: #F517EE;
}
.AnyTagClassName
{
color: #F517EE;
}
</style>
background-color css
<style>
a { background-color: #F517EE; }
a { background-color: rgb(245,23,238); }
div.DivClassName
{
background-color: #F517EE;
}
.BgClassName
{
background-color: #F517EE;
}
</style>
border-color css
<style>
span { border-color: #F517EE; }
span { border-color: rgb(245,23,238); }
td.TdClassName
{
border-color: #F517EE;
}
.TagClassName
{
border-color: #F517EE;
}
</style>