Shades of Hot Magenta #F012DA
Tints of Hot Magenta #F012DA
RGB
CMYK
RGB Variations
Color information
#F012DA (or 0xF012DA) is known color: Hot Magenta. HEX triplet: F0, 12 and DA. RGB value is (240,18,218). Sum of RGB (Red+Green+Blue) = 240+18+218=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 18 (7.42% from 255 or 3.78% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F012DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F012DA is #0FED25. Grayscale: #6A6A6A. Windows color (decimal): -1043750 or 14291696. OLE color: 14291696.
HSL color Cylindrical-coordinate representation of color #F012DA: hue angle of 305.95º 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 #F012DA is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 18 | 218 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.06 |
| HSL | 305.95º | 0.88% | 0.51% | - |
| HSV(B) | 305.95º | 0.93% | 0.94% | - |
| XYZ | 48.81 | 24.02 | 68.39 | - |
| YUV | 107.18 | 190.55 | 222.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 18 | 218 | 0 | 0.92 | 0.09 | 0.06 | 305.95 | 0.88 | 0.51 |
| Hex | F0 | 12 | DA | 0 | 5C | 9 | 6 | 132 | 58 | 33 |
| Octal | 360 | 22 | 332 | 0 | 134 | 11 | 6 | 462 | 130 | 63 |
| Binary | 11110000 | 10010 | 11011010 | 0 | 1011100 | 1001 | 110 | 100110010 | 1011000 | 110011 |
Color Harmonies of #F012DA
Complementary color
Monochromatic Colors of #F012DA
Black with #F012DA
Text Example
Text Example
White with #F012DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F012DA; }
p { color: rgb(240,18,218); }
H1.HeaderClassName
{
color: #F012DA;
}
.AnyTagClassName
{
color: #F012DA;
}
</style>
background-color css
<style>
a { background-color: #F012DA; }
a { background-color: rgb(240,18,218); }
div.DivClassName
{
background-color: #F012DA;
}
.BgClassName
{
background-color: #F012DA;
}
</style>
border-color css
<style>
span { border-color: #F012DA; }
span { border-color: rgb(240,18,218); }
td.TdClassName
{
border-color: #F012DA;
}
.TagClassName
{
border-color: #F012DA;
}
</style>