Shades of Magenta #F106F0
Tints of Magenta #F106F0
RGB
CMYK
RGB Variations
Color information
#F106F0 (or 0xF106F0) is known color: Magenta. HEX triplet: F1, 06 and F0. RGB value is (241,6,240). Sum of RGB (Red+Green+Blue) = 241+6+240=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 6 (2.73% from 255 or 1.23% from 487); Blue value is 240 (94.14% from 255 or 49.28% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F106F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F106F0 is #0EF90F. Grayscale: #666666. Windows color (decimal): -981264 or 15730417. OLE color: 15730417.
HSL color Cylindrical-coordinate representation of color #F106F0: hue angle of 300.26º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F106F0 is Cyan = 0, Magento = 0.98, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 6 | 240 | - |
| CMYK | 0 | 0.98 | 0.00 | 0.05 |
| HSL | 300.26º | 0.95% | 0.48% | - |
| HSV(B) | 300.26º | 0.98% | 0.95% | - |
| XYZ | 52.07 | 25.12 | 84.54 | - |
| YUV | 102.94 | 205.36 | 226.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 6 | 240 | 0 | 0.98 | 0.00 | 0.05 | 300.26 | 0.95 | 0.48 |
| Hex | F1 | 6 | F0 | 0 | 62 | 0 | 5 | 12C | 5F | 30 |
| Octal | 361 | 6 | 360 | 0 | 142 | 0 | 5 | 454 | 137 | 60 |
| Binary | 11110001 | 110 | 11110000 | 0 | 1100010 | 0 | 101 | 100101100 | 1011111 | 110000 |
Color Harmonies of #F106F0
Complementary color
Monochromatic Colors of #F106F0
Black with #F106F0
Text Example
Text Example
White with #F106F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F106F0; }
p { color: rgb(241,6,240); }
H1.HeaderClassName
{
color: #F106F0;
}
.AnyTagClassName
{
color: #F106F0;
}
</style>
background-color css
<style>
a { background-color: #F106F0; }
a { background-color: rgb(241,6,240); }
div.DivClassName
{
background-color: #F106F0;
}
.BgClassName
{
background-color: #F106F0;
}
</style>
border-color css
<style>
span { border-color: #F106F0; }
span { border-color: rgb(241,6,240); }
td.TdClassName
{
border-color: #F106F0;
}
.TagClassName
{
border-color: #F106F0;
}
</style>