Shades of Magenta #F503EA
Tints of Magenta #F503EA
RGB
CMYK
RGB Variations
Color information
#F503EA (or 0xF503EA) is known color: Magenta. HEX triplet: F5, 03 and EA. RGB value is (245,3,234). Sum of RGB (Red+Green+Blue) = 245+3+234=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 3 (1.56% from 255 or 0.62% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F503EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F503EA is #0AFC15. Grayscale: #656565. Windows color (decimal): -719894 or 15336437. OLE color: 15336437.
HSL color Cylindrical-coordinate representation of color #F503EA: hue angle of 302.73º 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 #F503EA is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 234 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.04 |
| HSL | 302.73º | 0.98% | 0.49% | - |
| HSV(B) | 302.73º | 0.99% | 0.96% | - |
| XYZ | 52.54 | 25.42 | 79.98 | - |
| YUV | 101.69 | 202.67 | 230.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 234 | 0 | 0.99 | 0.04 | 0.04 | 302.73 | 0.98 | 0.49 |
| Hex | F5 | 3 | EA | 0 | 63 | 4 | 4 | 12F | 62 | 31 |
| Octal | 365 | 3 | 352 | 0 | 143 | 4 | 4 | 457 | 142 | 61 |
| Binary | 11110101 | 11 | 11101010 | 0 | 1100011 | 100 | 100 | 100101111 | 1100010 | 110001 |
Color Harmonies of #F503EA
Complementary color
Monochromatic Colors of #F503EA
Black with #F503EA
Text Example
Text Example
White with #F503EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F503EA; }
p { color: rgb(245,3,234); }
H1.HeaderClassName
{
color: #F503EA;
}
.AnyTagClassName
{
color: #F503EA;
}
</style>
background-color css
<style>
a { background-color: #F503EA; }
a { background-color: rgb(245,3,234); }
div.DivClassName
{
background-color: #F503EA;
}
.BgClassName
{
background-color: #F503EA;
}
</style>
border-color css
<style>
span { border-color: #F503EA; }
span { border-color: rgb(245,3,234); }
td.TdClassName
{
border-color: #F503EA;
}
.TagClassName
{
border-color: #F503EA;
}
</style>