Shades of Violet #F16EEB
Tints of Violet #F16EEB
RGB
CMYK
RGB Variations
Color information
#F16EEB (or 0xF16EEB) is known color: Violet. HEX triplet: F1, 6E and EB. RGB value is (241,110,235). Sum of RGB (Red+Green+Blue) = 241+110+235=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 110 (43.36% from 255 or 18.77% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 241 - color contains mainly: red. Hex color #F16EEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16EEB is #0E9114. Grayscale: #A3A3A3. Windows color (decimal): -954645 or 15429361. OLE color: 15429361.
HSL color Cylindrical-coordinate representation of color #F16EEB: hue angle of 302.75º 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 #F16EEB is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 110 | 235 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.05 |
| HSL | 302.75º | 0.82% | 0.69% | - |
| HSV(B) | 302.75º | 0.54% | 0.95% | - |
| XYZ | 56.85 | 35.85 | 82.52 | - |
| YUV | 163.42 | 168.4 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 110 | 235 | 0 | 0.54 | 0.02 | 0.05 | 302.75 | 0.82 | 0.69 |
| Hex | F1 | 6E | EB | 0 | 36 | 2 | 5 | 12F | 52 | 45 |
| Octal | 361 | 156 | 353 | 0 | 66 | 2 | 5 | 457 | 122 | 105 |
| Binary | 11110001 | 1101110 | 11101011 | 0 | 110110 | 10 | 101 | 100101111 | 1010010 | 1000101 |
Color Harmonies of #F16EEB
Complementary color
Monochromatic Colors of #F16EEB
Black with #F16EEB
Text Example
Text Example
White with #F16EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16EEB; }
p { color: rgb(241,110,235); }
H1.HeaderClassName
{
color: #F16EEB;
}
.AnyTagClassName
{
color: #F16EEB;
}
</style>
background-color css
<style>
a { background-color: #F16EEB; }
a { background-color: rgb(241,110,235); }
div.DivClassName
{
background-color: #F16EEB;
}
.BgClassName
{
background-color: #F16EEB;
}
</style>
border-color css
<style>
span { border-color: #F16EEB; }
span { border-color: rgb(241,110,235); }
td.TdClassName
{
border-color: #F16EEB;
}
.TagClassName
{
border-color: #F16EEB;
}
</style>