Shades of Mauve #F1A5FE
Tints of Mauve #F1A5FE
RGB
CMYK
RGB Variations
Color information
#F1A5FE (or 0xF1A5FE) is known color: Mauve. HEX triplet: F1, A5 and FE. RGB value is (241,165,254). Sum of RGB (Red+Green+Blue) = 241+165+254=660 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.52% from 660); Green value is 165 (64.84% from 255 or 25% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1A5FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1A5FE is #0E5A01. Grayscale: #C5C5C5. Windows color (decimal): -940546 or 16688625. OLE color: 16688625.
HSL color Cylindrical-coordinate representation of color #F1A5FE: hue angle of 291.24º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F1A5FE is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 165 | 254 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.00 |
| HSL | 291.24º | 0.98% | 0.82% | - |
| HSV(B) | 291.24º | 0.35% | 1% | - |
| XYZ | 67.62 | 52.77 | 100.39 | - |
| YUV | 197.87 | 159.68 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 165 | 254 | 0.05 | 0.35 | 0 | 0.00 | 291.24 | 0.98 | 0.82 |
| Hex | F1 | A5 | FE | 5 | 23 | 0 | 0 | 123 | 62 | 52 |
| Octal | 361 | 245 | 376 | 5 | 43 | 0 | 0 | 443 | 142 | 122 |
| Binary | 11110001 | 10100101 | 11111110 | 101 | 100011 | 0 | 0 | 100100011 | 1100010 | 1010010 |
Color Harmonies of #F1A5FE
Complementary color
Monochromatic Colors of #F1A5FE
Black with #F1A5FE
Text Example
Text Example
White with #F1A5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A5FE; }
p { color: rgb(241,165,254); }
H1.HeaderClassName
{
color: #F1A5FE;
}
.AnyTagClassName
{
color: #F1A5FE;
}
</style>
background-color css
<style>
a { background-color: #F1A5FE; }
a { background-color: rgb(241,165,254); }
div.DivClassName
{
background-color: #F1A5FE;
}
.BgClassName
{
background-color: #F1A5FE;
}
</style>
border-color css
<style>
span { border-color: #F1A5FE; }
span { border-color: rgb(241,165,254); }
td.TdClassName
{
border-color: #F1A5FE;
}
.TagClassName
{
border-color: #F1A5FE;
}
</style>