Shades of Magenta #F503FE
Tints of Magenta #F503FE
RGB
CMYK
RGB Variations
Color information
#F503FE (or 0xF503FE) is known color: Magenta. HEX triplet: F5, 03 and FE. RGB value is (245,3,254). Sum of RGB (Red+Green+Blue) = 245+3+254=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 3 (1.56% from 255 or 0.60% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #F503FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F503FE is #0AFC01. Grayscale: #676767. Windows color (decimal): -719874 or 16647157. OLE color: 16647157.
HSL color Cylindrical-coordinate representation of color #F503FE: hue angle of 297.85º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F503FE is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 3 | 254 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.00 |
| HSL | 297.85º | 0.99% | 0.5% | - |
| HSV(B) | 297.85º | 0.99% | 1% | - |
| XYZ | 55.58 | 26.63 | 95.98 | - |
| YUV | 103.97 | 212.67 | 228.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 254 | 0.04 | 0.99 | 0 | 0.00 | 297.85 | 0.99 | 0.5 |
| Hex | F5 | 3 | FE | 4 | 63 | 0 | 0 | 12A | 63 | 32 |
| Octal | 365 | 3 | 376 | 4 | 143 | 0 | 0 | 452 | 143 | 62 |
| Binary | 11110101 | 11 | 11111110 | 100 | 1100011 | 0 | 0 | 100101010 | 1100011 | 110010 |
Color Harmonies of #F503FE
Complementary color
Monochromatic Colors of #F503FE
Black with #F503FE
Text Example
Text Example
White with #F503FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F503FE; }
p { color: rgb(245,3,254); }
H1.HeaderClassName
{
color: #F503FE;
}
.AnyTagClassName
{
color: #F503FE;
}
</style>
background-color css
<style>
a { background-color: #F503FE; }
a { background-color: rgb(245,3,254); }
div.DivClassName
{
background-color: #F503FE;
}
.BgClassName
{
background-color: #F503FE;
}
</style>
border-color css
<style>
span { border-color: #F503FE; }
span { border-color: rgb(245,3,254); }
td.TdClassName
{
border-color: #F503FE;
}
.TagClassName
{
border-color: #F503FE;
}
</style>