Shades of Magenta #F106FA
Tints of Magenta #F106FA
RGB
CMYK
RGB Variations
Color information
#F106FA (or 0xF106FA) is known color: Magenta. HEX triplet: F1, 06 and FA. RGB value is (241,6,250). Sum of RGB (Red+Green+Blue) = 241+6+250=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 6 (2.73% from 255 or 1.21% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #F106FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F106FA is #0EF905. Grayscale: #676767. Windows color (decimal): -981254 or 16385777. OLE color: 16385777.
HSL color Cylindrical-coordinate representation of color #F106FA: hue angle of 297.79º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F106FA is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 6 | 250 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.02 |
| HSL | 297.79º | 0.96% | 0.5% | - |
| HSV(B) | 297.79º | 0.98% | 0.98% | - |
| XYZ | 53.6 | 25.73 | 92.58 | - |
| YUV | 104.08 | 210.36 | 225.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 6 | 250 | 0.04 | 0.98 | 0 | 0.02 | 297.79 | 0.96 | 0.5 |
| Hex | F1 | 6 | FA | 4 | 62 | 0 | 2 | 12A | 60 | 32 |
| Octal | 361 | 6 | 372 | 4 | 142 | 0 | 2 | 452 | 140 | 62 |
| Binary | 11110001 | 110 | 11111010 | 100 | 1100010 | 0 | 10 | 100101010 | 1100000 | 110010 |
Color Harmonies of #F106FA
Complementary color
Monochromatic Colors of #F106FA
Black with #F106FA
Text Example
Text Example
White with #F106FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F106FA; }
p { color: rgb(241,6,250); }
H1.HeaderClassName
{
color: #F106FA;
}
.AnyTagClassName
{
color: #F106FA;
}
</style>
background-color css
<style>
a { background-color: #F106FA; }
a { background-color: rgb(241,6,250); }
div.DivClassName
{
background-color: #F106FA;
}
.BgClassName
{
background-color: #F106FA;
}
</style>
border-color css
<style>
span { border-color: #F106FA; }
span { border-color: rgb(241,6,250); }
td.TdClassName
{
border-color: #F106FA;
}
.TagClassName
{
border-color: #F106FA;
}
</style>