Shades of Magenta #F509E5
Tints of Magenta #F509E5
RGB
CMYK
RGB Variations
Color information
#F509E5 (or 0xF509E5) is known color: Magenta. HEX triplet: F5, 09 and E5. RGB value is (245,9,229). Sum of RGB (Red+Green+Blue) = 245+9+229=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 9 (3.91% from 255 or 1.86% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F509E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F509E5 is #0AF61A. Grayscale: #686868. Windows color (decimal): -718363 or 15010293. OLE color: 15010293.
HSL color Cylindrical-coordinate representation of color #F509E5: hue angle of 304.07º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F509E5 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 229 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.04 |
| HSL | 304.07º | 0.93% | 0.5% | - |
| HSV(B) | 304.07º | 0.96% | 0.96% | - |
| XYZ | 51.9 | 25.26 | 76.27 | - |
| YUV | 104.64 | 198.19 | 228.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 229 | 0 | 0.96 | 0.07 | 0.04 | 304.07 | 0.93 | 0.5 |
| Hex | F5 | 9 | E5 | 0 | 60 | 7 | 4 | 130 | 5D | 32 |
| Octal | 365 | 11 | 345 | 0 | 140 | 7 | 4 | 460 | 135 | 62 |
| Binary | 11110101 | 1001 | 11100101 | 0 | 1100000 | 111 | 100 | 100110000 | 1011101 | 110010 |
Color Harmonies of #F509E5
Complementary color
Monochromatic Colors of #F509E5
Black with #F509E5
Text Example
Text Example
White with #F509E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F509E5; }
p { color: rgb(245,9,229); }
H1.HeaderClassName
{
color: #F509E5;
}
.AnyTagClassName
{
color: #F509E5;
}
</style>
background-color css
<style>
a { background-color: #F509E5; }
a { background-color: rgb(245,9,229); }
div.DivClassName
{
background-color: #F509E5;
}
.BgClassName
{
background-color: #F509E5;
}
</style>
border-color css
<style>
span { border-color: #F509E5; }
span { border-color: rgb(245,9,229); }
td.TdClassName
{
border-color: #F509E5;
}
.TagClassName
{
border-color: #F509E5;
}
</style>