Shades of Magenta #F000E7
Tints of Magenta #F000E7
RGB
CMYK
RGB Variations
Color information
#F000E7 (or 0xF000E7) is known color: Magenta. HEX triplet: F0, 00 and E7. RGB value is (240,0,231). Sum of RGB (Red+Green+Blue) = 240+0+231=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 0 (0.39% from 255 or 0% from 471); Blue value is 231 (90.62% from 255 or 49.04% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F000E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F000E7 is #0FFF18. Grayscale: #616161. Windows color (decimal): -1048345 or 15139056. OLE color: 15139056.
HSL color Cylindrical-coordinate representation of color #F000E7: hue angle of 302.25º 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 #F000E7 is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 231 | - |
| CMYK | 0 | 1 | 0.04 | 0.06 |
| HSL | 302.25º | 1% | 0.47% | - |
| HSV(B) | 302.25º | 1% | 0.94% | - |
| XYZ | 50.36 | 24.29 | 77.64 | - |
| YUV | 98.09 | 203.01 | 229.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 231 | 0 | 1 | 0.04 | 0.06 | 302.25 | 1 | 0.47 |
| Hex | F0 | 0 | E7 | 0 | 64 | 4 | 6 | 12E | 64 | 2F |
| Octal | 360 | 0 | 347 | 0 | 144 | 4 | 6 | 456 | 144 | 57 |
| Binary | 11110000 | 0 | 11100111 | 0 | 1100100 | 100 | 110 | 100101110 | 1100100 | 101111 |
Color Harmonies of #F000E7
Complementary color
Monochromatic Colors of #F000E7
Black with #F000E7
Text Example
Text Example
White with #F000E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F000E7; }
p { color: rgb(240,0,231); }
H1.HeaderClassName
{
color: #F000E7;
}
.AnyTagClassName
{
color: #F000E7;
}
</style>
background-color css
<style>
a { background-color: #F000E7; }
a { background-color: rgb(240,0,231); }
div.DivClassName
{
background-color: #F000E7;
}
.BgClassName
{
background-color: #F000E7;
}
</style>
border-color css
<style>
span { border-color: #F000E7; }
span { border-color: rgb(240,0,231); }
td.TdClassName
{
border-color: #F000E7;
}
.TagClassName
{
border-color: #F000E7;
}
</style>