Shades of Mauve #F1ACF7
Tints of Mauve #F1ACF7
RGB
CMYK
RGB Variations
Color information
#F1ACF7 (or 0xF1ACF7) is known color: Mauve. HEX triplet: F1, AC and F7. RGB value is (241,172,247). Sum of RGB (Red+Green+Blue) = 241+172+247=660 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.52% from 660); Green value is 172 (67.58% from 255 or 26.06% from 660); Blue value is 247 (96.88% from 255 or 37.42% from 660); Max value from RGB is 247 - color contains mainly: blue. Hex color #F1ACF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1ACF7 is #0E5308. Grayscale: #C8C8C8. Windows color (decimal): -938761 or 16231665. OLE color: 16231665.
HSL color Cylindrical-coordinate representation of color #F1ACF7: hue angle of 295.2º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F1ACF7 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 241 | 172 | 247 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.03 |
| HSL | 295.2º | 0.82% | 0.82% | - |
| HSV(B) | 295.2º | 0.3% | 0.97% | - |
| XYZ | 67.82 | 54.92 | 95.02 | - |
| YUV | 201.18 | 153.86 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 172 | 247 | 0.02 | 0.30 | 0 | 0.03 | 295.2 | 0.82 | 0.82 |
| Hex | F1 | AC | F7 | 2 | 1E | 0 | 3 | 127 | 52 | 52 |
| Octal | 361 | 254 | 367 | 2 | 36 | 0 | 3 | 447 | 122 | 122 |
| Binary | 11110001 | 10101100 | 11110111 | 10 | 11110 | 0 | 11 | 100100111 | 1010010 | 1010010 |
Color Harmonies of #F1ACF7
Complementary color
Monochromatic Colors of #F1ACF7
Black with #F1ACF7
Text Example
Text Example
White with #F1ACF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ACF7; }
p { color: rgb(241,172,247); }
H1.HeaderClassName
{
color: #F1ACF7;
}
.AnyTagClassName
{
color: #F1ACF7;
}
</style>
background-color css
<style>
a { background-color: #F1ACF7; }
a { background-color: rgb(241,172,247); }
div.DivClassName
{
background-color: #F1ACF7;
}
.BgClassName
{
background-color: #F1ACF7;
}
</style>
border-color css
<style>
span { border-color: #F1ACF7; }
span { border-color: rgb(241,172,247); }
td.TdClassName
{
border-color: #F1ACF7;
}
.TagClassName
{
border-color: #F1ACF7;
}
</style>