Shades of Magenta #F109EA
Tints of Magenta #F109EA
RGB
CMYK
RGB Variations
Color information
#F109EA (or 0xF109EA) is known color: Magenta. HEX triplet: F1, 09 and EA. RGB value is (241,9,234). Sum of RGB (Red+Green+Blue) = 241+9+234=484 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.79% from 484); Green value is 9 (3.91% from 255 or 1.86% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 241 - color contains mainly: red. Hex color #F109EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F109EA is #0EF615. Grayscale: #676767. Windows color (decimal): -980502 or 15337969. OLE color: 15337969.
HSL color Cylindrical-coordinate representation of color #F109EA: hue angle of 301.81º 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 #F109EA is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 9 | 234 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.05 |
| HSL | 301.81º | 0.93% | 0.49% | - |
| HSV(B) | 301.81º | 0.96% | 0.95% | - |
| XYZ | 51.22 | 24.84 | 79.94 | - |
| YUV | 104.02 | 201.36 | 225.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 9 | 234 | 0 | 0.96 | 0.03 | 0.05 | 301.81 | 0.93 | 0.49 |
| Hex | F1 | 9 | EA | 0 | 60 | 3 | 5 | 12E | 5D | 31 |
| Octal | 361 | 11 | 352 | 0 | 140 | 3 | 5 | 456 | 135 | 61 |
| Binary | 11110001 | 1001 | 11101010 | 0 | 1100000 | 11 | 101 | 100101110 | 1011101 | 110001 |
Color Harmonies of #F109EA
Complementary color
Monochromatic Colors of #F109EA
Black with #F109EA
Text Example
Text Example
White with #F109EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F109EA; }
p { color: rgb(241,9,234); }
H1.HeaderClassName
{
color: #F109EA;
}
.AnyTagClassName
{
color: #F109EA;
}
</style>
background-color css
<style>
a { background-color: #F109EA; }
a { background-color: rgb(241,9,234); }
div.DivClassName
{
background-color: #F109EA;
}
.BgClassName
{
background-color: #F109EA;
}
</style>
border-color css
<style>
span { border-color: #F109EA; }
span { border-color: rgb(241,9,234); }
td.TdClassName
{
border-color: #F109EA;
}
.TagClassName
{
border-color: #F109EA;
}
</style>