Shades of Magenta #F109FB
Tints of Magenta #F109FB
RGB
CMYK
RGB Variations
Color information
#F109FB (or 0xF109FB) is known color: Magenta. HEX triplet: F1, 09 and FB. RGB value is (241,9,251). Sum of RGB (Red+Green+Blue) = 241+9+251=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 9 (3.91% from 255 or 1.80% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #F109FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F109FB is #0EF604. Grayscale: #696969. Windows color (decimal): -980485 or 16452081. OLE color: 16452081.
HSL color Cylindrical-coordinate representation of color #F109FB: hue angle of 297.52º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F109FB is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 9 | 251 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.02 |
| HSL | 297.52º | 0.97% | 0.51% | - |
| HSV(B) | 297.52º | 0.96% | 0.98% | - |
| XYZ | 53.79 | 25.86 | 93.42 | - |
| YUV | 105.96 | 209.86 | 224.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 9 | 251 | 0.04 | 0.96 | 0 | 0.02 | 297.52 | 0.97 | 0.51 |
| Hex | F1 | 9 | FB | 4 | 60 | 0 | 2 | 12A | 61 | 33 |
| Octal | 361 | 11 | 373 | 4 | 140 | 0 | 2 | 452 | 141 | 63 |
| Binary | 11110001 | 1001 | 11111011 | 100 | 1100000 | 0 | 10 | 100101010 | 1100001 | 110011 |
Color Harmonies of #F109FB
Complementary color
Monochromatic Colors of #F109FB
Black with #F109FB
Text Example
Text Example
White with #F109FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F109FB; }
p { color: rgb(241,9,251); }
H1.HeaderClassName
{
color: #F109FB;
}
.AnyTagClassName
{
color: #F109FB;
}
</style>
background-color css
<style>
a { background-color: #F109FB; }
a { background-color: rgb(241,9,251); }
div.DivClassName
{
background-color: #F109FB;
}
.BgClassName
{
background-color: #F109FB;
}
</style>
border-color css
<style>
span { border-color: #F109FB; }
span { border-color: rgb(241,9,251); }
td.TdClassName
{
border-color: #F109FB;
}
.TagClassName
{
border-color: #F109FB;
}
</style>