Shades of Magenta #F509FA
Tints of Magenta #F509FA
RGB
CMYK
RGB Variations
Color information
#F509FA (or 0xF509FA) is known color: Magenta. HEX triplet: F5, 09 and FA. RGB value is (245,9,250). Sum of RGB (Red+Green+Blue) = 245+9+250=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 9 (3.91% from 255 or 1.79% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #F509FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F509FA is #0AF605. Grayscale: #6A6A6A. Windows color (decimal): -718342 or 16386549. OLE color: 16386549.
HSL color Cylindrical-coordinate representation of color #F509FA: hue angle of 298.76º degrees, saturation: 0.96, 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 #F509FA is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 9 | 250 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.02 |
| HSL | 298.76º | 0.96% | 0.51% | - |
| HSV(B) | 298.76º | 0.96% | 0.98% | - |
| XYZ | 55.01 | 26.51 | 92.66 | - |
| YUV | 107.04 | 208.69 | 226.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 250 | 0.02 | 0.96 | 0 | 0.02 | 298.76 | 0.96 | 0.51 |
| Hex | F5 | 9 | FA | 2 | 60 | 0 | 2 | 12B | 60 | 33 |
| Octal | 365 | 11 | 372 | 2 | 140 | 0 | 2 | 453 | 140 | 63 |
| Binary | 11110101 | 1001 | 11111010 | 10 | 1100000 | 0 | 10 | 100101011 | 1100000 | 110011 |
Color Harmonies of #F509FA
Complementary color
Monochromatic Colors of #F509FA
Black with #F509FA
Text Example
Text Example
White with #F509FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F509FA; }
p { color: rgb(245,9,250); }
H1.HeaderClassName
{
color: #F509FA;
}
.AnyTagClassName
{
color: #F509FA;
}
</style>
background-color css
<style>
a { background-color: #F509FA; }
a { background-color: rgb(245,9,250); }
div.DivClassName
{
background-color: #F509FA;
}
.BgClassName
{
background-color: #F509FA;
}
</style>
border-color css
<style>
span { border-color: #F509FA; }
span { border-color: rgb(245,9,250); }
td.TdClassName
{
border-color: #F509FA;
}
.TagClassName
{
border-color: #F509FA;
}
</style>