Shades of Violet #F18EEE
Tints of Violet #F18EEE
RGB
CMYK
RGB Variations
Color information
#F18EEE (or 0xF18EEE) is known color: Violet. HEX triplet: F1, 8E and EE. RGB value is (241,142,238). Sum of RGB (Red+Green+Blue) = 241+142+238=621 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.81% from 621); Green value is 142 (55.86% from 255 or 22.87% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 241 - color contains mainly: red. Hex color #F18EEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18EEE is #0E7111. Grayscale: #B6B6B6. Windows color (decimal): -946450 or 15634161. OLE color: 15634161.
HSL color Cylindrical-coordinate representation of color #F18EEE: hue angle of 301.82º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F18EEE is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 142 | 238 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.05 |
| HSL | 301.82º | 0.78% | 0.75% | - |
| HSV(B) | 301.82º | 0.41% | 0.95% | - |
| XYZ | 61.38 | 44.22 | 86.19 | - |
| YUV | 182.55 | 159.3 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 142 | 238 | 0 | 0.41 | 0.01 | 0.05 | 301.82 | 0.78 | 0.75 |
| Hex | F1 | 8E | EE | 0 | 29 | 1 | 5 | 12E | 4E | 4B |
| Octal | 361 | 216 | 356 | 0 | 51 | 1 | 5 | 456 | 116 | 113 |
| Binary | 11110001 | 10001110 | 11101110 | 0 | 101001 | 1 | 101 | 100101110 | 1001110 | 1001011 |
Color Harmonies of #F18EEE
Complementary color
Monochromatic Colors of #F18EEE
Black with #F18EEE
Text Example
Text Example
White with #F18EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18EEE; }
p { color: rgb(241,142,238); }
H1.HeaderClassName
{
color: #F18EEE;
}
.AnyTagClassName
{
color: #F18EEE;
}
</style>
background-color css
<style>
a { background-color: #F18EEE; }
a { background-color: rgb(241,142,238); }
div.DivClassName
{
background-color: #F18EEE;
}
.BgClassName
{
background-color: #F18EEE;
}
</style>
border-color css
<style>
span { border-color: #F18EEE; }
span { border-color: rgb(241,142,238); }
td.TdClassName
{
border-color: #F18EEE;
}
.TagClassName
{
border-color: #F18EEE;
}
</style>