Shades of Magenta #F112FF
Tints of Magenta #F112FF
RGB
CMYK
RGB Variations
Color information
#F112FF (or 0xF112FF) is known color: Magenta. HEX triplet: F1, 12 and FF. RGB value is (241,18,255). Sum of RGB (Red+Green+Blue) = 241+18+255=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 18 (7.42% from 255 or 3.50% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #F112FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F112FF is #0EED00. Grayscale: #6E6E6E. Windows color (decimal): -978177 or 16716529. OLE color: 16716529.
HSL color Cylindrical-coordinate representation of color #F112FF: hue angle of 296.46º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F112FF is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 18 | 255 | - |
| CMYK | 0.05 | 0.93 | 0 | 0 |
| HSL | 296.46º | 1% | 0.54% | - |
| HSV(B) | 296.46º | 0.93% | 1% | - |
| XYZ | 54.54 | 26.35 | 96.82 | - |
| YUV | 111.7 | 208.88 | 220.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 255 | 0.05 | 0.93 | 0 | 0 | 296.46 | 1 | 0.54 |
| Hex | F1 | 12 | FF | 5 | 5D | 0 | 0 | 128 | 64 | 36 |
| Octal | 361 | 22 | 377 | 5 | 135 | 0 | 0 | 450 | 144 | 66 |
| Binary | 11110001 | 10010 | 11111111 | 101 | 1011101 | 0 | 0 | 100101000 | 1100100 | 110110 |
Color Harmonies of #F112FF
Complementary color
Monochromatic Colors of #F112FF
Black with #F112FF
Text Example
Text Example
White with #F112FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F112FF; }
p { color: rgb(241,18,255); }
H1.HeaderClassName
{
color: #F112FF;
}
.AnyTagClassName
{
color: #F112FF;
}
</style>
background-color css
<style>
a { background-color: #F112FF; }
a { background-color: rgb(241,18,255); }
div.DivClassName
{
background-color: #F112FF;
}
.BgClassName
{
background-color: #F112FF;
}
</style>
border-color css
<style>
span { border-color: #F112FF; }
span { border-color: rgb(241,18,255); }
td.TdClassName
{
border-color: #F112FF;
}
.TagClassName
{
border-color: #F112FF;
}
</style>