Shades of Hot Magenta #F007E2
Tints of Hot Magenta #F007E2
RGB
CMYK
RGB Variations
Color information
#F007E2 (or 0xF007E2) is known color: Hot Magenta. HEX triplet: F0, 07 and E2. RGB value is (240,7,226). Sum of RGB (Red+Green+Blue) = 240+7+226=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 7 (3.12% from 255 or 1.48% from 473); Blue value is 226 (88.67% from 255 or 47.78% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F007E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F007E2 is #0FF81D. Grayscale: #646464. Windows color (decimal): -1046558 or 14813168. OLE color: 14813168.
HSL color Cylindrical-coordinate representation of color #F007E2: hue angle of 303.61º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F007E2 is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 7 | 226 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.06 |
| HSL | 303.61º | 0.94% | 0.48% | - |
| HSV(B) | 303.61º | 0.97% | 0.94% | - |
| XYZ | 49.74 | 24.17 | 73.99 | - |
| YUV | 101.63 | 198.19 | 226.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 226 | 0 | 0.97 | 0.06 | 0.06 | 303.61 | 0.94 | 0.48 |
| Hex | F0 | 7 | E2 | 0 | 61 | 6 | 6 | 130 | 5E | 30 |
| Octal | 360 | 7 | 342 | 0 | 141 | 6 | 6 | 460 | 136 | 60 |
| Binary | 11110000 | 111 | 11100010 | 0 | 1100001 | 110 | 110 | 100110000 | 1011110 | 110000 |
Color Harmonies of #F007E2
Complementary color
Monochromatic Colors of #F007E2
Black with #F007E2
Text Example
Text Example
White with #F007E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F007E2; }
p { color: rgb(240,7,226); }
H1.HeaderClassName
{
color: #F007E2;
}
.AnyTagClassName
{
color: #F007E2;
}
</style>
background-color css
<style>
a { background-color: #F007E2; }
a { background-color: rgb(240,7,226); }
div.DivClassName
{
background-color: #F007E2;
}
.BgClassName
{
background-color: #F007E2;
}
</style>
border-color css
<style>
span { border-color: #F007E2; }
span { border-color: rgb(240,7,226); }
td.TdClassName
{
border-color: #F007E2;
}
.TagClassName
{
border-color: #F007E2;
}
</style>