Shades of Magenta #F109FF
Tints of Magenta #F109FF
RGB
CMYK
RGB Variations
Color information
#F109FF (or 0xF109FF) is known color: Magenta. HEX triplet: F1, 09 and FF. RGB value is (241,9,255). Sum of RGB (Red+Green+Blue) = 241+9+255=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 9 (3.91% from 255 or 1.78% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #F109FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F109FF is #0EF600. Grayscale: #696969. Windows color (decimal): -980481 or 16714225. OLE color: 16714225.
HSL color Cylindrical-coordinate representation of color #F109FF: hue angle of 296.59º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F109FF is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 9 | 255 | - |
| CMYK | 0.05 | 0.96 | 0 | 0 |
| HSL | 296.59º | 1% | 0.52% | - |
| HSV(B) | 296.59º | 0.96% | 1% | - |
| XYZ | 54.42 | 26.12 | 96.78 | - |
| YUV | 106.41 | 211.86 | 224 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 9 | 255 | 0.05 | 0.96 | 0 | 0 | 296.59 | 1 | 0.52 |
| Hex | F1 | 9 | FF | 5 | 60 | 0 | 0 | 129 | 64 | 34 |
| Octal | 361 | 11 | 377 | 5 | 140 | 0 | 0 | 451 | 144 | 64 |
| Binary | 11110001 | 1001 | 11111111 | 101 | 1100000 | 0 | 0 | 100101001 | 1100100 | 110100 |
Color Harmonies of #F109FF
Complementary color
Monochromatic Colors of #F109FF
Black with #F109FF
Text Example
Text Example
White with #F109FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F109FF; }
p { color: rgb(241,9,255); }
H1.HeaderClassName
{
color: #F109FF;
}
.AnyTagClassName
{
color: #F109FF;
}
</style>
background-color css
<style>
a { background-color: #F109FF; }
a { background-color: rgb(241,9,255); }
div.DivClassName
{
background-color: #F109FF;
}
.BgClassName
{
background-color: #F109FF;
}
</style>
border-color css
<style>
span { border-color: #F109FF; }
span { border-color: rgb(241,9,255); }
td.TdClassName
{
border-color: #F109FF;
}
.TagClassName
{
border-color: #F109FF;
}
</style>