Shades of Mauve #F5A0FF
Tints of Mauve #F5A0FF
RGB
CMYK
RGB Variations
Color information
#F5A0FF (or 0xF5A0FF) is known color: Mauve. HEX triplet: F5, A0 and FF. RGB value is (245,160,255). Sum of RGB (Red+Green+Blue) = 245+160+255=660 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.12% from 660); Green value is 160 (62.89% from 255 or 24.24% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5A0FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5A0FF is #0A5F00. Grayscale: #C3C3C3. Windows color (decimal): -679681 or 16752885. OLE color: 16752885.
HSL color Cylindrical-coordinate representation of color #F5A0FF: hue angle of 293.68º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F5A0FF is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 160 | 255 | - |
| CMYK | 0.04 | 0.37 | 0 | 0 |
| HSL | 293.68º | 1% | 0.81% | - |
| HSV(B) | 293.68º | 0.37% | 1% | - |
| XYZ | 68.28 | 51.77 | 101 | - |
| YUV | 196.25 | 161.16 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 160 | 255 | 0.04 | 0.37 | 0 | 0 | 293.68 | 1 | 0.81 |
| Hex | F5 | A0 | FF | 4 | 25 | 0 | 0 | 126 | 64 | 51 |
| Octal | 365 | 240 | 377 | 4 | 45 | 0 | 0 | 446 | 144 | 121 |
| Binary | 11110101 | 10100000 | 11111111 | 100 | 100101 | 0 | 0 | 100100110 | 1100100 | 1010001 |
Color Harmonies of #F5A0FF
Complementary color
Monochromatic Colors of #F5A0FF
Black with #F5A0FF
Text Example
Text Example
White with #F5A0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A0FF; }
p { color: rgb(245,160,255); }
H1.HeaderClassName
{
color: #F5A0FF;
}
.AnyTagClassName
{
color: #F5A0FF;
}
</style>
background-color css
<style>
a { background-color: #F5A0FF; }
a { background-color: rgb(245,160,255); }
div.DivClassName
{
background-color: #F5A0FF;
}
.BgClassName
{
background-color: #F5A0FF;
}
</style>
border-color css
<style>
span { border-color: #F5A0FF; }
span { border-color: rgb(245,160,255); }
td.TdClassName
{
border-color: #F5A0FF;
}
.TagClassName
{
border-color: #F5A0FF;
}
</style>