Shades of Mauve #F1A9FE
Tints of Mauve #F1A9FE
RGB
CMYK
RGB Variations
Color information
#F1A9FE (or 0xF1A9FE) is known color: Mauve. HEX triplet: F1, A9 and FE. RGB value is (241,169,254). Sum of RGB (Red+Green+Blue) = 241+169+254=664 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.30% from 664); Green value is 169 (66.41% from 255 or 25.45% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1A9FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1A9FE is #0E5601. Grayscale: #C7C7C7. Windows color (decimal): -939522 or 16689649. OLE color: 16689649.
HSL color Cylindrical-coordinate representation of color #F1A9FE: hue angle of 290.82º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F1A9FE is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 169 | 254 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.00 |
| HSL | 290.82º | 0.98% | 0.83% | - |
| HSV(B) | 290.82º | 0.33% | 1% | - |
| XYZ | 68.35 | 54.23 | 100.63 | - |
| YUV | 200.22 | 158.35 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 169 | 254 | 0.05 | 0.33 | 0 | 0.00 | 290.82 | 0.98 | 0.83 |
| Hex | F1 | A9 | FE | 5 | 21 | 0 | 0 | 123 | 62 | 53 |
| Octal | 361 | 251 | 376 | 5 | 41 | 0 | 0 | 443 | 142 | 123 |
| Binary | 11110001 | 10101001 | 11111110 | 101 | 100001 | 0 | 0 | 100100011 | 1100010 | 1010011 |
Color Harmonies of #F1A9FE
Complementary color
Monochromatic Colors of #F1A9FE
Black with #F1A9FE
Text Example
Text Example
White with #F1A9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A9FE; }
p { color: rgb(241,169,254); }
H1.HeaderClassName
{
color: #F1A9FE;
}
.AnyTagClassName
{
color: #F1A9FE;
}
</style>
background-color css
<style>
a { background-color: #F1A9FE; }
a { background-color: rgb(241,169,254); }
div.DivClassName
{
background-color: #F1A9FE;
}
.BgClassName
{
background-color: #F1A9FE;
}
</style>
border-color css
<style>
span { border-color: #F1A9FE; }
span { border-color: rgb(241,169,254); }
td.TdClassName
{
border-color: #F1A9FE;
}
.TagClassName
{
border-color: #F1A9FE;
}
</style>