Shades of Hot Magenta #F000E2
Tints of Hot Magenta #F000E2
RGB
CMYK
RGB Variations
Color information
#F000E2 (or 0xF000E2) is known color: Hot Magenta. HEX triplet: F0, 00 and E2. RGB value is (240,0,226). Sum of RGB (Red+Green+Blue) = 240+0+226=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 0 (0.39% from 255 or 0% from 466); Blue value is 226 (88.67% from 255 or 48.50% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F000E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F000E2 is #0FFF1D. Grayscale: #606060. Windows color (decimal): -1048350 or 14811376. OLE color: 14811376.
HSL color Cylindrical-coordinate representation of color #F000E2: hue angle of 303.5º 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 #F000E2 is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 226 | - |
| CMYK | 0 | 1 | 0.06 | 0.06 |
| HSL | 303.5º | 1% | 0.47% | - |
| HSV(B) | 303.5º | 1% | 0.94% | - |
| XYZ | 49.66 | 24.02 | 73.97 | - |
| YUV | 97.52 | 200.51 | 229.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 226 | 0 | 1 | 0.06 | 0.06 | 303.5 | 1 | 0.47 |
| Hex | F0 | 0 | E2 | 0 | 64 | 6 | 6 | 130 | 64 | 2F |
| Octal | 360 | 0 | 342 | 0 | 144 | 6 | 6 | 460 | 144 | 57 |
| Binary | 11110000 | 0 | 11100010 | 0 | 1100100 | 110 | 110 | 100110000 | 1100100 | 101111 |
Color Harmonies of #F000E2
Complementary color
Monochromatic Colors of #F000E2
Black with #F000E2
Text Example
Text Example
White with #F000E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F000E2; }
p { color: rgb(240,0,226); }
H1.HeaderClassName
{
color: #F000E2;
}
.AnyTagClassName
{
color: #F000E2;
}
</style>
background-color css
<style>
a { background-color: #F000E2; }
a { background-color: rgb(240,0,226); }
div.DivClassName
{
background-color: #F000E2;
}
.BgClassName
{
background-color: #F000E2;
}
</style>
border-color css
<style>
span { border-color: #F000E2; }
span { border-color: rgb(240,0,226); }
td.TdClassName
{
border-color: #F000E2;
}
.TagClassName
{
border-color: #F000E2;
}
</style>