Shades of Hot Magenta #F010E3
Tints of Hot Magenta #F010E3
RGB
CMYK
RGB Variations
Color information
#F010E3 (or 0xF010E3) is known color: Hot Magenta. HEX triplet: F0, 10 and E3. RGB value is (240,16,227). Sum of RGB (Red+Green+Blue) = 240+16+227=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 16 (6.64% from 255 or 3.31% from 483); Blue value is 227 (89.06% from 255 or 47.00% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F010E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F010E3 is #0FEF1C. Grayscale: #6A6A6A. Windows color (decimal): -1044253 or 14881008. OLE color: 14881008.
HSL color Cylindrical-coordinate representation of color #F010E3: hue angle of 303.48º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F010E3 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 16 | 227 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.06 |
| HSL | 303.48º | 0.88% | 0.5% | - |
| HSV(B) | 303.48º | 0.93% | 0.94% | - |
| XYZ | 49.99 | 24.44 | 74.76 | - |
| YUV | 107.03 | 195.71 | 222.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 227 | 0 | 0.93 | 0.05 | 0.06 | 303.48 | 0.88 | 0.5 |
| Hex | F0 | 10 | E3 | 0 | 5D | 5 | 6 | 12F | 58 | 32 |
| Octal | 360 | 20 | 343 | 0 | 135 | 5 | 6 | 457 | 130 | 62 |
| Binary | 11110000 | 10000 | 11100011 | 0 | 1011101 | 101 | 110 | 100101111 | 1011000 | 110010 |
Color Harmonies of #F010E3
Complementary color
Monochromatic Colors of #F010E3
Black with #F010E3
Text Example
Text Example
White with #F010E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F010E3; }
p { color: rgb(240,16,227); }
H1.HeaderClassName
{
color: #F010E3;
}
.AnyTagClassName
{
color: #F010E3;
}
</style>
background-color css
<style>
a { background-color: #F010E3; }
a { background-color: rgb(240,16,227); }
div.DivClassName
{
background-color: #F010E3;
}
.BgClassName
{
background-color: #F010E3;
}
</style>
border-color css
<style>
span { border-color: #F010E3; }
span { border-color: rgb(240,16,227); }
td.TdClassName
{
border-color: #F010E3;
}
.TagClassName
{
border-color: #F010E3;
}
</style>