Shades of Magenta #F503FF
Tints of Magenta #F503FF
RGB
CMYK
RGB Variations
Color information
#F503FF (or 0xF503FF) is known color: Magenta. HEX triplet: F5, 03 and FF. RGB value is (245,3,255). Sum of RGB (Red+Green+Blue) = 245+3+255=503 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.71% from 503); Green value is 3 (1.56% from 255 or 0.60% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #F503FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F503FF is #0AFC00. Grayscale: #676767. Windows color (decimal): -719873 or 16712693. OLE color: 16712693.
HSL color Cylindrical-coordinate representation of color #F503FF: hue angle of 297.62º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F503FF is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 3 | 255 | - |
| CMYK | 0.04 | 0.99 | 0 | 0 |
| HSL | 297.62º | 1% | 0.51% | - |
| HSV(B) | 297.62º | 0.99% | 1% | - |
| XYZ | 55.74 | 26.7 | 96.82 | - |
| YUV | 104.09 | 213.17 | 228.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 255 | 0.04 | 0.99 | 0 | 0 | 297.62 | 1 | 0.51 |
| Hex | F5 | 3 | FF | 4 | 63 | 0 | 0 | 12A | 64 | 33 |
| Octal | 365 | 3 | 377 | 4 | 143 | 0 | 0 | 452 | 144 | 63 |
| Binary | 11110101 | 11 | 11111111 | 100 | 1100011 | 0 | 0 | 100101010 | 1100100 | 110011 |
Color Harmonies of #F503FF
Complementary color
Monochromatic Colors of #F503FF
Black with #F503FF
Text Example
Text Example
White with #F503FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F503FF; }
p { color: rgb(245,3,255); }
H1.HeaderClassName
{
color: #F503FF;
}
.AnyTagClassName
{
color: #F503FF;
}
</style>
background-color css
<style>
a { background-color: #F503FF; }
a { background-color: rgb(245,3,255); }
div.DivClassName
{
background-color: #F503FF;
}
.BgClassName
{
background-color: #F503FF;
}
</style>
border-color css
<style>
span { border-color: #F503FF; }
span { border-color: rgb(245,3,255); }
td.TdClassName
{
border-color: #F503FF;
}
.TagClassName
{
border-color: #F503FF;
}
</style>