Shades of Hot Magenta #F109E2
Tints of Hot Magenta #F109E2
RGB
CMYK
RGB Variations
Color information
#F109E2 (or 0xF109E2) is known color: Hot Magenta. HEX triplet: F1, 09 and E2. RGB value is (241,9,226). Sum of RGB (Red+Green+Blue) = 241+9+226=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 9 (3.91% from 255 or 1.89% from 476); Blue value is 226 (88.67% from 255 or 47.48% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F109E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F109E2 is #0EF61D. Grayscale: #666666. Windows color (decimal): -980510 or 14813681. OLE color: 14813681.
HSL color Cylindrical-coordinate representation of color #F109E2: hue angle of 303.88º 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 #F109E2 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 9 | 226 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.05 |
| HSL | 303.88º | 0.93% | 0.49% | - |
| HSV(B) | 303.88º | 0.96% | 0.95% | - |
| XYZ | 50.1 | 24.39 | 74.02 | - |
| YUV | 103.11 | 197.36 | 226.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 9 | 226 | 0 | 0.96 | 0.06 | 0.05 | 303.88 | 0.93 | 0.49 |
| Hex | F1 | 9 | E2 | 0 | 60 | 6 | 5 | 130 | 5D | 31 |
| Octal | 361 | 11 | 342 | 0 | 140 | 6 | 5 | 460 | 135 | 61 |
| Binary | 11110001 | 1001 | 11100010 | 0 | 1100000 | 110 | 101 | 100110000 | 1011101 | 110001 |
Color Harmonies of #F109E2
Complementary color
Monochromatic Colors of #F109E2
Black with #F109E2
Text Example
Text Example
White with #F109E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F109E2; }
p { color: rgb(241,9,226); }
H1.HeaderClassName
{
color: #F109E2;
}
.AnyTagClassName
{
color: #F109E2;
}
</style>
background-color css
<style>
a { background-color: #F109E2; }
a { background-color: rgb(241,9,226); }
div.DivClassName
{
background-color: #F109E2;
}
.BgClassName
{
background-color: #F109E2;
}
</style>
border-color css
<style>
span { border-color: #F109E2; }
span { border-color: rgb(241,9,226); }
td.TdClassName
{
border-color: #F109E2;
}
.TagClassName
{
border-color: #F109E2;
}
</style>