Shades of Hot Magenta #F510D4
Tints of Hot Magenta #F510D4
RGB
CMYK
RGB Variations
Color information
#F510D4 (or 0xF510D4) is known color: Hot Magenta. HEX triplet: F5, 10 and D4. RGB value is (245,16,212). Sum of RGB (Red+Green+Blue) = 245+16+212=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 16 (6.64% from 255 or 3.38% from 473); Blue value is 212 (83.20% from 255 or 44.82% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F510D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F510D4 is #0AEF2B. Grayscale: #6A6A6A. Windows color (decimal): -716588 or 13897973. OLE color: 13897973.
HSL color Cylindrical-coordinate representation of color #F510D4: hue angle of 308.65º 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 #F510D4 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 16 | 212 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.04 |
| HSL | 308.65º | 0.92% | 0.51% | - |
| HSV(B) | 308.65º | 0.93% | 0.96% | - |
| XYZ | 49.73 | 24.54 | 64.4 | - |
| YUV | 106.82 | 187.37 | 226.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 16 | 212 | 0 | 0.93 | 0.13 | 0.04 | 308.65 | 0.92 | 0.51 |
| Hex | F5 | 10 | D4 | 0 | 5D | D | 4 | 135 | 5C | 33 |
| Octal | 365 | 20 | 324 | 0 | 135 | 15 | 4 | 465 | 134 | 63 |
| Binary | 11110101 | 10000 | 11010100 | 0 | 1011101 | 1101 | 100 | 100110101 | 1011100 | 110011 |
Color Harmonies of #F510D4
Complementary color
Monochromatic Colors of #F510D4
Black with #F510D4
Text Example
Text Example
White with #F510D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F510D4; }
p { color: rgb(245,16,212); }
H1.HeaderClassName
{
color: #F510D4;
}
.AnyTagClassName
{
color: #F510D4;
}
</style>
background-color css
<style>
a { background-color: #F510D4; }
a { background-color: rgb(245,16,212); }
div.DivClassName
{
background-color: #F510D4;
}
.BgClassName
{
background-color: #F510D4;
}
</style>
border-color css
<style>
span { border-color: #F510D4; }
span { border-color: rgb(245,16,212); }
td.TdClassName
{
border-color: #F510D4;
}
.TagClassName
{
border-color: #F510D4;
}
</style>