Shades of Hot Magenta #F512D8
Tints of Hot Magenta #F512D8
RGB
CMYK
RGB Variations
Color information
#F512D8 (or 0xF512D8) is known color: Hot Magenta. HEX triplet: F5, 12 and D8. RGB value is (245,18,216). Sum of RGB (Red+Green+Blue) = 245+18+216=479 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.15% from 479); Green value is 18 (7.42% from 255 or 3.76% from 479); Blue value is 216 (84.77% from 255 or 45.09% from 479); Max value from RGB is 245 - color contains mainly: red. Hex color #F512D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F512D8 is #0AED27. Grayscale: #6B6B6B. Windows color (decimal): -716072 or 14160629. OLE color: 14160629.
HSL color Cylindrical-coordinate representation of color #F512D8: hue angle of 307.67º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F512D8 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 18 | 216 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.04 |
| HSL | 307.67º | 0.92% | 0.52% | - |
| HSV(B) | 307.67º | 0.93% | 0.96% | - |
| XYZ | 50.27 | 24.8 | 67.1 | - |
| YUV | 108.45 | 188.71 | 225.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 18 | 216 | 0 | 0.93 | 0.12 | 0.04 | 307.67 | 0.92 | 0.52 |
| Hex | F5 | 12 | D8 | 0 | 5D | C | 4 | 134 | 5C | 34 |
| Octal | 365 | 22 | 330 | 0 | 135 | 14 | 4 | 464 | 134 | 64 |
| Binary | 11110101 | 10010 | 11011000 | 0 | 1011101 | 1100 | 100 | 100110100 | 1011100 | 110100 |
Color Harmonies of #F512D8
Complementary color
Monochromatic Colors of #F512D8
Black with #F512D8
Text Example
Text Example
White with #F512D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F512D8; }
p { color: rgb(245,18,216); }
H1.HeaderClassName
{
color: #F512D8;
}
.AnyTagClassName
{
color: #F512D8;
}
</style>
background-color css
<style>
a { background-color: #F512D8; }
a { background-color: rgb(245,18,216); }
div.DivClassName
{
background-color: #F512D8;
}
.BgClassName
{
background-color: #F512D8;
}
</style>
border-color css
<style>
span { border-color: #F512D8; }
span { border-color: rgb(245,18,216); }
td.TdClassName
{
border-color: #F512D8;
}
.TagClassName
{
border-color: #F512D8;
}
</style>