Shades of Hot Magenta #F510DA
Tints of Hot Magenta #F510DA
RGB
CMYK
RGB Variations
Color information
#F510DA (or 0xF510DA) is known color: Hot Magenta. HEX triplet: F5, 10 and DA. RGB value is (245,16,218). Sum of RGB (Red+Green+Blue) = 245+16+218=479 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.15% from 479); Green value is 16 (6.64% from 255 or 3.34% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 245 - color contains mainly: red. Hex color #F510DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F510DA is #0AEF25. Grayscale: #6A6A6A. Windows color (decimal): -716582 or 14291189. OLE color: 14291189.
HSL color Cylindrical-coordinate representation of color #F510DA: hue angle of 307.07º 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 #F510DA is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 16 | 218 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.04 |
| HSL | 307.07º | 0.92% | 0.51% | - |
| HSV(B) | 307.07º | 0.93% | 0.96% | - |
| XYZ | 50.5 | 24.85 | 68.46 | - |
| YUV | 107.5 | 190.37 | 226.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 16 | 218 | 0 | 0.93 | 0.11 | 0.04 | 307.07 | 0.92 | 0.51 |
| Hex | F5 | 10 | DA | 0 | 5D | B | 4 | 133 | 5C | 33 |
| Octal | 365 | 20 | 332 | 0 | 135 | 13 | 4 | 463 | 134 | 63 |
| Binary | 11110101 | 10000 | 11011010 | 0 | 1011101 | 1011 | 100 | 100110011 | 1011100 | 110011 |
Color Harmonies of #F510DA
Complementary color
Monochromatic Colors of #F510DA
Black with #F510DA
Text Example
Text Example
White with #F510DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F510DA; }
p { color: rgb(245,16,218); }
H1.HeaderClassName
{
color: #F510DA;
}
.AnyTagClassName
{
color: #F510DA;
}
</style>
background-color css
<style>
a { background-color: #F510DA; }
a { background-color: rgb(245,16,218); }
div.DivClassName
{
background-color: #F510DA;
}
.BgClassName
{
background-color: #F510DA;
}
</style>
border-color css
<style>
span { border-color: #F510DA; }
span { border-color: rgb(245,16,218); }
td.TdClassName
{
border-color: #F510DA;
}
.TagClassName
{
border-color: #F510DA;
}
</style>