Shades of Magenta #F504ED
Tints of Magenta #F504ED
RGB
CMYK
RGB Variations
Color information
#F504ED (or 0xF504ED) is known color: Magenta. HEX triplet: F5, 04 and ED. RGB value is (245,4,237). Sum of RGB (Red+Green+Blue) = 245+4+237=486 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.41% from 486); Green value is 4 (1.95% from 255 or 0.82% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 245 - color contains mainly: red. Hex color #F504ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F504ED is #0AFB12. Grayscale: #656565. Windows color (decimal): -719635 or 15533301. OLE color: 15533301.
HSL color Cylindrical-coordinate representation of color #F504ED: hue angle of 301.99º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F504ED is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 4 | 237 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.04 |
| HSL | 301.99º | 0.97% | 0.49% | - |
| HSV(B) | 301.99º | 0.98% | 0.96% | - |
| XYZ | 52.99 | 25.61 | 82.27 | - |
| YUV | 102.62 | 203.84 | 229.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 4 | 237 | 0 | 0.98 | 0.03 | 0.04 | 301.99 | 0.97 | 0.49 |
| Hex | F5 | 4 | ED | 0 | 62 | 3 | 4 | 12E | 61 | 31 |
| Octal | 365 | 4 | 355 | 0 | 142 | 3 | 4 | 456 | 141 | 61 |
| Binary | 11110101 | 100 | 11101101 | 0 | 1100010 | 11 | 100 | 100101110 | 1100001 | 110001 |
Color Harmonies of #F504ED
Complementary color
Monochromatic Colors of #F504ED
Black with #F504ED
Text Example
Text Example
White with #F504ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F504ED; }
p { color: rgb(245,4,237); }
H1.HeaderClassName
{
color: #F504ED;
}
.AnyTagClassName
{
color: #F504ED;
}
</style>
background-color css
<style>
a { background-color: #F504ED; }
a { background-color: rgb(245,4,237); }
div.DivClassName
{
background-color: #F504ED;
}
.BgClassName
{
background-color: #F504ED;
}
</style>
border-color css
<style>
span { border-color: #F504ED; }
span { border-color: rgb(245,4,237); }
td.TdClassName
{
border-color: #F504ED;
}
.TagClassName
{
border-color: #F504ED;
}
</style>