Shades of Hot Magenta #F005E2
Tints of Hot Magenta #F005E2
RGB
CMYK
RGB Variations
Color information
#F005E2 (or 0xF005E2) is known color: Hot Magenta. HEX triplet: F0, 05 and E2. RGB value is (240,5,226). Sum of RGB (Red+Green+Blue) = 240+5+226=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 5 (2.34% from 255 or 1.06% from 471); Blue value is 226 (88.67% from 255 or 47.98% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F005E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F005E2 is #0FFA1D. Grayscale: #636363. Windows color (decimal): -1047070 or 14812656. OLE color: 14812656.
HSL color Cylindrical-coordinate representation of color #F005E2: hue angle of 303.57º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F005E2 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 5 | 226 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.06 |
| HSL | 303.57º | 0.96% | 0.48% | - |
| HSV(B) | 303.57º | 0.98% | 0.94% | - |
| XYZ | 49.72 | 24.12 | 73.99 | - |
| YUV | 100.46 | 198.86 | 227.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 226 | 0 | 0.98 | 0.06 | 0.06 | 303.57 | 0.96 | 0.48 |
| Hex | F0 | 5 | E2 | 0 | 62 | 6 | 6 | 130 | 60 | 30 |
| Octal | 360 | 5 | 342 | 0 | 142 | 6 | 6 | 460 | 140 | 60 |
| Binary | 11110000 | 101 | 11100010 | 0 | 1100010 | 110 | 110 | 100110000 | 1100000 | 110000 |
Color Harmonies of #F005E2
Complementary color
Monochromatic Colors of #F005E2
Black with #F005E2
Text Example
Text Example
White with #F005E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F005E2; }
p { color: rgb(240,5,226); }
H1.HeaderClassName
{
color: #F005E2;
}
.AnyTagClassName
{
color: #F005E2;
}
</style>
background-color css
<style>
a { background-color: #F005E2; }
a { background-color: rgb(240,5,226); }
div.DivClassName
{
background-color: #F005E2;
}
.BgClassName
{
background-color: #F005E2;
}
</style>
border-color css
<style>
span { border-color: #F005E2; }
span { border-color: rgb(240,5,226); }
td.TdClassName
{
border-color: #F005E2;
}
.TagClassName
{
border-color: #F005E2;
}
</style>