Shades of Hot Magenta #F511E0
Tints of Hot Magenta #F511E0
RGB
CMYK
RGB Variations
Color information
#F511E0 (or 0xF511E0) is known color: Hot Magenta. HEX triplet: F5, 11 and E0. RGB value is (245,17,224). Sum of RGB (Red+Green+Blue) = 245+17+224=486 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.41% from 486); Green value is 17 (7.03% from 255 or 3.50% from 486); Blue value is 224 (87.89% from 255 or 46.09% from 486); Max value from RGB is 245 - color contains mainly: red. Hex color #F511E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F511E0 is #0AEE1F. Grayscale: #6C6C6C. Windows color (decimal): -716320 or 14684661. OLE color: 14684661.
HSL color Cylindrical-coordinate representation of color #F511E0: hue angle of 305.53º 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 #F511E0 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 17 | 224 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.04 |
| HSL | 305.53º | 0.92% | 0.51% | - |
| HSV(B) | 305.53º | 0.93% | 0.96% | - |
| XYZ | 51.31 | 25.2 | 72.68 | - |
| YUV | 108.77 | 193.04 | 225.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 17 | 224 | 0 | 0.93 | 0.09 | 0.04 | 305.53 | 0.92 | 0.51 |
| Hex | F5 | 11 | E0 | 0 | 5D | 9 | 4 | 132 | 5C | 33 |
| Octal | 365 | 21 | 340 | 0 | 135 | 11 | 4 | 462 | 134 | 63 |
| Binary | 11110101 | 10001 | 11100000 | 0 | 1011101 | 1001 | 100 | 100110010 | 1011100 | 110011 |
Color Harmonies of #F511E0
Complementary color
Monochromatic Colors of #F511E0
Black with #F511E0
Text Example
Text Example
White with #F511E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F511E0; }
p { color: rgb(245,17,224); }
H1.HeaderClassName
{
color: #F511E0;
}
.AnyTagClassName
{
color: #F511E0;
}
</style>
background-color css
<style>
a { background-color: #F511E0; }
a { background-color: rgb(245,17,224); }
div.DivClassName
{
background-color: #F511E0;
}
.BgClassName
{
background-color: #F511E0;
}
</style>
border-color css
<style>
span { border-color: #F511E0; }
span { border-color: rgb(245,17,224); }
td.TdClassName
{
border-color: #F511E0;
}
.TagClassName
{
border-color: #F511E0;
}
</style>