Shades of Magenta #F106FF
Tints of Magenta #F106FF
RGB
CMYK
RGB Variations
Color information
#F106FF (or 0xF106FF) is known color: Magenta. HEX triplet: F1, 06 and FF. RGB value is (241,6,255). Sum of RGB (Red+Green+Blue) = 241+6+255=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 6 (2.73% from 255 or 1.20% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #F106FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F106FF is #0EF900. Grayscale: #676767. Windows color (decimal): -981249 or 16713457. OLE color: 16713457.
HSL color Cylindrical-coordinate representation of color #F106FF: hue angle of 296.63º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F106FF is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 6 | 255 | - |
| CMYK | 0.05 | 0.98 | 0 | 0 |
| HSL | 296.63º | 1% | 0.51% | - |
| HSV(B) | 296.63º | 0.98% | 1% | - |
| XYZ | 54.39 | 26.05 | 96.77 | - |
| YUV | 104.65 | 212.86 | 225.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 6 | 255 | 0.05 | 0.98 | 0 | 0 | 296.63 | 1 | 0.51 |
| Hex | F1 | 6 | FF | 5 | 62 | 0 | 0 | 129 | 64 | 33 |
| Octal | 361 | 6 | 377 | 5 | 142 | 0 | 0 | 451 | 144 | 63 |
| Binary | 11110001 | 110 | 11111111 | 101 | 1100010 | 0 | 0 | 100101001 | 1100100 | 110011 |
Color Harmonies of #F106FF
Complementary color
Monochromatic Colors of #F106FF
Black with #F106FF
Text Example
Text Example
White with #F106FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F106FF; }
p { color: rgb(241,6,255); }
H1.HeaderClassName
{
color: #F106FF;
}
.AnyTagClassName
{
color: #F106FF;
}
</style>
background-color css
<style>
a { background-color: #F106FF; }
a { background-color: rgb(241,6,255); }
div.DivClassName
{
background-color: #F106FF;
}
.BgClassName
{
background-color: #F106FF;
}
</style>
border-color css
<style>
span { border-color: #F106FF; }
span { border-color: rgb(241,6,255); }
td.TdClassName
{
border-color: #F106FF;
}
.TagClassName
{
border-color: #F106FF;
}
</style>