Shades of Violet #F171EC
Tints of Violet #F171EC
RGB
CMYK
RGB Variations
Color information
#F171EC (or 0xF171EC) is known color: Violet. HEX triplet: F1, 71 and EC. RGB value is (241,113,236). Sum of RGB (Red+Green+Blue) = 241+113+236=590 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.85% from 590); Green value is 113 (44.53% from 255 or 19.15% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 241 - color contains mainly: red. Hex color #F171EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F171EC is #0E8E13. Grayscale: #A4A4A4. Windows color (decimal): -953876 or 15495665. OLE color: 15495665.
HSL color Cylindrical-coordinate representation of color #F171EC: hue angle of 302.34º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F171EC is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 113 | 236 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.05 |
| HSL | 302.34º | 0.82% | 0.69% | - |
| HSV(B) | 302.34º | 0.53% | 0.95% | - |
| XYZ | 57.32 | 36.57 | 83.39 | - |
| YUV | 165.29 | 167.91 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 113 | 236 | 0 | 0.53 | 0.02 | 0.05 | 302.34 | 0.82 | 0.69 |
| Hex | F1 | 71 | EC | 0 | 35 | 2 | 5 | 12E | 52 | 45 |
| Octal | 361 | 161 | 354 | 0 | 65 | 2 | 5 | 456 | 122 | 105 |
| Binary | 11110001 | 1110001 | 11101100 | 0 | 110101 | 10 | 101 | 100101110 | 1010010 | 1000101 |
Color Harmonies of #F171EC
Complementary color
Monochromatic Colors of #F171EC
Black with #F171EC
Text Example
Text Example
White with #F171EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F171EC; }
p { color: rgb(241,113,236); }
H1.HeaderClassName
{
color: #F171EC;
}
.AnyTagClassName
{
color: #F171EC;
}
</style>
background-color css
<style>
a { background-color: #F171EC; }
a { background-color: rgb(241,113,236); }
div.DivClassName
{
background-color: #F171EC;
}
.BgClassName
{
background-color: #F171EC;
}
</style>
border-color css
<style>
span { border-color: #F171EC; }
span { border-color: rgb(241,113,236); }
td.TdClassName
{
border-color: #F171EC;
}
.TagClassName
{
border-color: #F171EC;
}
</style>