Shades of Mauve #F7A2FF
Tints of Mauve #F7A2FF
RGB
CMYK
RGB Variations
Color information
#F7A2FF (or 0xF7A2FF) is known color: Mauve. HEX triplet: F7, A2 and FF. RGB value is (247,162,255). Sum of RGB (Red+Green+Blue) = 247+162+255=664 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.20% from 664); Green value is 162 (63.67% from 255 or 24.40% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7A2FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7A2FF is #085D00. Grayscale: #C5C5C5. Windows color (decimal): -548097 or 16753399. OLE color: 16753399.
HSL color Cylindrical-coordinate representation of color #F7A2FF: hue angle of 294.84º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F7A2FF is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 162 | 255 | - |
| CMYK | 0.03 | 0.36 | 0 | 0 |
| HSL | 294.84º | 1% | 0.82% | - |
| HSV(B) | 294.84º | 0.36% | 1% | - |
| XYZ | 69.33 | 52.83 | 101.15 | - |
| YUV | 198.02 | 160.16 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 162 | 255 | 0.03 | 0.36 | 0 | 0 | 294.84 | 1 | 0.82 |
| Hex | F7 | A2 | FF | 3 | 24 | 0 | 0 | 127 | 64 | 52 |
| Octal | 367 | 242 | 377 | 3 | 44 | 0 | 0 | 447 | 144 | 122 |
| Binary | 11110111 | 10100010 | 11111111 | 11 | 100100 | 0 | 0 | 100100111 | 1100100 | 1010010 |
Color Harmonies of #F7A2FF
Complementary color
Monochromatic Colors of #F7A2FF
Black with #F7A2FF
Text Example
Text Example
White with #F7A2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A2FF; }
p { color: rgb(247,162,255); }
H1.HeaderClassName
{
color: #F7A2FF;
}
.AnyTagClassName
{
color: #F7A2FF;
}
</style>
background-color css
<style>
a { background-color: #F7A2FF; }
a { background-color: rgb(247,162,255); }
div.DivClassName
{
background-color: #F7A2FF;
}
.BgClassName
{
background-color: #F7A2FF;
}
</style>
border-color css
<style>
span { border-color: #F7A2FF; }
span { border-color: rgb(247,162,255); }
td.TdClassName
{
border-color: #F7A2FF;
}
.TagClassName
{
border-color: #F7A2FF;
}
</style>