Shades of Magenta #F511EE
Tints of Magenta #F511EE
RGB
CMYK
RGB Variations
Color information
#F511EE (or 0xF511EE) is known color: Magenta. HEX triplet: F5, 11 and EE. RGB value is (245,17,238). Sum of RGB (Red+Green+Blue) = 245+17+238=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 17 (7.03% from 255 or 3.4% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F511EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F511EE is #0AEE11. Grayscale: #6D6D6D. Windows color (decimal): -716306 or 15602165. OLE color: 15602165.
HSL color Cylindrical-coordinate representation of color #F511EE: hue angle of 301.84º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F511EE is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 17 | 238 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.04 |
| HSL | 301.84º | 0.92% | 0.51% | - |
| HSV(B) | 301.84º | 0.93% | 0.96% | - |
| XYZ | 53.29 | 25.99 | 83.1 | - |
| YUV | 110.37 | 200.04 | 224.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 17 | 238 | 0 | 0.93 | 0.03 | 0.04 | 301.84 | 0.92 | 0.51 |
| Hex | F5 | 11 | EE | 0 | 5D | 3 | 4 | 12E | 5C | 33 |
| Octal | 365 | 21 | 356 | 0 | 135 | 3 | 4 | 456 | 134 | 63 |
| Binary | 11110101 | 10001 | 11101110 | 0 | 1011101 | 11 | 100 | 100101110 | 1011100 | 110011 |
Color Harmonies of #F511EE
Complementary color
Monochromatic Colors of #F511EE
Black with #F511EE
Text Example
Text Example
White with #F511EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F511EE; }
p { color: rgb(245,17,238); }
H1.HeaderClassName
{
color: #F511EE;
}
.AnyTagClassName
{
color: #F511EE;
}
</style>
background-color css
<style>
a { background-color: #F511EE; }
a { background-color: rgb(245,17,238); }
div.DivClassName
{
background-color: #F511EE;
}
.BgClassName
{
background-color: #F511EE;
}
</style>
border-color css
<style>
span { border-color: #F511EE; }
span { border-color: rgb(245,17,238); }
td.TdClassName
{
border-color: #F511EE;
}
.TagClassName
{
border-color: #F511EE;
}
</style>