Shades of Hot Magenta #F012E2
Tints of Hot Magenta #F012E2
RGB
CMYK
RGB Variations
Color information
#F012E2 (or 0xF012E2) is known color: Hot Magenta. HEX triplet: F0, 12 and E2. RGB value is (240,18,226). Sum of RGB (Red+Green+Blue) = 240+18+226=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 18 (7.42% from 255 or 3.72% from 484); Blue value is 226 (88.67% from 255 or 46.69% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F012E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F012E2 is #0FED1D. Grayscale: #6B6B6B. Windows color (decimal): -1043742 or 14815984. OLE color: 14815984.
HSL color Cylindrical-coordinate representation of color #F012E2: hue angle of 303.78º 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 #F012E2 is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 18 | 226 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.06 |
| HSL | 303.78º | 0.88% | 0.51% | - |
| HSV(B) | 303.78º | 0.93% | 0.94% | - |
| XYZ | 49.88 | 24.45 | 74.04 | - |
| YUV | 108.09 | 194.55 | 222.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 18 | 226 | 0 | 0.92 | 0.06 | 0.06 | 303.78 | 0.88 | 0.51 |
| Hex | F0 | 12 | E2 | 0 | 5C | 6 | 6 | 130 | 58 | 33 |
| Octal | 360 | 22 | 342 | 0 | 134 | 6 | 6 | 460 | 130 | 63 |
| Binary | 11110000 | 10010 | 11100010 | 0 | 1011100 | 110 | 110 | 100110000 | 1011000 | 110011 |
Color Harmonies of #F012E2
Complementary color
Monochromatic Colors of #F012E2
Black with #F012E2
Text Example
Text Example
White with #F012E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F012E2; }
p { color: rgb(240,18,226); }
H1.HeaderClassName
{
color: #F012E2;
}
.AnyTagClassName
{
color: #F012E2;
}
</style>
background-color css
<style>
a { background-color: #F012E2; }
a { background-color: rgb(240,18,226); }
div.DivClassName
{
background-color: #F012E2;
}
.BgClassName
{
background-color: #F012E2;
}
</style>
border-color css
<style>
span { border-color: #F012E2; }
span { border-color: rgb(240,18,226); }
td.TdClassName
{
border-color: #F012E2;
}
.TagClassName
{
border-color: #F012E2;
}
</style>