Shades of Mauve #F19EFF
Tints of Mauve #F19EFF
RGB
CMYK
RGB Variations
Color information
#F19EFF (or 0xF19EFF) is known color: Mauve. HEX triplet: F1, 9E and FF. RGB value is (241,158,255). Sum of RGB (Red+Green+Blue) = 241+158+255=654 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.85% from 654); Green value is 158 (62.11% from 255 or 24.16% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #F19EFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19EFF is #0E6100. Grayscale: #C1C1C1. Windows color (decimal): -942337 or 16752369. OLE color: 16752369.
HSL color Cylindrical-coordinate representation of color #F19EFF: hue angle of 291.34º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F19EFF is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 158 | 255 | - |
| CMYK | 0.05 | 0.38 | 0 | 0 |
| HSL | 291.34º | 1% | 0.81% | - |
| HSV(B) | 291.34º | 0.38% | 1% | - |
| XYZ | 66.55 | 50.37 | 100.82 | - |
| YUV | 193.88 | 162.5 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 158 | 255 | 0.05 | 0.38 | 0 | 0 | 291.34 | 1 | 0.81 |
| Hex | F1 | 9E | FF | 5 | 26 | 0 | 0 | 123 | 64 | 51 |
| Octal | 361 | 236 | 377 | 5 | 46 | 0 | 0 | 443 | 144 | 121 |
| Binary | 11110001 | 10011110 | 11111111 | 101 | 100110 | 0 | 0 | 100100011 | 1100100 | 1010001 |
Color Harmonies of #F19EFF
Complementary color
Monochromatic Colors of #F19EFF
Black with #F19EFF
Text Example
Text Example
White with #F19EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19EFF; }
p { color: rgb(241,158,255); }
H1.HeaderClassName
{
color: #F19EFF;
}
.AnyTagClassName
{
color: #F19EFF;
}
</style>
background-color css
<style>
a { background-color: #F19EFF; }
a { background-color: rgb(241,158,255); }
div.DivClassName
{
background-color: #F19EFF;
}
.BgClassName
{
background-color: #F19EFF;
}
</style>
border-color css
<style>
span { border-color: #F19EFF; }
span { border-color: rgb(241,158,255); }
td.TdClassName
{
border-color: #F19EFF;
}
.TagClassName
{
border-color: #F19EFF;
}
</style>