Shades of Hot Magenta #F109E0
Tints of Hot Magenta #F109E0
RGB
CMYK
RGB Variations
Color information
#F109E0 (or 0xF109E0) is known color: Hot Magenta. HEX triplet: F1, 09 and E0. RGB value is (241,9,224). Sum of RGB (Red+Green+Blue) = 241+9+224=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 9 (3.91% from 255 or 1.90% from 474); Blue value is 224 (87.89% from 255 or 47.26% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F109E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F109E0 is #0EF61F. Grayscale: #666666. Windows color (decimal): -980512 or 14682609. OLE color: 14682609.
HSL color Cylindrical-coordinate representation of color #F109E0: hue angle of 304.4º 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 #F109E0 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 9 | 224 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.05 |
| HSL | 304.4º | 0.93% | 0.49% | - |
| HSV(B) | 304.4º | 0.96% | 0.95% | - |
| XYZ | 49.83 | 24.28 | 72.58 | - |
| YUV | 102.88 | 196.36 | 226.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 9 | 224 | 0 | 0.96 | 0.07 | 0.05 | 304.4 | 0.93 | 0.49 |
| Hex | F1 | 9 | E0 | 0 | 60 | 7 | 5 | 130 | 5D | 31 |
| Octal | 361 | 11 | 340 | 0 | 140 | 7 | 5 | 460 | 135 | 61 |
| Binary | 11110001 | 1001 | 11100000 | 0 | 1100000 | 111 | 101 | 100110000 | 1011101 | 110001 |
Color Harmonies of #F109E0
Complementary color
Monochromatic Colors of #F109E0
Black with #F109E0
Text Example
Text Example
White with #F109E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F109E0; }
p { color: rgb(241,9,224); }
H1.HeaderClassName
{
color: #F109E0;
}
.AnyTagClassName
{
color: #F109E0;
}
</style>
background-color css
<style>
a { background-color: #F109E0; }
a { background-color: rgb(241,9,224); }
div.DivClassName
{
background-color: #F109E0;
}
.BgClassName
{
background-color: #F109E0;
}
</style>
border-color css
<style>
span { border-color: #F109E0; }
span { border-color: rgb(241,9,224); }
td.TdClassName
{
border-color: #F109E0;
}
.TagClassName
{
border-color: #F109E0;
}
</style>