Shades of Hot Magenta #F012DD
Tints of Hot Magenta #F012DD
RGB
CMYK
RGB Variations
Color information
#F012DD (or 0xF012DD) is known color: Hot Magenta. HEX triplet: F0, 12 and DD. RGB value is (240,18,221). Sum of RGB (Red+Green+Blue) = 240+18+221=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 18 (7.42% from 255 or 3.76% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F012DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F012DD is #0FED22. Grayscale: #6A6A6A. Windows color (decimal): -1043747 or 14488304. OLE color: 14488304.
HSL color Cylindrical-coordinate representation of color #F012DD: hue angle of 305.14º 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 #F012DD is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 18 | 221 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.06 |
| HSL | 305.14º | 0.88% | 0.51% | - |
| HSV(B) | 305.14º | 0.93% | 0.94% | - |
| XYZ | 49.2 | 24.18 | 70.48 | - |
| YUV | 107.52 | 192.05 | 222.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 18 | 221 | 0 | 0.92 | 0.08 | 0.06 | 305.14 | 0.88 | 0.51 |
| Hex | F0 | 12 | DD | 0 | 5C | 8 | 6 | 131 | 58 | 33 |
| Octal | 360 | 22 | 335 | 0 | 134 | 10 | 6 | 461 | 130 | 63 |
| Binary | 11110000 | 10010 | 11011101 | 0 | 1011100 | 1000 | 110 | 100110001 | 1011000 | 110011 |
Color Harmonies of #F012DD
Complementary color
Monochromatic Colors of #F012DD
Black with #F012DD
Text Example
Text Example
White with #F012DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F012DD; }
p { color: rgb(240,18,221); }
H1.HeaderClassName
{
color: #F012DD;
}
.AnyTagClassName
{
color: #F012DD;
}
</style>
background-color css
<style>
a { background-color: #F012DD; }
a { background-color: rgb(240,18,221); }
div.DivClassName
{
background-color: #F012DD;
}
.BgClassName
{
background-color: #F012DD;
}
</style>
border-color css
<style>
span { border-color: #F012DD; }
span { border-color: rgb(240,18,221); }
td.TdClassName
{
border-color: #F012DD;
}
.TagClassName
{
border-color: #F012DD;
}
</style>