Shades of Hot Magenta #F012E3
Tints of Hot Magenta #F012E3
RGB
CMYK
RGB Variations
Color information
#F012E3 (or 0xF012E3) is known color: Hot Magenta. HEX triplet: F0, 12 and E3. RGB value is (240,18,227). Sum of RGB (Red+Green+Blue) = 240+18+227=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 18 (7.42% from 255 or 3.71% from 485); Blue value is 227 (89.06% from 255 or 46.80% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F012E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F012E3 is #0FED1C. Grayscale: #6B6B6B. Windows color (decimal): -1043741 or 14881520. OLE color: 14881520.
HSL color Cylindrical-coordinate representation of color #F012E3: hue angle of 303.51º 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 #F012E3 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 18 | 227 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.06 |
| HSL | 303.51º | 0.88% | 0.51% | - |
| HSV(B) | 303.51º | 0.93% | 0.94% | - |
| XYZ | 50.02 | 24.5 | 74.77 | - |
| YUV | 108.2 | 195.05 | 222.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 18 | 227 | 0 | 0.92 | 0.05 | 0.06 | 303.51 | 0.88 | 0.51 |
| Hex | F0 | 12 | E3 | 0 | 5C | 5 | 6 | 130 | 58 | 33 |
| Octal | 360 | 22 | 343 | 0 | 134 | 5 | 6 | 460 | 130 | 63 |
| Binary | 11110000 | 10010 | 11100011 | 0 | 1011100 | 101 | 110 | 100110000 | 1011000 | 110011 |
Color Harmonies of #F012E3
Complementary color
Monochromatic Colors of #F012E3
Black with #F012E3
Text Example
Text Example
White with #F012E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F012E3; }
p { color: rgb(240,18,227); }
H1.HeaderClassName
{
color: #F012E3;
}
.AnyTagClassName
{
color: #F012E3;
}
</style>
background-color css
<style>
a { background-color: #F012E3; }
a { background-color: rgb(240,18,227); }
div.DivClassName
{
background-color: #F012E3;
}
.BgClassName
{
background-color: #F012E3;
}
</style>
border-color css
<style>
span { border-color: #F012E3; }
span { border-color: rgb(240,18,227); }
td.TdClassName
{
border-color: #F012E3;
}
.TagClassName
{
border-color: #F012E3;
}
</style>