Shades of Violet #F16EE6
Tints of Violet #F16EE6
RGB
CMYK
RGB Variations
Color information
#F16EE6 (or 0xF16EE6) is known color: Violet. HEX triplet: F1, 6E and E6. RGB value is (241,110,230). Sum of RGB (Red+Green+Blue) = 241+110+230=581 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.48% from 581); Green value is 110 (43.36% from 255 or 18.93% from 581); Blue value is 230 (90.23% from 255 or 39.59% from 581); Max value from RGB is 241 - color contains mainly: red. Hex color #F16EE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16EE6 is #0E9119. Grayscale: #A2A2A2. Windows color (decimal): -954650 or 15101681. OLE color: 15101681.
HSL color Cylindrical-coordinate representation of color #F16EE6: hue angle of 305.04º 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 #F16EE6 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 110 | 230 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.05 |
| HSL | 305.04º | 0.82% | 0.69% | - |
| HSV(B) | 305.04º | 0.54% | 0.95% | - |
| XYZ | 56.13 | 35.57 | 78.77 | - |
| YUV | 162.85 | 165.9 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 110 | 230 | 0 | 0.54 | 0.05 | 0.05 | 305.04 | 0.82 | 0.69 |
| Hex | F1 | 6E | E6 | 0 | 36 | 5 | 5 | 131 | 52 | 45 |
| Octal | 361 | 156 | 346 | 0 | 66 | 5 | 5 | 461 | 122 | 105 |
| Binary | 11110001 | 1101110 | 11100110 | 0 | 110110 | 101 | 101 | 100110001 | 1010010 | 1000101 |
Color Harmonies of #F16EE6
Complementary color
Monochromatic Colors of #F16EE6
Black with #F16EE6
Text Example
Text Example
White with #F16EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16EE6; }
p { color: rgb(241,110,230); }
H1.HeaderClassName
{
color: #F16EE6;
}
.AnyTagClassName
{
color: #F16EE6;
}
</style>
background-color css
<style>
a { background-color: #F16EE6; }
a { background-color: rgb(241,110,230); }
div.DivClassName
{
background-color: #F16EE6;
}
.BgClassName
{
background-color: #F16EE6;
}
</style>
border-color css
<style>
span { border-color: #F16EE6; }
span { border-color: rgb(241,110,230); }
td.TdClassName
{
border-color: #F16EE6;
}
.TagClassName
{
border-color: #F16EE6;
}
</style>