Shades of Magenta #F111F6
Tints of Magenta #F111F6
RGB
CMYK
RGB Variations
Color information
#F111F6 (or 0xF111F6) is known color: Magenta. HEX triplet: F1, 11 and F6. RGB value is (241,17,246). Sum of RGB (Red+Green+Blue) = 241+17+246=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 17 (7.03% from 255 or 3.37% from 504); Blue value is 246 (96.48% from 255 or 48.81% from 504); Max value from RGB is 246 - color contains mainly: blue. Hex color #F111F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F111F6 is #0EEE09. Grayscale: #6D6D6D. Windows color (decimal): -978442 or 16126449. OLE color: 16126449.
HSL color Cylindrical-coordinate representation of color #F111F6: hue angle of 298.69º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F111F6 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 17 | 246 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.04 |
| HSL | 298.69º | 0.93% | 0.52% | - |
| HSV(B) | 298.69º | 0.93% | 0.96% | - |
| XYZ | 53.11 | 25.76 | 89.36 | - |
| YUV | 110.08 | 204.71 | 221.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 17 | 246 | 0.02 | 0.93 | 0 | 0.04 | 298.69 | 0.93 | 0.52 |
| Hex | F1 | 11 | F6 | 2 | 5D | 0 | 4 | 12B | 5D | 34 |
| Octal | 361 | 21 | 366 | 2 | 135 | 0 | 4 | 453 | 135 | 64 |
| Binary | 11110001 | 10001 | 11110110 | 10 | 1011101 | 0 | 100 | 100101011 | 1011101 | 110100 |
Color Harmonies of #F111F6
Complementary color
Monochromatic Colors of #F111F6
Black with #F111F6
Text Example
Text Example
White with #F111F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F111F6; }
p { color: rgb(241,17,246); }
H1.HeaderClassName
{
color: #F111F6;
}
.AnyTagClassName
{
color: #F111F6;
}
</style>
background-color css
<style>
a { background-color: #F111F6; }
a { background-color: rgb(241,17,246); }
div.DivClassName
{
background-color: #F111F6;
}
.BgClassName
{
background-color: #F111F6;
}
</style>
border-color css
<style>
span { border-color: #F111F6; }
span { border-color: rgb(241,17,246); }
td.TdClassName
{
border-color: #F111F6;
}
.TagClassName
{
border-color: #F111F6;
}
</style>