Shades of Magenta #F101F6
Tints of Magenta #F101F6
RGB
CMYK
RGB Variations
Color information
#F101F6 (or 0xF101F6) is known color: Magenta. HEX triplet: F1, 01 and F6. RGB value is (241,1,246). Sum of RGB (Red+Green+Blue) = 241+1+246=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 1 (0.78% from 255 or 0.20% from 488); Blue value is 246 (96.48% from 255 or 50.41% from 488); Max value from RGB is 246 - color contains mainly: blue. Hex color #F101F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F101F6 is #0EFE09. Grayscale: #636363. Windows color (decimal): -982538 or 16122353. OLE color: 16122353.
HSL color Cylindrical-coordinate representation of color #F101F6: hue angle of 298.78º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F101F6 is Cyan = 0.02, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 1 | 246 | - |
| CMYK | 0.02 | 1.00 | 0 | 0.04 |
| HSL | 298.78º | 0.99% | 0.48% | - |
| HSV(B) | 298.78º | 1% | 0.96% | - |
| XYZ | 52.92 | 25.38 | 89.3 | - |
| YUV | 100.69 | 210.01 | 228.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 1 | 246 | 0.02 | 1.00 | 0 | 0.04 | 298.78 | 0.99 | 0.48 |
| Hex | F1 | 1 | F6 | 2 | 64 | 0 | 4 | 12B | 63 | 30 |
| Octal | 361 | 1 | 366 | 2 | 144 | 0 | 4 | 453 | 143 | 60 |
| Binary | 11110001 | 1 | 11110110 | 10 | 1100100 | 0 | 100 | 100101011 | 1100011 | 110000 |
Color Harmonies of #F101F6
Complementary color
Monochromatic Colors of #F101F6
Black with #F101F6
Text Example
Text Example
White with #F101F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F101F6; }
p { color: rgb(241,1,246); }
H1.HeaderClassName
{
color: #F101F6;
}
.AnyTagClassName
{
color: #F101F6;
}
</style>
background-color css
<style>
a { background-color: #F101F6; }
a { background-color: rgb(241,1,246); }
div.DivClassName
{
background-color: #F101F6;
}
.BgClassName
{
background-color: #F101F6;
}
</style>
border-color css
<style>
span { border-color: #F101F6; }
span { border-color: rgb(241,1,246); }
td.TdClassName
{
border-color: #F101F6;
}
.TagClassName
{
border-color: #F101F6;
}
</style>