Shades of Hot Magenta #F012D6
Tints of Hot Magenta #F012D6
RGB
CMYK
RGB Variations
Color information
#F012D6 (or 0xF012D6) is known color: Hot Magenta. HEX triplet: F0, 12 and D6. RGB value is (240,18,214). Sum of RGB (Red+Green+Blue) = 240+18+214=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 18 (7.42% from 255 or 3.81% from 472); Blue value is 214 (83.98% from 255 or 45.34% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F012D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F012D6 is #0FED29. Grayscale: #6A6A6A. Windows color (decimal): -1043754 or 14029552. OLE color: 14029552.
HSL color Cylindrical-coordinate representation of color #F012D6: hue angle of 307.03º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F012D6 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 18 | 214 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.06 |
| HSL | 307.03º | 0.88% | 0.51% | - |
| HSV(B) | 307.03º | 0.93% | 0.94% | - |
| XYZ | 48.29 | 23.81 | 65.67 | - |
| YUV | 106.72 | 188.55 | 223.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 18 | 214 | 0 | 0.92 | 0.11 | 0.06 | 307.03 | 0.88 | 0.51 |
| Hex | F0 | 12 | D6 | 0 | 5C | B | 6 | 133 | 58 | 33 |
| Octal | 360 | 22 | 326 | 0 | 134 | 13 | 6 | 463 | 130 | 63 |
| Binary | 11110000 | 10010 | 11010110 | 0 | 1011100 | 1011 | 110 | 100110011 | 1011000 | 110011 |
Color Harmonies of #F012D6
Complementary color
Monochromatic Colors of #F012D6
Black with #F012D6
Text Example
Text Example
White with #F012D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F012D6; }
p { color: rgb(240,18,214); }
H1.HeaderClassName
{
color: #F012D6;
}
.AnyTagClassName
{
color: #F012D6;
}
</style>
background-color css
<style>
a { background-color: #F012D6; }
a { background-color: rgb(240,18,214); }
div.DivClassName
{
background-color: #F012D6;
}
.BgClassName
{
background-color: #F012D6;
}
</style>
border-color css
<style>
span { border-color: #F012D6; }
span { border-color: rgb(240,18,214); }
td.TdClassName
{
border-color: #F012D6;
}
.TagClassName
{
border-color: #F012D6;
}
</style>