Shades of Hot Magenta #F512DE
Tints of Hot Magenta #F512DE
RGB
CMYK
RGB Variations
Color information
#F512DE (or 0xF512DE) is known color: Hot Magenta. HEX triplet: F5, 12 and DE. RGB value is (245,18,222). Sum of RGB (Red+Green+Blue) = 245+18+222=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 18 (7.42% from 255 or 3.71% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F512DE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F512DE is #0AED21. Grayscale: #6C6C6C. Windows color (decimal): -716066 or 14553845. OLE color: 14553845.
HSL color Cylindrical-coordinate representation of color #F512DE: hue angle of 306.08º 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 #F512DE is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 18 | 222 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.04 |
| HSL | 306.08º | 0.92% | 0.52% | - |
| HSV(B) | 306.08º | 0.93% | 0.96% | - |
| XYZ | 51.06 | 25.12 | 71.26 | - |
| YUV | 109.13 | 191.71 | 224.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 18 | 222 | 0 | 0.93 | 0.09 | 0.04 | 306.08 | 0.92 | 0.52 |
| Hex | F5 | 12 | DE | 0 | 5D | 9 | 4 | 132 | 5C | 34 |
| Octal | 365 | 22 | 336 | 0 | 135 | 11 | 4 | 462 | 134 | 64 |
| Binary | 11110101 | 10010 | 11011110 | 0 | 1011101 | 1001 | 100 | 100110010 | 1011100 | 110100 |
Color Harmonies of #F512DE
Complementary color
Monochromatic Colors of #F512DE
Black with #F512DE
Text Example
Text Example
White with #F512DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F512DE; }
p { color: rgb(245,18,222); }
H1.HeaderClassName
{
color: #F512DE;
}
.AnyTagClassName
{
color: #F512DE;
}
</style>
background-color css
<style>
a { background-color: #F512DE; }
a { background-color: rgb(245,18,222); }
div.DivClassName
{
background-color: #F512DE;
}
.BgClassName
{
background-color: #F512DE;
}
</style>
border-color css
<style>
span { border-color: #F512DE; }
span { border-color: rgb(245,18,222); }
td.TdClassName
{
border-color: #F512DE;
}
.TagClassName
{
border-color: #F512DE;
}
</style>