Shades of Magenta #F501ED
Tints of Magenta #F501ED
RGB
CMYK
RGB Variations
Color information
#F501ED (or 0xF501ED) is known color: Magenta. HEX triplet: F5, 01 and ED. RGB value is (245,1,237). Sum of RGB (Red+Green+Blue) = 245+1+237=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 1 (0.78% from 255 or 0.21% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F501ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F501ED is #0AFE12. Grayscale: #646464. Windows color (decimal): -720403 or 15532533. OLE color: 15532533.
HSL color Cylindrical-coordinate representation of color #F501ED: hue angle of 301.97º 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 #F501ED is Cyan = 0, Magento = 1.00, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 1 | 237 | - |
| CMYK | 0 | 1.00 | 0.03 | 0.04 |
| HSL | 301.97º | 0.99% | 0.48% | - |
| HSV(B) | 301.97º | 1% | 0.96% | - |
| XYZ | 52.95 | 25.55 | 82.26 | - |
| YUV | 100.86 | 204.84 | 230.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 1 | 237 | 0 | 1.00 | 0.03 | 0.04 | 301.97 | 0.99 | 0.48 |
| Hex | F5 | 1 | ED | 0 | 64 | 3 | 4 | 12E | 63 | 30 |
| Octal | 365 | 1 | 355 | 0 | 144 | 3 | 4 | 456 | 143 | 60 |
| Binary | 11110101 | 1 | 11101101 | 0 | 1100100 | 11 | 100 | 100101110 | 1100011 | 110000 |
Color Harmonies of #F501ED
Complementary color
Monochromatic Colors of #F501ED
Black with #F501ED
Text Example
Text Example
White with #F501ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F501ED; }
p { color: rgb(245,1,237); }
H1.HeaderClassName
{
color: #F501ED;
}
.AnyTagClassName
{
color: #F501ED;
}
</style>
background-color css
<style>
a { background-color: #F501ED; }
a { background-color: rgb(245,1,237); }
div.DivClassName
{
background-color: #F501ED;
}
.BgClassName
{
background-color: #F501ED;
}
</style>
border-color css
<style>
span { border-color: #F501ED; }
span { border-color: rgb(245,1,237); }
td.TdClassName
{
border-color: #F501ED;
}
.TagClassName
{
border-color: #F501ED;
}
</style>