Shades of Mauve #F5A1FF
Tints of Mauve #F5A1FF
RGB
CMYK
RGB Variations
Color information
#F5A1FF (or 0xF5A1FF) is known color: Mauve. HEX triplet: F5, A1 and FF. RGB value is (245,161,255). Sum of RGB (Red+Green+Blue) = 245+161+255=661 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.07% from 661); Green value is 161 (63.28% from 255 or 24.36% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5A1FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5A1FF is #0A5E00. Grayscale: #C4C4C4. Windows color (decimal): -679425 or 16753141. OLE color: 16753141.
HSL color Cylindrical-coordinate representation of color #F5A1FF: hue angle of 293.62º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F5A1FF is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 161 | 255 | - |
| CMYK | 0.04 | 0.37 | 0 | 0 |
| HSL | 293.62º | 1% | 0.82% | - |
| HSV(B) | 293.62º | 0.37% | 1% | - |
| XYZ | 68.45 | 52.12 | 101.06 | - |
| YUV | 196.83 | 160.83 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 161 | 255 | 0.04 | 0.37 | 0 | 0 | 293.62 | 1 | 0.82 |
| Hex | F5 | A1 | FF | 4 | 25 | 0 | 0 | 126 | 64 | 52 |
| Octal | 365 | 241 | 377 | 4 | 45 | 0 | 0 | 446 | 144 | 122 |
| Binary | 11110101 | 10100001 | 11111111 | 100 | 100101 | 0 | 0 | 100100110 | 1100100 | 1010010 |
Color Harmonies of #F5A1FF
Complementary color
Monochromatic Colors of #F5A1FF
Black with #F5A1FF
Text Example
Text Example
White with #F5A1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A1FF; }
p { color: rgb(245,161,255); }
H1.HeaderClassName
{
color: #F5A1FF;
}
.AnyTagClassName
{
color: #F5A1FF;
}
</style>
background-color css
<style>
a { background-color: #F5A1FF; }
a { background-color: rgb(245,161,255); }
div.DivClassName
{
background-color: #F5A1FF;
}
.BgClassName
{
background-color: #F5A1FF;
}
</style>
border-color css
<style>
span { border-color: #F5A1FF; }
span { border-color: rgb(245,161,255); }
td.TdClassName
{
border-color: #F5A1FF;
}
.TagClassName
{
border-color: #F5A1FF;
}
</style>