Shades of Magenta #F503ED
Tints of Magenta #F503ED
RGB
CMYK
RGB Variations
Color information
#F503ED (or 0xF503ED) is known color: Magenta. HEX triplet: F5, 03 and ED. RGB value is (245,3,237). Sum of RGB (Red+Green+Blue) = 245+3+237=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 3 (1.56% from 255 or 0.62% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F503ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F503ED is #0AFC12. Grayscale: #656565. Windows color (decimal): -719891 or 15533045. OLE color: 15533045.
HSL color Cylindrical-coordinate representation of color #F503ED: hue angle of 301.98º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F503ED is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 237 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.04 |
| HSL | 301.98º | 0.98% | 0.49% | - |
| HSV(B) | 301.98º | 0.99% | 0.96% | - |
| XYZ | 52.97 | 25.59 | 82.27 | - |
| YUV | 102.03 | 204.17 | 229.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 237 | 0 | 0.99 | 0.03 | 0.04 | 301.98 | 0.98 | 0.49 |
| Hex | F5 | 3 | ED | 0 | 63 | 3 | 4 | 12E | 62 | 31 |
| Octal | 365 | 3 | 355 | 0 | 143 | 3 | 4 | 456 | 142 | 61 |
| Binary | 11110101 | 11 | 11101101 | 0 | 1100011 | 11 | 100 | 100101110 | 1100010 | 110001 |
Color Harmonies of #F503ED
Complementary color
Monochromatic Colors of #F503ED
Black with #F503ED
Text Example
Text Example
White with #F503ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F503ED; }
p { color: rgb(245,3,237); }
H1.HeaderClassName
{
color: #F503ED;
}
.AnyTagClassName
{
color: #F503ED;
}
</style>
background-color css
<style>
a { background-color: #F503ED; }
a { background-color: rgb(245,3,237); }
div.DivClassName
{
background-color: #F503ED;
}
.BgClassName
{
background-color: #F503ED;
}
</style>
border-color css
<style>
span { border-color: #F503ED; }
span { border-color: rgb(245,3,237); }
td.TdClassName
{
border-color: #F503ED;
}
.TagClassName
{
border-color: #F503ED;
}
</style>