Shades of Hot Magenta #F000E3
Tints of Hot Magenta #F000E3
RGB
CMYK
RGB Variations
Color information
#F000E3 (or 0xF000E3) is known color: Hot Magenta. HEX triplet: F0, 00 and E3. RGB value is (240,0,227). Sum of RGB (Red+Green+Blue) = 240+0+227=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 0 (0.39% from 255 or 0% from 467); Blue value is 227 (89.06% from 255 or 48.61% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F000E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F000E3 is #0FFF1C. Grayscale: #606060. Windows color (decimal): -1048349 or 14876912. OLE color: 14876912.
HSL color Cylindrical-coordinate representation of color #F000E3: hue angle of 303.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F000E3 is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 227 | - |
| CMYK | 0 | 1 | 0.05 | 0.06 |
| HSL | 303.25º | 1% | 0.47% | - |
| HSV(B) | 303.25º | 1% | 0.94% | - |
| XYZ | 49.8 | 24.07 | 74.69 | - |
| YUV | 97.64 | 201.01 | 229.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 227 | 0 | 1 | 0.05 | 0.06 | 303.25 | 1 | 0.47 |
| Hex | F0 | 0 | E3 | 0 | 64 | 5 | 6 | 12F | 64 | 2F |
| Octal | 360 | 0 | 343 | 0 | 144 | 5 | 6 | 457 | 144 | 57 |
| Binary | 11110000 | 0 | 11100011 | 0 | 1100100 | 101 | 110 | 100101111 | 1100100 | 101111 |
Color Harmonies of #F000E3
Complementary color
Monochromatic Colors of #F000E3
Black with #F000E3
Text Example
Text Example
White with #F000E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F000E3; }
p { color: rgb(240,0,227); }
H1.HeaderClassName
{
color: #F000E3;
}
.AnyTagClassName
{
color: #F000E3;
}
</style>
background-color css
<style>
a { background-color: #F000E3; }
a { background-color: rgb(240,0,227); }
div.DivClassName
{
background-color: #F000E3;
}
.BgClassName
{
background-color: #F000E3;
}
</style>
border-color css
<style>
span { border-color: #F000E3; }
span { border-color: rgb(240,0,227); }
td.TdClassName
{
border-color: #F000E3;
}
.TagClassName
{
border-color: #F000E3;
}
</style>