Shades of Mauve #F2A2FF
Tints of Mauve #F2A2FF
RGB
CMYK
RGB Variations
Color information
#F2A2FF (or 0xF2A2FF) is known color: Mauve. HEX triplet: F2, A2 and FF. RGB value is (242,162,255). Sum of RGB (Red+Green+Blue) = 242+162+255=659 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.72% from 659); Green value is 162 (63.67% from 255 or 24.58% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2A2FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A2FF is #0D5D00. Grayscale: #C4C4C4. Windows color (decimal): -875777 or 16753394. OLE color: 16753394.
HSL color Cylindrical-coordinate representation of color #F2A2FF: hue angle of 291.61º 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 #F2A2FF is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 162 | 255 | - |
| CMYK | 0.05 | 0.36 | 0 | 0 |
| HSL | 291.61º | 1% | 0.82% | - |
| HSV(B) | 291.61º | 0.36% | 1% | - |
| XYZ | 67.59 | 51.94 | 101.07 | - |
| YUV | 196.52 | 161 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 162 | 255 | 0.05 | 0.36 | 0 | 0 | 291.61 | 1 | 0.82 |
| Hex | F2 | A2 | FF | 5 | 24 | 0 | 0 | 124 | 64 | 52 |
| Octal | 362 | 242 | 377 | 5 | 44 | 0 | 0 | 444 | 144 | 122 |
| Binary | 11110010 | 10100010 | 11111111 | 101 | 100100 | 0 | 0 | 100100100 | 1100100 | 1010010 |
Color Harmonies of #F2A2FF
Complementary color
Monochromatic Colors of #F2A2FF
Black with #F2A2FF
Text Example
Text Example
White with #F2A2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A2FF; }
p { color: rgb(242,162,255); }
H1.HeaderClassName
{
color: #F2A2FF;
}
.AnyTagClassName
{
color: #F2A2FF;
}
</style>
background-color css
<style>
a { background-color: #F2A2FF; }
a { background-color: rgb(242,162,255); }
div.DivClassName
{
background-color: #F2A2FF;
}
.BgClassName
{
background-color: #F2A2FF;
}
</style>
border-color css
<style>
span { border-color: #F2A2FF; }
span { border-color: rgb(242,162,255); }
td.TdClassName
{
border-color: #F2A2FF;
}
.TagClassName
{
border-color: #F2A2FF;
}
</style>