Shades of Magenta #F000E5
Tints of Magenta #F000E5
RGB
CMYK
RGB Variations
Color information
#F000E5 (or 0xF000E5) is known color: Magenta. HEX triplet: F0, 00 and E5. RGB value is (240,0,229). Sum of RGB (Red+Green+Blue) = 240+0+229=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 0 (0.39% from 255 or 0% from 469); Blue value is 229 (89.84% from 255 or 48.83% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F000E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F000E5 is #0FFF1A. Grayscale: #616161. Windows color (decimal): -1048347 or 15007984. OLE color: 15007984.
HSL color Cylindrical-coordinate representation of color #F000E5: hue angle of 302.75º 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 #F000E5 is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 229 | - |
| CMYK | 0 | 1 | 0.05 | 0.06 |
| HSL | 302.75º | 1% | 0.47% | - |
| HSV(B) | 302.75º | 1% | 0.94% | - |
| XYZ | 50.08 | 24.18 | 76.16 | - |
| YUV | 97.87 | 202.01 | 229.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 229 | 0 | 1 | 0.05 | 0.06 | 302.75 | 1 | 0.47 |
| Hex | F0 | 0 | E5 | 0 | 64 | 5 | 6 | 12F | 64 | 2F |
| Octal | 360 | 0 | 345 | 0 | 144 | 5 | 6 | 457 | 144 | 57 |
| Binary | 11110000 | 0 | 11100101 | 0 | 1100100 | 101 | 110 | 100101111 | 1100100 | 101111 |
Color Harmonies of #F000E5
Complementary color
Monochromatic Colors of #F000E5
Black with #F000E5
Text Example
Text Example
White with #F000E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F000E5; }
p { color: rgb(240,0,229); }
H1.HeaderClassName
{
color: #F000E5;
}
.AnyTagClassName
{
color: #F000E5;
}
</style>
background-color css
<style>
a { background-color: #F000E5; }
a { background-color: rgb(240,0,229); }
div.DivClassName
{
background-color: #F000E5;
}
.BgClassName
{
background-color: #F000E5;
}
</style>
border-color css
<style>
span { border-color: #F000E5; }
span { border-color: rgb(240,0,229); }
td.TdClassName
{
border-color: #F000E5;
}
.TagClassName
{
border-color: #F000E5;
}
</style>