Shades of Mauve #F2A7FA
Tints of Mauve #F2A7FA
RGB
CMYK
RGB Variations
Color information
#F2A7FA (or 0xF2A7FA) is known color: Mauve. HEX triplet: F2, A7 and FA. RGB value is (242,167,250). Sum of RGB (Red+Green+Blue) = 242+167+250=659 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.72% from 659); Green value is 167 (65.62% from 255 or 25.34% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 250 - color contains mainly: blue. Hex color #F2A7FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A7FA is #0D5805. Grayscale: #C6C6C6. Windows color (decimal): -874502 or 16426994. OLE color: 16426994.
HSL color Cylindrical-coordinate representation of color #F2A7FA: hue angle of 294.22º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F2A7FA is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 167 | 250 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.02 |
| HSL | 294.22º | 0.89% | 0.82% | - |
| HSV(B) | 294.22º | 0.33% | 0.98% | - |
| XYZ | 67.69 | 53.42 | 97.19 | - |
| YUV | 198.89 | 156.85 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 167 | 250 | 0.03 | 0.33 | 0 | 0.02 | 294.22 | 0.89 | 0.82 |
| Hex | F2 | A7 | FA | 3 | 21 | 0 | 2 | 126 | 59 | 52 |
| Octal | 362 | 247 | 372 | 3 | 41 | 0 | 2 | 446 | 131 | 122 |
| Binary | 11110010 | 10100111 | 11111010 | 11 | 100001 | 0 | 10 | 100100110 | 1011001 | 1010010 |
Color Harmonies of #F2A7FA
Complementary color
Monochromatic Colors of #F2A7FA
Black with #F2A7FA
Text Example
Text Example
White with #F2A7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A7FA; }
p { color: rgb(242,167,250); }
H1.HeaderClassName
{
color: #F2A7FA;
}
.AnyTagClassName
{
color: #F2A7FA;
}
</style>
background-color css
<style>
a { background-color: #F2A7FA; }
a { background-color: rgb(242,167,250); }
div.DivClassName
{
background-color: #F2A7FA;
}
.BgClassName
{
background-color: #F2A7FA;
}
</style>
border-color css
<style>
span { border-color: #F2A7FA; }
span { border-color: rgb(242,167,250); }
td.TdClassName
{
border-color: #F2A7FA;
}
.TagClassName
{
border-color: #F2A7FA;
}
</style>