Shades of Hot Magenta #F012DF
Tints of Hot Magenta #F012DF
RGB
CMYK
RGB Variations
Color information
#F012DF (or 0xF012DF) is known color: Hot Magenta. HEX triplet: F0, 12 and DF. RGB value is (240,18,223). Sum of RGB (Red+Green+Blue) = 240+18+223=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 18 (7.42% from 255 or 3.74% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F012DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F012DF is #0FED20. Grayscale: #6B6B6B. Windows color (decimal): -1043745 or 14619376. OLE color: 14619376.
HSL color Cylindrical-coordinate representation of color #F012DF: hue angle of 304.59º 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 #F012DF is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 18 | 223 | - |
| CMYK | 0 | 0.92 | 0.07 | 0.06 |
| HSL | 304.59º | 0.88% | 0.51% | - |
| HSV(B) | 304.59º | 0.93% | 0.94% | - |
| XYZ | 49.47 | 24.29 | 71.89 | - |
| YUV | 107.75 | 193.05 | 222.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 18 | 223 | 0 | 0.92 | 0.07 | 0.06 | 304.59 | 0.88 | 0.51 |
| Hex | F0 | 12 | DF | 0 | 5C | 7 | 6 | 131 | 58 | 33 |
| Octal | 360 | 22 | 337 | 0 | 134 | 7 | 6 | 461 | 130 | 63 |
| Binary | 11110000 | 10010 | 11011111 | 0 | 1011100 | 111 | 110 | 100110001 | 1011000 | 110011 |
Color Harmonies of #F012DF
Complementary color
Monochromatic Colors of #F012DF
Black with #F012DF
Text Example
Text Example
White with #F012DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F012DF; }
p { color: rgb(240,18,223); }
H1.HeaderClassName
{
color: #F012DF;
}
.AnyTagClassName
{
color: #F012DF;
}
</style>
background-color css
<style>
a { background-color: #F012DF; }
a { background-color: rgb(240,18,223); }
div.DivClassName
{
background-color: #F012DF;
}
.BgClassName
{
background-color: #F012DF;
}
</style>
border-color css
<style>
span { border-color: #F012DF; }
span { border-color: rgb(240,18,223); }
td.TdClassName
{
border-color: #F012DF;
}
.TagClassName
{
border-color: #F012DF;
}
</style>