Shades of Magenta #F501EB
Tints of Magenta #F501EB
RGB
CMYK
RGB Variations
Color information
#F501EB (or 0xF501EB) is known color: Magenta. HEX triplet: F5, 01 and EB. RGB value is (245,1,235). Sum of RGB (Red+Green+Blue) = 245+1+235=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 1 (0.78% from 255 or 0.21% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F501EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F501EB is #0AFE14. Grayscale: #636363. Windows color (decimal): -720405 or 15401461. OLE color: 15401461.
HSL color Cylindrical-coordinate representation of color #F501EB: hue angle of 302.46º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F501EB is Cyan = 0, Magento = 1.00, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 1 | 235 | - |
| CMYK | 0 | 1.00 | 0.04 | 0.04 |
| HSL | 302.46º | 0.99% | 0.48% | - |
| HSV(B) | 302.46º | 1% | 0.96% | - |
| XYZ | 52.66 | 25.43 | 80.73 | - |
| YUV | 100.63 | 203.84 | 230.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 1 | 235 | 0 | 1.00 | 0.04 | 0.04 | 302.46 | 0.99 | 0.48 |
| Hex | F5 | 1 | EB | 0 | 64 | 4 | 4 | 12E | 63 | 30 |
| Octal | 365 | 1 | 353 | 0 | 144 | 4 | 4 | 456 | 143 | 60 |
| Binary | 11110101 | 1 | 11101011 | 0 | 1100100 | 100 | 100 | 100101110 | 1100011 | 110000 |
Color Harmonies of #F501EB
Complementary color
Monochromatic Colors of #F501EB
Black with #F501EB
Text Example
Text Example
White with #F501EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F501EB; }
p { color: rgb(245,1,235); }
H1.HeaderClassName
{
color: #F501EB;
}
.AnyTagClassName
{
color: #F501EB;
}
</style>
background-color css
<style>
a { background-color: #F501EB; }
a { background-color: rgb(245,1,235); }
div.DivClassName
{
background-color: #F501EB;
}
.BgClassName
{
background-color: #F501EB;
}
</style>
border-color css
<style>
span { border-color: #F501EB; }
span { border-color: rgb(245,1,235); }
td.TdClassName
{
border-color: #F501EB;
}
.TagClassName
{
border-color: #F501EB;
}
</style>