Shades of Magenta #F518EE
Tints of Magenta #F518EE
RGB
CMYK
RGB Variations
Color information
#F518EE (or 0xF518EE) is known color: Magenta. HEX triplet: F5, 18 and EE. RGB value is (245,24,238). Sum of RGB (Red+Green+Blue) = 245+24+238=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 24 (9.77% from 255 or 4.73% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F518EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F518EE is #0AE711. Grayscale: #717171. Windows color (decimal): -714514 or 15603957. OLE color: 15603957.
HSL color Cylindrical-coordinate representation of color #F518EE: hue angle of 301.9º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F518EE is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 24 | 238 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.04 |
| HSL | 301.9º | 0.92% | 0.53% | - |
| HSV(B) | 301.9º | 0.9% | 0.96% | - |
| XYZ | 53.42 | 26.24 | 83.14 | - |
| YUV | 114.48 | 197.72 | 221.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 24 | 238 | 0 | 0.90 | 0.03 | 0.04 | 301.9 | 0.92 | 0.53 |
| Hex | F5 | 18 | EE | 0 | 5A | 3 | 4 | 12E | 5C | 35 |
| Octal | 365 | 30 | 356 | 0 | 132 | 3 | 4 | 456 | 134 | 65 |
| Binary | 11110101 | 11000 | 11101110 | 0 | 1011010 | 11 | 100 | 100101110 | 1011100 | 110101 |
Color Harmonies of #F518EE
Complementary color
Monochromatic Colors of #F518EE
Black with #F518EE
Text Example
Text Example
White with #F518EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F518EE; }
p { color: rgb(245,24,238); }
H1.HeaderClassName
{
color: #F518EE;
}
.AnyTagClassName
{
color: #F518EE;
}
</style>
background-color css
<style>
a { background-color: #F518EE; }
a { background-color: rgb(245,24,238); }
div.DivClassName
{
background-color: #F518EE;
}
.BgClassName
{
background-color: #F518EE;
}
</style>
border-color css
<style>
span { border-color: #F518EE; }
span { border-color: rgb(245,24,238); }
td.TdClassName
{
border-color: #F518EE;
}
.TagClassName
{
border-color: #F518EE;
}
</style>