Shades of Magenta #F503F9
Tints of Magenta #F503F9
RGB
CMYK
RGB Variations
Color information
#F503F9 (or 0xF503F9) is known color: Magenta. HEX triplet: F5, 03 and F9. RGB value is (245,3,249). Sum of RGB (Red+Green+Blue) = 245+3+249=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 3 (1.56% from 255 or 0.60% from 497); Blue value is 249 (97.66% from 255 or 50.10% from 497); Max value from RGB is 249 - color contains mainly: blue. Hex color #F503F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F503F9 is #0AFC06. Grayscale: #666666. Windows color (decimal): -719879 or 16319477. OLE color: 16319477.
HSL color Cylindrical-coordinate representation of color #F503F9: hue angle of 299.02º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F503F9 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 3 | 249 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.02 |
| HSL | 299.02º | 0.98% | 0.49% | - |
| HSV(B) | 299.02º | 0.99% | 0.98% | - |
| XYZ | 54.79 | 26.32 | 91.81 | - |
| YUV | 103.4 | 210.17 | 229 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 249 | 0.02 | 0.99 | 0 | 0.02 | 299.02 | 0.98 | 0.49 |
| Hex | F5 | 3 | F9 | 2 | 63 | 0 | 2 | 12B | 62 | 31 |
| Octal | 365 | 3 | 371 | 2 | 143 | 0 | 2 | 453 | 142 | 61 |
| Binary | 11110101 | 11 | 11111001 | 10 | 1100011 | 0 | 10 | 100101011 | 1100010 | 110001 |
Color Harmonies of #F503F9
Complementary color
Monochromatic Colors of #F503F9
Black with #F503F9
Text Example
Text Example
White with #F503F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F503F9; }
p { color: rgb(245,3,249); }
H1.HeaderClassName
{
color: #F503F9;
}
.AnyTagClassName
{
color: #F503F9;
}
</style>
background-color css
<style>
a { background-color: #F503F9; }
a { background-color: rgb(245,3,249); }
div.DivClassName
{
background-color: #F503F9;
}
.BgClassName
{
background-color: #F503F9;
}
</style>
border-color css
<style>
span { border-color: #F503F9; }
span { border-color: rgb(245,3,249); }
td.TdClassName
{
border-color: #F503F9;
}
.TagClassName
{
border-color: #F503F9;
}
</style>