Shades of Mauve #F1A7FE
Tints of Mauve #F1A7FE
RGB
CMYK
RGB Variations
Color information
#F1A7FE (or 0xF1A7FE) is known color: Mauve. HEX triplet: F1, A7 and FE. RGB value is (241,167,254). Sum of RGB (Red+Green+Blue) = 241+167+254=662 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.40% from 662); Green value is 167 (65.62% from 255 or 25.23% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1A7FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1A7FE is #0E5801. Grayscale: #C6C6C6. Windows color (decimal): -940034 or 16689137. OLE color: 16689137.
HSL color Cylindrical-coordinate representation of color #F1A7FE: hue angle of 291.03º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F1A7FE is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 167 | 254 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.00 |
| HSL | 291.03º | 0.98% | 0.83% | - |
| HSV(B) | 291.03º | 0.34% | 1% | - |
| XYZ | 67.98 | 53.49 | 100.51 | - |
| YUV | 199.04 | 159.02 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 167 | 254 | 0.05 | 0.34 | 0 | 0.00 | 291.03 | 0.98 | 0.83 |
| Hex | F1 | A7 | FE | 5 | 22 | 0 | 0 | 123 | 62 | 53 |
| Octal | 361 | 247 | 376 | 5 | 42 | 0 | 0 | 443 | 142 | 123 |
| Binary | 11110001 | 10100111 | 11111110 | 101 | 100010 | 0 | 0 | 100100011 | 1100010 | 1010011 |
Color Harmonies of #F1A7FE
Complementary color
Monochromatic Colors of #F1A7FE
Black with #F1A7FE
Text Example
Text Example
White with #F1A7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A7FE; }
p { color: rgb(241,167,254); }
H1.HeaderClassName
{
color: #F1A7FE;
}
.AnyTagClassName
{
color: #F1A7FE;
}
</style>
background-color css
<style>
a { background-color: #F1A7FE; }
a { background-color: rgb(241,167,254); }
div.DivClassName
{
background-color: #F1A7FE;
}
.BgClassName
{
background-color: #F1A7FE;
}
</style>
border-color css
<style>
span { border-color: #F1A7FE; }
span { border-color: rgb(241,167,254); }
td.TdClassName
{
border-color: #F1A7FE;
}
.TagClassName
{
border-color: #F1A7FE;
}
</style>