Shades of Violet #F16EE7
Tints of Violet #F16EE7
RGB
CMYK
RGB Variations
Color information
#F16EE7 (or 0xF16EE7) is known color: Violet. HEX triplet: F1, 6E and E7. RGB value is (241,110,231). Sum of RGB (Red+Green+Blue) = 241+110+231=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 110 (43.36% from 255 or 18.90% from 582); Blue value is 231 (90.62% from 255 or 39.69% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F16EE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16EE7 is #0E9118. Grayscale: #A2A2A2. Windows color (decimal): -954649 or 15167217. OLE color: 15167217.
HSL color Cylindrical-coordinate representation of color #F16EE7: hue angle of 304.58º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F16EE7 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 110 | 231 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.05 |
| HSL | 304.58º | 0.82% | 0.69% | - |
| HSV(B) | 304.58º | 0.54% | 0.95% | - |
| XYZ | 56.28 | 35.62 | 79.51 | - |
| YUV | 162.96 | 166.4 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 110 | 231 | 0 | 0.54 | 0.04 | 0.05 | 304.58 | 0.82 | 0.69 |
| Hex | F1 | 6E | E7 | 0 | 36 | 4 | 5 | 131 | 52 | 45 |
| Octal | 361 | 156 | 347 | 0 | 66 | 4 | 5 | 461 | 122 | 105 |
| Binary | 11110001 | 1101110 | 11100111 | 0 | 110110 | 100 | 101 | 100110001 | 1010010 | 1000101 |
Color Harmonies of #F16EE7
Complementary color
Monochromatic Colors of #F16EE7
Black with #F16EE7
Text Example
Text Example
White with #F16EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16EE7; }
p { color: rgb(241,110,231); }
H1.HeaderClassName
{
color: #F16EE7;
}
.AnyTagClassName
{
color: #F16EE7;
}
</style>
background-color css
<style>
a { background-color: #F16EE7; }
a { background-color: rgb(241,110,231); }
div.DivClassName
{
background-color: #F16EE7;
}
.BgClassName
{
background-color: #F16EE7;
}
</style>
border-color css
<style>
span { border-color: #F16EE7; }
span { border-color: rgb(241,110,231); }
td.TdClassName
{
border-color: #F16EE7;
}
.TagClassName
{
border-color: #F16EE7;
}
</style>