Shades of Hot Magenta #F512DD
Tints of Hot Magenta #F512DD
RGB
CMYK
RGB Variations
Color information
#F512DD (or 0xF512DD) is known color: Hot Magenta. HEX triplet: F5, 12 and DD. RGB value is (245,18,221). Sum of RGB (Red+Green+Blue) = 245+18+221=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 18 (7.42% from 255 or 3.72% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F512DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F512DD is #0AED22. Grayscale: #6C6C6C. Windows color (decimal): -716067 or 14488309. OLE color: 14488309.
HSL color Cylindrical-coordinate representation of color #F512DD: hue angle of 306.34º 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 #F512DD is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 18 | 221 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.04 |
| HSL | 306.34º | 0.92% | 0.52% | - |
| HSV(B) | 306.34º | 0.93% | 0.96% | - |
| XYZ | 50.92 | 25.07 | 70.56 | - |
| YUV | 109.02 | 191.21 | 224.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 18 | 221 | 0 | 0.93 | 0.10 | 0.04 | 306.34 | 0.92 | 0.52 |
| Hex | F5 | 12 | DD | 0 | 5D | A | 4 | 132 | 5C | 34 |
| Octal | 365 | 22 | 335 | 0 | 135 | 12 | 4 | 462 | 134 | 64 |
| Binary | 11110101 | 10010 | 11011101 | 0 | 1011101 | 1010 | 100 | 100110010 | 1011100 | 110100 |
Color Harmonies of #F512DD
Complementary color
Monochromatic Colors of #F512DD
Black with #F512DD
Text Example
Text Example
White with #F512DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F512DD; }
p { color: rgb(245,18,221); }
H1.HeaderClassName
{
color: #F512DD;
}
.AnyTagClassName
{
color: #F512DD;
}
</style>
background-color css
<style>
a { background-color: #F512DD; }
a { background-color: rgb(245,18,221); }
div.DivClassName
{
background-color: #F512DD;
}
.BgClassName
{
background-color: #F512DD;
}
</style>
border-color css
<style>
span { border-color: #F512DD; }
span { border-color: rgb(245,18,221); }
td.TdClassName
{
border-color: #F512DD;
}
.TagClassName
{
border-color: #F512DD;
}
</style>