Shades of Hot Magenta #F009E2
Tints of Hot Magenta #F009E2
RGB
CMYK
RGB Variations
Color information
#F009E2 (or 0xF009E2) is known color: Hot Magenta. HEX triplet: F0, 09 and E2. RGB value is (240,9,226). Sum of RGB (Red+Green+Blue) = 240+9+226=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 9 (3.91% from 255 or 1.89% from 475); Blue value is 226 (88.67% from 255 or 47.58% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F009E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F009E2 is #0FF61D. Grayscale: #666666. Windows color (decimal): -1046046 or 14813680. OLE color: 14813680.
HSL color Cylindrical-coordinate representation of color #F009E2: hue angle of 303.64º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F009E2 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 226 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.06 |
| HSL | 303.64º | 0.93% | 0.49% | - |
| HSV(B) | 303.64º | 0.96% | 0.94% | - |
| XYZ | 49.76 | 24.21 | 74 | - |
| YUV | 102.81 | 197.53 | 225.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 226 | 0 | 0.96 | 0.06 | 0.06 | 303.64 | 0.93 | 0.49 |
| Hex | F0 | 9 | E2 | 0 | 60 | 6 | 6 | 130 | 5D | 31 |
| Octal | 360 | 11 | 342 | 0 | 140 | 6 | 6 | 460 | 135 | 61 |
| Binary | 11110000 | 1001 | 11100010 | 0 | 1100000 | 110 | 110 | 100110000 | 1011101 | 110001 |
Color Harmonies of #F009E2
Complementary color
Monochromatic Colors of #F009E2
Black with #F009E2
Text Example
Text Example
White with #F009E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F009E2; }
p { color: rgb(240,9,226); }
H1.HeaderClassName
{
color: #F009E2;
}
.AnyTagClassName
{
color: #F009E2;
}
</style>
background-color css
<style>
a { background-color: #F009E2; }
a { background-color: rgb(240,9,226); }
div.DivClassName
{
background-color: #F009E2;
}
.BgClassName
{
background-color: #F009E2;
}
</style>
border-color css
<style>
span { border-color: #F009E2; }
span { border-color: rgb(240,9,226); }
td.TdClassName
{
border-color: #F009E2;
}
.TagClassName
{
border-color: #F009E2;
}
</style>