Shades of Hot Magenta #F00FE0
Tints of Hot Magenta #F00FE0
RGB
CMYK
RGB Variations
Color information
#F00FE0 (or 0xF00FE0) is known color: Hot Magenta. HEX triplet: F0, 0F and E0. RGB value is (240,15,224). Sum of RGB (Red+Green+Blue) = 240+15+224=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 15 (6.25% from 255 or 3.13% from 479); Blue value is 224 (87.89% from 255 or 46.76% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F00FE0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00FE0 is #0FF01F. Grayscale: #696969. Windows color (decimal): -1044512 or 14684144. OLE color: 14684144.
HSL color Cylindrical-coordinate representation of color #F00FE0: hue angle of 304.27º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00FE0 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 15 | 224 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.06 |
| HSL | 304.27º | 0.88% | 0.5% | - |
| HSV(B) | 304.27º | 0.94% | 0.94% | - |
| XYZ | 49.56 | 24.25 | 72.59 | - |
| YUV | 106.1 | 194.54 | 223.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 15 | 224 | 0 | 0.94 | 0.07 | 0.06 | 304.27 | 0.88 | 0.5 |
| Hex | F0 | F | E0 | 0 | 5E | 7 | 6 | 130 | 58 | 32 |
| Octal | 360 | 17 | 340 | 0 | 136 | 7 | 6 | 460 | 130 | 62 |
| Binary | 11110000 | 1111 | 11100000 | 0 | 1011110 | 111 | 110 | 100110000 | 1011000 | 110010 |
Color Harmonies of #F00FE0
Complementary color
Monochromatic Colors of #F00FE0
Black with #F00FE0
Text Example
Text Example
White with #F00FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00FE0; }
p { color: rgb(240,15,224); }
H1.HeaderClassName
{
color: #F00FE0;
}
.AnyTagClassName
{
color: #F00FE0;
}
</style>
background-color css
<style>
a { background-color: #F00FE0; }
a { background-color: rgb(240,15,224); }
div.DivClassName
{
background-color: #F00FE0;
}
.BgClassName
{
background-color: #F00FE0;
}
</style>
border-color css
<style>
span { border-color: #F00FE0; }
span { border-color: rgb(240,15,224); }
td.TdClassName
{
border-color: #F00FE0;
}
.TagClassName
{
border-color: #F00FE0;
}
</style>