Shades of Mauve #F1A2FE
Tints of Mauve #F1A2FE
RGB
CMYK
RGB Variations
Color information
#F1A2FE (or 0xF1A2FE) is known color: Mauve. HEX triplet: F1, A2 and FE. RGB value is (241,162,254). Sum of RGB (Red+Green+Blue) = 241+162+254=657 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.68% from 657); Green value is 162 (63.67% from 255 or 24.66% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1A2FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1A2FE is #0E5D01. Grayscale: #C3C3C3. Windows color (decimal): -941314 or 16687857. OLE color: 16687857.
HSL color Cylindrical-coordinate representation of color #F1A2FE: hue angle of 291.52º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F1A2FE is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 162 | 254 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.00 |
| HSL | 291.52º | 0.98% | 0.82% | - |
| HSV(B) | 291.52º | 0.36% | 1% | - |
| XYZ | 67.09 | 51.7 | 100.21 | - |
| YUV | 196.11 | 160.67 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 162 | 254 | 0.05 | 0.36 | 0 | 0.00 | 291.52 | 0.98 | 0.82 |
| Hex | F1 | A2 | FE | 5 | 24 | 0 | 0 | 124 | 62 | 52 |
| Octal | 361 | 242 | 376 | 5 | 44 | 0 | 0 | 444 | 142 | 122 |
| Binary | 11110001 | 10100010 | 11111110 | 101 | 100100 | 0 | 0 | 100100100 | 1100010 | 1010010 |
Color Harmonies of #F1A2FE
Complementary color
Monochromatic Colors of #F1A2FE
Black with #F1A2FE
Text Example
Text Example
White with #F1A2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A2FE; }
p { color: rgb(241,162,254); }
H1.HeaderClassName
{
color: #F1A2FE;
}
.AnyTagClassName
{
color: #F1A2FE;
}
</style>
background-color css
<style>
a { background-color: #F1A2FE; }
a { background-color: rgb(241,162,254); }
div.DivClassName
{
background-color: #F1A2FE;
}
.BgClassName
{
background-color: #F1A2FE;
}
</style>
border-color css
<style>
span { border-color: #F1A2FE; }
span { border-color: rgb(241,162,254); }
td.TdClassName
{
border-color: #F1A2FE;
}
.TagClassName
{
border-color: #F1A2FE;
}
</style>