Shades of Magenta #F508EE
Tints of Magenta #F508EE
RGB
CMYK
RGB Variations
Color information
#F508EE (or 0xF508EE) is known color: Magenta. HEX triplet: F5, 08 and EE. RGB value is (245,8,238). Sum of RGB (Red+Green+Blue) = 245+8+238=491 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.90% from 491); Green value is 8 (3.52% from 255 or 1.63% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 245 - color contains mainly: red. Hex color #F508EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F508EE is #0AF711. Grayscale: #686868. Windows color (decimal): -718610 or 15599861. OLE color: 15599861.
HSL color Cylindrical-coordinate representation of color #F508EE: hue angle of 301.77º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F508EE is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 238 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.04 |
| HSL | 301.77º | 0.94% | 0.5% | - |
| HSV(B) | 301.77º | 0.97% | 0.96% | - |
| XYZ | 53.18 | 25.76 | 83.06 | - |
| YUV | 105.08 | 203.02 | 227.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 238 | 0 | 0.97 | 0.03 | 0.04 | 301.77 | 0.94 | 0.5 |
| Hex | F5 | 8 | EE | 0 | 61 | 3 | 4 | 12E | 5E | 32 |
| Octal | 365 | 10 | 356 | 0 | 141 | 3 | 4 | 456 | 136 | 62 |
| Binary | 11110101 | 1000 | 11101110 | 0 | 1100001 | 11 | 100 | 100101110 | 1011110 | 110010 |
Color Harmonies of #F508EE
Complementary color
Monochromatic Colors of #F508EE
Black with #F508EE
Text Example
Text Example
White with #F508EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F508EE; }
p { color: rgb(245,8,238); }
H1.HeaderClassName
{
color: #F508EE;
}
.AnyTagClassName
{
color: #F508EE;
}
</style>
background-color css
<style>
a { background-color: #F508EE; }
a { background-color: rgb(245,8,238); }
div.DivClassName
{
background-color: #F508EE;
}
.BgClassName
{
background-color: #F508EE;
}
</style>
border-color css
<style>
span { border-color: #F508EE; }
span { border-color: rgb(245,8,238); }
td.TdClassName
{
border-color: #F508EE;
}
.TagClassName
{
border-color: #F508EE;
}
</style>