Shades of Magenta #F109F7
Tints of Magenta #F109F7
RGB
CMYK
RGB Variations
Color information
#F109F7 (or 0xF109F7) is known color: Magenta. HEX triplet: F1, 09 and F7. RGB value is (241,9,247). Sum of RGB (Red+Green+Blue) = 241+9+247=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 9 (3.91% from 255 or 1.81% from 497); Blue value is 247 (96.88% from 255 or 49.70% from 497); Max value from RGB is 247 - color contains mainly: blue. Hex color #F109F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F109F7 is #0EF608. Grayscale: #686868. Windows color (decimal): -980489 or 16189937. OLE color: 16189937.
HSL color Cylindrical-coordinate representation of color #F109F7: hue angle of 298.49º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F109F7 is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 241 | 9 | 247 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.03 |
| HSL | 298.49º | 0.94% | 0.5% | - |
| HSV(B) | 298.49º | 0.96% | 0.97% | - |
| XYZ | 53.16 | 25.61 | 90.14 | - |
| YUV | 105.5 | 207.86 | 224.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 9 | 247 | 0.02 | 0.96 | 0 | 0.03 | 298.49 | 0.94 | 0.5 |
| Hex | F1 | 9 | F7 | 2 | 60 | 0 | 3 | 12A | 5E | 32 |
| Octal | 361 | 11 | 367 | 2 | 140 | 0 | 3 | 452 | 136 | 62 |
| Binary | 11110001 | 1001 | 11110111 | 10 | 1100000 | 0 | 11 | 100101010 | 1011110 | 110010 |
Color Harmonies of #F109F7
Complementary color
Monochromatic Colors of #F109F7
Black with #F109F7
Text Example
Text Example
White with #F109F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F109F7; }
p { color: rgb(241,9,247); }
H1.HeaderClassName
{
color: #F109F7;
}
.AnyTagClassName
{
color: #F109F7;
}
</style>
background-color css
<style>
a { background-color: #F109F7; }
a { background-color: rgb(241,9,247); }
div.DivClassName
{
background-color: #F109F7;
}
.BgClassName
{
background-color: #F109F7;
}
</style>
border-color css
<style>
span { border-color: #F109F7; }
span { border-color: rgb(241,9,247); }
td.TdClassName
{
border-color: #F109F7;
}
.TagClassName
{
border-color: #F109F7;
}
</style>