Shades of Magenta #F511E8
Tints of Magenta #F511E8
RGB
CMYK
RGB Variations
Color information
#F511E8 (or 0xF511E8) is known color: Magenta. HEX triplet: F5, 11 and E8. RGB value is (245,17,232). Sum of RGB (Red+Green+Blue) = 245+17+232=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 17 (7.03% from 255 or 3.44% from 494); Blue value is 232 (91.02% from 255 or 46.96% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F511E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F511E8 is #0AEE17. Grayscale: #6D6D6D. Windows color (decimal): -716312 or 15208949. OLE color: 15208949.
HSL color Cylindrical-coordinate representation of color #F511E8: hue angle of 303.42º 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 #F511E8 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 17 | 232 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.04 |
| HSL | 303.42º | 0.92% | 0.51% | - |
| HSV(B) | 303.42º | 0.93% | 0.96% | - |
| XYZ | 52.42 | 25.64 | 78.53 | - |
| YUV | 109.68 | 197.04 | 224.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 17 | 232 | 0 | 0.93 | 0.05 | 0.04 | 303.42 | 0.92 | 0.51 |
| Hex | F5 | 11 | E8 | 0 | 5D | 5 | 4 | 12F | 5C | 33 |
| Octal | 365 | 21 | 350 | 0 | 135 | 5 | 4 | 457 | 134 | 63 |
| Binary | 11110101 | 10001 | 11101000 | 0 | 1011101 | 101 | 100 | 100101111 | 1011100 | 110011 |
Color Harmonies of #F511E8
Complementary color
Monochromatic Colors of #F511E8
Black with #F511E8
Text Example
Text Example
White with #F511E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F511E8; }
p { color: rgb(245,17,232); }
H1.HeaderClassName
{
color: #F511E8;
}
.AnyTagClassName
{
color: #F511E8;
}
</style>
background-color css
<style>
a { background-color: #F511E8; }
a { background-color: rgb(245,17,232); }
div.DivClassName
{
background-color: #F511E8;
}
.BgClassName
{
background-color: #F511E8;
}
</style>
border-color css
<style>
span { border-color: #F511E8; }
span { border-color: rgb(245,17,232); }
td.TdClassName
{
border-color: #F511E8;
}
.TagClassName
{
border-color: #F511E8;
}
</style>