Shades of Violet #F191EC
Tints of Violet #F191EC
RGB
CMYK
RGB Variations
Color information
#F191EC (or 0xF191EC) is known color: Violet. HEX triplet: F1, 91 and EC. RGB value is (241,145,236). Sum of RGB (Red+Green+Blue) = 241+145+236=622 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.75% from 622); Green value is 145 (57.03% from 255 or 23.31% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 241 - color contains mainly: red. Hex color #F191EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F191EC is #0E6E13. Grayscale: #B7B7B7. Windows color (decimal): -945684 or 15503857. OLE color: 15503857.
HSL color Cylindrical-coordinate representation of color #F191EC: hue angle of 303.12º 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 #F191EC is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 145 | 236 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.05 |
| HSL | 303.13º | 0.77% | 0.76% | - |
| HSV(B) | 303.13º | 0.4% | 0.95% | - |
| XYZ | 61.54 | 45.01 | 84.8 | - |
| YUV | 184.08 | 157.3 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 145 | 236 | 0 | 0.40 | 0.02 | 0.05 | 303.13 | 0.77 | 0.76 |
| Hex | F1 | 91 | EC | 0 | 28 | 2 | 5 | 12F | 4D | 4C |
| Octal | 361 | 221 | 354 | 0 | 50 | 2 | 5 | 457 | 115 | 114 |
| Binary | 11110001 | 10010001 | 11101100 | 0 | 101000 | 10 | 101 | 100101111 | 1001101 | 1001100 |
Color Harmonies of #F191EC
Complementary color
Monochromatic Colors of #F191EC
Black with #F191EC
Text Example
Text Example
White with #F191EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F191EC; }
p { color: rgb(241,145,236); }
H1.HeaderClassName
{
color: #F191EC;
}
.AnyTagClassName
{
color: #F191EC;
}
</style>
background-color css
<style>
a { background-color: #F191EC; }
a { background-color: rgb(241,145,236); }
div.DivClassName
{
background-color: #F191EC;
}
.BgClassName
{
background-color: #F191EC;
}
</style>
border-color css
<style>
span { border-color: #F191EC; }
span { border-color: rgb(241,145,236); }
td.TdClassName
{
border-color: #F191EC;
}
.TagClassName
{
border-color: #F191EC;
}
</style>