Shades of Hot Magenta #F511D5
Tints of Hot Magenta #F511D5
RGB
CMYK
RGB Variations
Color information
#F511D5 (or 0xF511D5) is known color: Hot Magenta. HEX triplet: F5, 11 and D5. RGB value is (245,17,213). Sum of RGB (Red+Green+Blue) = 245+17+213=475 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.58% from 475); Green value is 17 (7.03% from 255 or 3.58% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 245 - color contains mainly: red. Hex color #F511D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F511D5 is #0AEE2A. Grayscale: #6A6A6A. Windows color (decimal): -716331 or 13963765. OLE color: 13963765.
HSL color Cylindrical-coordinate representation of color #F511D5: hue angle of 308.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 #F511D5 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 17 | 213 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.04 |
| HSL | 308.42º | 0.92% | 0.51% | - |
| HSV(B) | 308.42º | 0.93% | 0.96% | - |
| XYZ | 49.87 | 24.62 | 65.07 | - |
| YUV | 107.52 | 187.54 | 226.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 17 | 213 | 0 | 0.93 | 0.13 | 0.04 | 308.42 | 0.92 | 0.51 |
| Hex | F5 | 11 | D5 | 0 | 5D | D | 4 | 134 | 5C | 33 |
| Octal | 365 | 21 | 325 | 0 | 135 | 15 | 4 | 464 | 134 | 63 |
| Binary | 11110101 | 10001 | 11010101 | 0 | 1011101 | 1101 | 100 | 100110100 | 1011100 | 110011 |
Color Harmonies of #F511D5
Complementary color
Monochromatic Colors of #F511D5
Black with #F511D5
Text Example
Text Example
White with #F511D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F511D5; }
p { color: rgb(245,17,213); }
H1.HeaderClassName
{
color: #F511D5;
}
.AnyTagClassName
{
color: #F511D5;
}
</style>
background-color css
<style>
a { background-color: #F511D5; }
a { background-color: rgb(245,17,213); }
div.DivClassName
{
background-color: #F511D5;
}
.BgClassName
{
background-color: #F511D5;
}
</style>
border-color css
<style>
span { border-color: #F511D5; }
span { border-color: rgb(245,17,213); }
td.TdClassName
{
border-color: #F511D5;
}
.TagClassName
{
border-color: #F511D5;
}
</style>