Shades of Magenta #F500E5
Tints of Magenta #F500E5
RGB
CMYK
RGB Variations
Color information
#F500E5 (or 0xF500E5) is known color: Magenta. HEX triplet: F5, 00 and E5. RGB value is (245,0,229). Sum of RGB (Red+Green+Blue) = 245+0+229=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 0 (0.39% from 255 or 0% from 474); Blue value is 229 (89.84% from 255 or 48.31% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F500E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F500E5 is #0AFF1A. Grayscale: #626262. Windows color (decimal): -720667 or 15007989. OLE color: 15007989.
HSL color Cylindrical-coordinate representation of color #F500E5: hue angle of 303.92º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F500E5 is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 0 | 229 | - |
| CMYK | 0 | 1 | 0.07 | 0.04 |
| HSL | 303.92º | 1% | 0.48% | - |
| HSV(B) | 303.92º | 1% | 0.96% | - |
| XYZ | 51.8 | 25.07 | 76.24 | - |
| YUV | 99.36 | 201.17 | 231.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 0 | 229 | 0 | 1 | 0.07 | 0.04 | 303.92 | 1 | 0.48 |
| Hex | F5 | 0 | E5 | 0 | 64 | 7 | 4 | 130 | 64 | 30 |
| Octal | 365 | 0 | 345 | 0 | 144 | 7 | 4 | 460 | 144 | 60 |
| Binary | 11110101 | 0 | 11100101 | 0 | 1100100 | 111 | 100 | 100110000 | 1100100 | 110000 |
Color Harmonies of #F500E5
Complementary color
Monochromatic Colors of #F500E5
Black with #F500E5
Text Example
Text Example
White with #F500E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F500E5; }
p { color: rgb(245,0,229); }
H1.HeaderClassName
{
color: #F500E5;
}
.AnyTagClassName
{
color: #F500E5;
}
</style>
background-color css
<style>
a { background-color: #F500E5; }
a { background-color: rgb(245,0,229); }
div.DivClassName
{
background-color: #F500E5;
}
.BgClassName
{
background-color: #F500E5;
}
</style>
border-color css
<style>
span { border-color: #F500E5; }
span { border-color: rgb(245,0,229); }
td.TdClassName
{
border-color: #F500E5;
}
.TagClassName
{
border-color: #F500E5;
}
</style>