Shades of Magenta #F117FF
Tints of Magenta #F117FF
RGB
CMYK
RGB Variations
Color information
#F117FF (or 0xF117FF) is known color: Magenta. HEX triplet: F1, 17 and FF. RGB value is (241,23,255). Sum of RGB (Red+Green+Blue) = 241+23+255=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 23 (9.38% from 255 or 4.43% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #F117FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F117FF is #0EE800. Grayscale: #717171. Windows color (decimal): -976897 or 16717809. OLE color: 16717809.
HSL color Cylindrical-coordinate representation of color #F117FF: hue angle of 296.38º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F117FF is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 23 | 255 | - |
| CMYK | 0.05 | 0.91 | 0 | 0 |
| HSL | 296.38º | 1% | 0.55% | - |
| HSV(B) | 296.38º | 0.91% | 1% | - |
| XYZ | 54.63 | 26.53 | 96.85 | - |
| YUV | 114.63 | 207.22 | 218.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 23 | 255 | 0.05 | 0.91 | 0 | 0 | 296.38 | 1 | 0.55 |
| Hex | F1 | 17 | FF | 5 | 5B | 0 | 0 | 128 | 64 | 37 |
| Octal | 361 | 27 | 377 | 5 | 133 | 0 | 0 | 450 | 144 | 67 |
| Binary | 11110001 | 10111 | 11111111 | 101 | 1011011 | 0 | 0 | 100101000 | 1100100 | 110111 |
Color Harmonies of #F117FF
Complementary color
Monochromatic Colors of #F117FF
Black with #F117FF
Text Example
Text Example
White with #F117FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F117FF; }
p { color: rgb(241,23,255); }
H1.HeaderClassName
{
color: #F117FF;
}
.AnyTagClassName
{
color: #F117FF;
}
</style>
background-color css
<style>
a { background-color: #F117FF; }
a { background-color: rgb(241,23,255); }
div.DivClassName
{
background-color: #F117FF;
}
.BgClassName
{
background-color: #F117FF;
}
</style>
border-color css
<style>
span { border-color: #F117FF; }
span { border-color: rgb(241,23,255); }
td.TdClassName
{
border-color: #F117FF;
}
.TagClassName
{
border-color: #F117FF;
}
</style>