Shades of Magenta #F509FF
Tints of Magenta #F509FF
RGB
CMYK
RGB Variations
Color information
#F509FF (or 0xF509FF) is known color: Magenta. HEX triplet: F5, 09 and FF. RGB value is (245,9,255). Sum of RGB (Red+Green+Blue) = 245+9+255=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 9 (3.91% from 255 or 1.77% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #F509FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F509FF is #0AF600. Grayscale: #6A6A6A. Windows color (decimal): -718337 or 16714229. OLE color: 16714229.
HSL color Cylindrical-coordinate representation of color #F509FF: hue angle of 297.56º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F509FF is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 9 | 255 | - |
| CMYK | 0.04 | 0.96 | 0 | 0 |
| HSL | 297.56º | 1% | 0.52% | - |
| HSV(B) | 297.56º | 0.96% | 1% | - |
| XYZ | 55.8 | 26.83 | 96.84 | - |
| YUV | 107.61 | 211.19 | 226 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 255 | 0.04 | 0.96 | 0 | 0 | 297.56 | 1 | 0.52 |
| Hex | F5 | 9 | FF | 4 | 60 | 0 | 0 | 12A | 64 | 34 |
| Octal | 365 | 11 | 377 | 4 | 140 | 0 | 0 | 452 | 144 | 64 |
| Binary | 11110101 | 1001 | 11111111 | 100 | 1100000 | 0 | 0 | 100101010 | 1100100 | 110100 |
Color Harmonies of #F509FF
Complementary color
Monochromatic Colors of #F509FF
Black with #F509FF
Text Example
Text Example
White with #F509FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F509FF; }
p { color: rgb(245,9,255); }
H1.HeaderClassName
{
color: #F509FF;
}
.AnyTagClassName
{
color: #F509FF;
}
</style>
background-color css
<style>
a { background-color: #F509FF; }
a { background-color: rgb(245,9,255); }
div.DivClassName
{
background-color: #F509FF;
}
.BgClassName
{
background-color: #F509FF;
}
</style>
border-color css
<style>
span { border-color: #F509FF; }
span { border-color: rgb(245,9,255); }
td.TdClassName
{
border-color: #F509FF;
}
.TagClassName
{
border-color: #F509FF;
}
</style>