Shades of Magenta #F513EE
Tints of Magenta #F513EE
RGB
CMYK
RGB Variations
Color information
#F513EE (or 0xF513EE) is known color: Magenta. HEX triplet: F5, 13 and EE. RGB value is (245,19,238). Sum of RGB (Red+Green+Blue) = 245+19+238=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 19 (7.81% from 255 or 3.78% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F513EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F513EE is #0AEC11. Grayscale: #6E6E6E. Windows color (decimal): -715794 or 15602677. OLE color: 15602677.
HSL color Cylindrical-coordinate representation of color #F513EE: hue angle of 301.86º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F513EE is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 19 | 238 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.04 |
| HSL | 301.86º | 0.92% | 0.52% | - |
| HSV(B) | 301.86º | 0.92% | 0.96% | - |
| XYZ | 53.32 | 26.05 | 83.11 | - |
| YUV | 111.54 | 199.37 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 19 | 238 | 0 | 0.92 | 0.03 | 0.04 | 301.86 | 0.92 | 0.52 |
| Hex | F5 | 13 | EE | 0 | 5C | 3 | 4 | 12E | 5C | 34 |
| Octal | 365 | 23 | 356 | 0 | 134 | 3 | 4 | 456 | 134 | 64 |
| Binary | 11110101 | 10011 | 11101110 | 0 | 1011100 | 11 | 100 | 100101110 | 1011100 | 110100 |
Color Harmonies of #F513EE
Complementary color
Monochromatic Colors of #F513EE
Black with #F513EE
Text Example
Text Example
White with #F513EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F513EE; }
p { color: rgb(245,19,238); }
H1.HeaderClassName
{
color: #F513EE;
}
.AnyTagClassName
{
color: #F513EE;
}
</style>
background-color css
<style>
a { background-color: #F513EE; }
a { background-color: rgb(245,19,238); }
div.DivClassName
{
background-color: #F513EE;
}
.BgClassName
{
background-color: #F513EE;
}
</style>
border-color css
<style>
span { border-color: #F513EE; }
span { border-color: rgb(245,19,238); }
td.TdClassName
{
border-color: #F513EE;
}
.TagClassName
{
border-color: #F513EE;
}
</style>