Shades of Violet #F191EF
Tints of Violet #F191EF
RGB
CMYK
RGB Variations
Color information
#F191EF (or 0xF191EF) is known color: Violet. HEX triplet: F1, 91 and EF. RGB value is (241,145,239). Sum of RGB (Red+Green+Blue) = 241+145+239=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 145 (57.03% from 255 or 23.2% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F191EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F191EF is #0E6E10. Grayscale: #B8B8B8. Windows color (decimal): -945681 or 15700465. OLE color: 15700465.
HSL color Cylindrical-coordinate representation of color #F191EF: hue angle of 301.25º 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 #F191EF is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 145 | 239 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.05 |
| HSL | 301.25º | 0.77% | 0.76% | - |
| HSV(B) | 301.25º | 0.4% | 0.95% | - |
| XYZ | 61.98 | 45.18 | 87.12 | - |
| YUV | 184.42 | 158.8 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 145 | 239 | 0 | 0.40 | 0.01 | 0.05 | 301.25 | 0.77 | 0.76 |
| Hex | F1 | 91 | EF | 0 | 28 | 1 | 5 | 12D | 4D | 4C |
| Octal | 361 | 221 | 357 | 0 | 50 | 1 | 5 | 455 | 115 | 114 |
| Binary | 11110001 | 10010001 | 11101111 | 0 | 101000 | 1 | 101 | 100101101 | 1001101 | 1001100 |
Color Harmonies of #F191EF
Complementary color
Monochromatic Colors of #F191EF
Black with #F191EF
Text Example
Text Example
White with #F191EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F191EF; }
p { color: rgb(241,145,239); }
H1.HeaderClassName
{
color: #F191EF;
}
.AnyTagClassName
{
color: #F191EF;
}
</style>
background-color css
<style>
a { background-color: #F191EF; }
a { background-color: rgb(241,145,239); }
div.DivClassName
{
background-color: #F191EF;
}
.BgClassName
{
background-color: #F191EF;
}
</style>
border-color css
<style>
span { border-color: #F191EF; }
span { border-color: rgb(241,145,239); }
td.TdClassName
{
border-color: #F191EF;
}
.TagClassName
{
border-color: #F191EF;
}
</style>