Shades of Hot Magenta #F511DF
Tints of Hot Magenta #F511DF
RGB
CMYK
RGB Variations
Color information
#F511DF (or 0xF511DF) is known color: Hot Magenta. HEX triplet: F5, 11 and DF. RGB value is (245,17,223). Sum of RGB (Red+Green+Blue) = 245+17+223=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 17 (7.03% from 255 or 3.51% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F511DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F511DF is #0AEE20. Grayscale: #6C6C6C. Windows color (decimal): -716321 or 14619125. OLE color: 14619125.
HSL color Cylindrical-coordinate representation of color #F511DF: hue angle of 305.79º 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 #F511DF is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 17 | 223 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.04 |
| HSL | 305.79º | 0.92% | 0.51% | - |
| HSV(B) | 305.79º | 0.93% | 0.96% | - |
| XYZ | 51.18 | 25.14 | 71.97 | - |
| YUV | 108.66 | 192.54 | 225.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 17 | 223 | 0 | 0.93 | 0.09 | 0.04 | 305.79 | 0.92 | 0.51 |
| Hex | F5 | 11 | DF | 0 | 5D | 9 | 4 | 132 | 5C | 33 |
| Octal | 365 | 21 | 337 | 0 | 135 | 11 | 4 | 462 | 134 | 63 |
| Binary | 11110101 | 10001 | 11011111 | 0 | 1011101 | 1001 | 100 | 100110010 | 1011100 | 110011 |
Color Harmonies of #F511DF
Complementary color
Monochromatic Colors of #F511DF
Black with #F511DF
Text Example
Text Example
White with #F511DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F511DF; }
p { color: rgb(245,17,223); }
H1.HeaderClassName
{
color: #F511DF;
}
.AnyTagClassName
{
color: #F511DF;
}
</style>
background-color css
<style>
a { background-color: #F511DF; }
a { background-color: rgb(245,17,223); }
div.DivClassName
{
background-color: #F511DF;
}
.BgClassName
{
background-color: #F511DF;
}
</style>
border-color css
<style>
span { border-color: #F511DF; }
span { border-color: rgb(245,17,223); }
td.TdClassName
{
border-color: #F511DF;
}
.TagClassName
{
border-color: #F511DF;
}
</style>