Shades of Violet #F16EEE
Tints of Violet #F16EEE
RGB
CMYK
RGB Variations
Color information
#F16EEE (or 0xF16EEE) is known color: Violet. HEX triplet: F1, 6E and EE. RGB value is (241,110,238). Sum of RGB (Red+Green+Blue) = 241+110+238=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 110 (43.36% from 255 or 18.68% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F16EEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16EEE is #0E9111. Grayscale: #A3A3A3. Windows color (decimal): -954642 or 15625969. OLE color: 15625969.
HSL color Cylindrical-coordinate representation of color #F16EEE: hue angle of 301.37º 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 #F16EEE is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 110 | 238 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.05 |
| HSL | 301.37º | 0.82% | 0.69% | - |
| HSV(B) | 301.37º | 0.54% | 0.95% | - |
| XYZ | 57.28 | 36.03 | 84.82 | - |
| YUV | 163.76 | 169.9 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 110 | 238 | 0 | 0.54 | 0.01 | 0.05 | 301.37 | 0.82 | 0.69 |
| Hex | F1 | 6E | EE | 0 | 36 | 1 | 5 | 12D | 52 | 45 |
| Octal | 361 | 156 | 356 | 0 | 66 | 1 | 5 | 455 | 122 | 105 |
| Binary | 11110001 | 1101110 | 11101110 | 0 | 110110 | 1 | 101 | 100101101 | 1010010 | 1000101 |
Color Harmonies of #F16EEE
Complementary color
Monochromatic Colors of #F16EEE
Black with #F16EEE
Text Example
Text Example
White with #F16EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16EEE; }
p { color: rgb(241,110,238); }
H1.HeaderClassName
{
color: #F16EEE;
}
.AnyTagClassName
{
color: #F16EEE;
}
</style>
background-color css
<style>
a { background-color: #F16EEE; }
a { background-color: rgb(241,110,238); }
div.DivClassName
{
background-color: #F16EEE;
}
.BgClassName
{
background-color: #F16EEE;
}
</style>
border-color css
<style>
span { border-color: #F16EEE; }
span { border-color: rgb(241,110,238); }
td.TdClassName
{
border-color: #F16EEE;
}
.TagClassName
{
border-color: #F16EEE;
}
</style>