Shades of Violet #F191EE
Tints of Violet #F191EE
RGB
CMYK
RGB Variations
Color information
#F191EE (or 0xF191EE) is known color: Violet. HEX triplet: F1, 91 and EE. RGB value is (241,145,238). Sum of RGB (Red+Green+Blue) = 241+145+238=624 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.62% from 624); Green value is 145 (57.03% from 255 or 23.24% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 241 - color contains mainly: red. Hex color #F191EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F191EE is #0E6E11. Grayscale: #B8B8B8. Windows color (decimal): -945682 or 15634929. OLE color: 15634929.
HSL color Cylindrical-coordinate representation of color #F191EE: hue angle of 301.88º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F191EE is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 145 | 238 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.05 |
| HSL | 301.88º | 0.77% | 0.76% | - |
| HSV(B) | 301.88º | 0.4% | 0.95% | - |
| XYZ | 61.83 | 45.12 | 86.34 | - |
| YUV | 184.31 | 158.3 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 145 | 238 | 0 | 0.40 | 0.01 | 0.05 | 301.88 | 0.77 | 0.76 |
| Hex | F1 | 91 | EE | 0 | 28 | 1 | 5 | 12E | 4D | 4C |
| Octal | 361 | 221 | 356 | 0 | 50 | 1 | 5 | 456 | 115 | 114 |
| Binary | 11110001 | 10010001 | 11101110 | 0 | 101000 | 1 | 101 | 100101110 | 1001101 | 1001100 |
Color Harmonies of #F191EE
Complementary color
Monochromatic Colors of #F191EE
Black with #F191EE
Text Example
Text Example
White with #F191EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F191EE; }
p { color: rgb(241,145,238); }
H1.HeaderClassName
{
color: #F191EE;
}
.AnyTagClassName
{
color: #F191EE;
}
</style>
background-color css
<style>
a { background-color: #F191EE; }
a { background-color: rgb(241,145,238); }
div.DivClassName
{
background-color: #F191EE;
}
.BgClassName
{
background-color: #F191EE;
}
</style>
border-color css
<style>
span { border-color: #F191EE; }
span { border-color: rgb(241,145,238); }
td.TdClassName
{
border-color: #F191EE;
}
.TagClassName
{
border-color: #F191EE;
}
</style>