Shades of Mauve #F7A5FF
Tints of Mauve #F7A5FF
RGB
CMYK
RGB Variations
Color information
#F7A5FF (or 0xF7A5FF) is known color: Mauve. HEX triplet: F7, A5 and FF. RGB value is (247,165,255). Sum of RGB (Red+Green+Blue) = 247+165+255=667 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.03% from 667); Green value is 165 (64.84% from 255 or 24.74% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7A5FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7A5FF is #085A00. Grayscale: #C7C7C7. Windows color (decimal): -547329 or 16754167. OLE color: 16754167.
HSL color Cylindrical-coordinate representation of color #F7A5FF: hue angle of 294.67º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F7A5FF is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 165 | 255 | - |
| CMYK | 0.03 | 0.35 | 0 | 0 |
| HSL | 294.67º | 1% | 0.82% | - |
| HSV(B) | 294.67º | 0.35% | 1% | - |
| XYZ | 69.86 | 53.9 | 101.33 | - |
| YUV | 199.78 | 159.17 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 165 | 255 | 0.03 | 0.35 | 0 | 0 | 294.67 | 1 | 0.82 |
| Hex | F7 | A5 | FF | 3 | 23 | 0 | 0 | 127 | 64 | 52 |
| Octal | 367 | 245 | 377 | 3 | 43 | 0 | 0 | 447 | 144 | 122 |
| Binary | 11110111 | 10100101 | 11111111 | 11 | 100011 | 0 | 0 | 100100111 | 1100100 | 1010010 |
Color Harmonies of #F7A5FF
Complementary color
Monochromatic Colors of #F7A5FF
Black with #F7A5FF
Text Example
Text Example
White with #F7A5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A5FF; }
p { color: rgb(247,165,255); }
H1.HeaderClassName
{
color: #F7A5FF;
}
.AnyTagClassName
{
color: #F7A5FF;
}
</style>
background-color css
<style>
a { background-color: #F7A5FF; }
a { background-color: rgb(247,165,255); }
div.DivClassName
{
background-color: #F7A5FF;
}
.BgClassName
{
background-color: #F7A5FF;
}
</style>
border-color css
<style>
span { border-color: #F7A5FF; }
span { border-color: rgb(247,165,255); }
td.TdClassName
{
border-color: #F7A5FF;
}
.TagClassName
{
border-color: #F7A5FF;
}
</style>