Shades of Mauve #F1A3FA
Tints of Mauve #F1A3FA
RGB
CMYK
RGB Variations
Color information
#F1A3FA (or 0xF1A3FA) is known color: Mauve. HEX triplet: F1, A3 and FA. RGB value is (241,163,250). Sum of RGB (Red+Green+Blue) = 241+163+250=654 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.85% from 654); Green value is 163 (64.06% from 255 or 24.92% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #F1A3FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1A3FA is #0E5C05. Grayscale: #C3C3C3. Windows color (decimal): -941062 or 16425969. OLE color: 16425969.
HSL color Cylindrical-coordinate representation of color #F1A3FA: hue angle of 293.79º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F1A3FA is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 163 | 250 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.02 |
| HSL | 293.79º | 0.9% | 0.81% | - |
| HSV(B) | 293.79º | 0.35% | 0.98% | - |
| XYZ | 66.63 | 51.8 | 96.93 | - |
| YUV | 196.24 | 158.34 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 163 | 250 | 0.04 | 0.35 | 0 | 0.02 | 293.79 | 0.9 | 0.81 |
| Hex | F1 | A3 | FA | 4 | 23 | 0 | 2 | 126 | 5A | 51 |
| Octal | 361 | 243 | 372 | 4 | 43 | 0 | 2 | 446 | 132 | 121 |
| Binary | 11110001 | 10100011 | 11111010 | 100 | 100011 | 0 | 10 | 100100110 | 1011010 | 1010001 |
Color Harmonies of #F1A3FA
Complementary color
Monochromatic Colors of #F1A3FA
Black with #F1A3FA
Text Example
Text Example
White with #F1A3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A3FA; }
p { color: rgb(241,163,250); }
H1.HeaderClassName
{
color: #F1A3FA;
}
.AnyTagClassName
{
color: #F1A3FA;
}
</style>
background-color css
<style>
a { background-color: #F1A3FA; }
a { background-color: rgb(241,163,250); }
div.DivClassName
{
background-color: #F1A3FA;
}
.BgClassName
{
background-color: #F1A3FA;
}
</style>
border-color css
<style>
span { border-color: #F1A3FA; }
span { border-color: rgb(241,163,250); }
td.TdClassName
{
border-color: #F1A3FA;
}
.TagClassName
{
border-color: #F1A3FA;
}
</style>