Shades of Magenta #F109E5
Tints of Magenta #F109E5
RGB
CMYK
RGB Variations
Color information
#F109E5 (or 0xF109E5) is known color: Magenta. HEX triplet: F1, 09 and E5. RGB value is (241,9,229). Sum of RGB (Red+Green+Blue) = 241+9+229=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 9 (3.91% from 255 or 1.88% from 479); Blue value is 229 (89.84% from 255 or 47.81% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F109E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F109E5 is #0EF61A. Grayscale: #666666. Windows color (decimal): -980507 or 15010289. OLE color: 15010289.
HSL color Cylindrical-coordinate representation of color #F109E5: hue angle of 303.1º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F109E5 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 9 | 229 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.05 |
| HSL | 303.1º | 0.93% | 0.49% | - |
| HSV(B) | 303.1º | 0.96% | 0.95% | - |
| XYZ | 50.52 | 24.55 | 76.21 | - |
| YUV | 103.45 | 198.86 | 226.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 9 | 229 | 0 | 0.96 | 0.05 | 0.05 | 303.1 | 0.93 | 0.49 |
| Hex | F1 | 9 | E5 | 0 | 60 | 5 | 5 | 12F | 5D | 31 |
| Octal | 361 | 11 | 345 | 0 | 140 | 5 | 5 | 457 | 135 | 61 |
| Binary | 11110001 | 1001 | 11100101 | 0 | 1100000 | 101 | 101 | 100101111 | 1011101 | 110001 |
Color Harmonies of #F109E5
Complementary color
Monochromatic Colors of #F109E5
Black with #F109E5
Text Example
Text Example
White with #F109E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F109E5; }
p { color: rgb(241,9,229); }
H1.HeaderClassName
{
color: #F109E5;
}
.AnyTagClassName
{
color: #F109E5;
}
</style>
background-color css
<style>
a { background-color: #F109E5; }
a { background-color: rgb(241,9,229); }
div.DivClassName
{
background-color: #F109E5;
}
.BgClassName
{
background-color: #F109E5;
}
</style>
border-color css
<style>
span { border-color: #F109E5; }
span { border-color: rgb(241,9,229); }
td.TdClassName
{
border-color: #F109E5;
}
.TagClassName
{
border-color: #F109E5;
}
</style>