Shades of Magenta #F50AF9
Tints of Magenta #F50AF9
RGB
CMYK
RGB Variations
Color information
#F50AF9 (or 0xF50AF9) is known color: Magenta. HEX triplet: F5, 0A and F9. RGB value is (245,10,249). Sum of RGB (Red+Green+Blue) = 245+10+249=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 10 (4.30% from 255 or 1.98% from 504); Blue value is 249 (97.66% from 255 or 49.40% from 504); Max value from RGB is 249 - color contains mainly: blue. Hex color #F50AF9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F50AF9 is #0AF506. Grayscale: #6A6A6A. Windows color (decimal): -718087 or 16321269. OLE color: 16321269.
HSL color Cylindrical-coordinate representation of color #F50AF9: hue angle of 299º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F50AF9 is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 10 | 249 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.02 |
| HSL | 299º | 0.95% | 0.51% | - |
| HSV(B) | 299º | 0.96% | 0.98% | - |
| XYZ | 54.86 | 26.47 | 91.84 | - |
| YUV | 107.51 | 207.86 | 226.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 10 | 249 | 0.02 | 0.96 | 0 | 0.02 | 299 | 0.95 | 0.51 |
| Hex | F5 | A | F9 | 2 | 60 | 0 | 2 | 12B | 5F | 33 |
| Octal | 365 | 12 | 371 | 2 | 140 | 0 | 2 | 453 | 137 | 63 |
| Binary | 11110101 | 1010 | 11111001 | 10 | 1100000 | 0 | 10 | 100101011 | 1011111 | 110011 |
Color Harmonies of #F50AF9
Complementary color
Monochromatic Colors of #F50AF9
Black with #F50AF9
Text Example
Text Example
White with #F50AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50AF9; }
p { color: rgb(245,10,249); }
H1.HeaderClassName
{
color: #F50AF9;
}
.AnyTagClassName
{
color: #F50AF9;
}
</style>
background-color css
<style>
a { background-color: #F50AF9; }
a { background-color: rgb(245,10,249); }
div.DivClassName
{
background-color: #F50AF9;
}
.BgClassName
{
background-color: #F50AF9;
}
</style>
border-color css
<style>
span { border-color: #F50AF9; }
span { border-color: rgb(245,10,249); }
td.TdClassName
{
border-color: #F50AF9;
}
.TagClassName
{
border-color: #F50AF9;
}
</style>