Shades of Hot Magenta #F512DC
Tints of Hot Magenta #F512DC
RGB
CMYK
RGB Variations
Color information
#F512DC (or 0xF512DC) is known color: Hot Magenta. HEX triplet: F5, 12 and DC. RGB value is (245,18,220). Sum of RGB (Red+Green+Blue) = 245+18+220=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 18 (7.42% from 255 or 3.73% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F512DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F512DC is #0AED23. Grayscale: #6C6C6C. Windows color (decimal): -716068 or 14422773. OLE color: 14422773.
HSL color Cylindrical-coordinate representation of color #F512DC: hue angle of 306.61º 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 #F512DC is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 18 | 220 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.04 |
| HSL | 306.61º | 0.92% | 0.52% | - |
| HSV(B) | 306.61º | 0.93% | 0.96% | - |
| XYZ | 50.79 | 25.01 | 69.86 | - |
| YUV | 108.9 | 190.71 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 18 | 220 | 0 | 0.93 | 0.10 | 0.04 | 306.61 | 0.92 | 0.52 |
| Hex | F5 | 12 | DC | 0 | 5D | A | 4 | 133 | 5C | 34 |
| Octal | 365 | 22 | 334 | 0 | 135 | 12 | 4 | 463 | 134 | 64 |
| Binary | 11110101 | 10010 | 11011100 | 0 | 1011101 | 1010 | 100 | 100110011 | 1011100 | 110100 |
Color Harmonies of #F512DC
Complementary color
Monochromatic Colors of #F512DC
Black with #F512DC
Text Example
Text Example
White with #F512DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F512DC; }
p { color: rgb(245,18,220); }
H1.HeaderClassName
{
color: #F512DC;
}
.AnyTagClassName
{
color: #F512DC;
}
</style>
background-color css
<style>
a { background-color: #F512DC; }
a { background-color: rgb(245,18,220); }
div.DivClassName
{
background-color: #F512DC;
}
.BgClassName
{
background-color: #F512DC;
}
</style>
border-color css
<style>
span { border-color: #F512DC; }
span { border-color: rgb(245,18,220); }
td.TdClassName
{
border-color: #F512DC;
}
.TagClassName
{
border-color: #F512DC;
}
</style>