Shades of Mauve #F2A0FF
Tints of Mauve #F2A0FF
RGB
CMYK
RGB Variations
Color information
#F2A0FF (or 0xF2A0FF) is known color: Mauve. HEX triplet: F2, A0 and FF. RGB value is (242,160,255). Sum of RGB (Red+Green+Blue) = 242+160+255=657 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.83% from 657); Green value is 160 (62.89% from 255 or 24.35% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2A0FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A0FF is #0D5F00. Grayscale: #C3C3C3. Windows color (decimal): -876289 or 16752882. OLE color: 16752882.
HSL color Cylindrical-coordinate representation of color #F2A0FF: hue angle of 291.79º 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 #F2A0FF is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 160 | 255 | - |
| CMYK | 0.05 | 0.37 | 0 | 0 |
| HSL | 291.79º | 1% | 0.81% | - |
| HSV(B) | 291.79º | 0.37% | 1% | - |
| XYZ | 67.24 | 51.24 | 100.95 | - |
| YUV | 195.35 | 161.67 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 160 | 255 | 0.05 | 0.37 | 0 | 0 | 291.79 | 1 | 0.81 |
| Hex | F2 | A0 | FF | 5 | 25 | 0 | 0 | 124 | 64 | 51 |
| Octal | 362 | 240 | 377 | 5 | 45 | 0 | 0 | 444 | 144 | 121 |
| Binary | 11110010 | 10100000 | 11111111 | 101 | 100101 | 0 | 0 | 100100100 | 1100100 | 1010001 |
Color Harmonies of #F2A0FF
Complementary color
Monochromatic Colors of #F2A0FF
Black with #F2A0FF
Text Example
Text Example
White with #F2A0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A0FF; }
p { color: rgb(242,160,255); }
H1.HeaderClassName
{
color: #F2A0FF;
}
.AnyTagClassName
{
color: #F2A0FF;
}
</style>
background-color css
<style>
a { background-color: #F2A0FF; }
a { background-color: rgb(242,160,255); }
div.DivClassName
{
background-color: #F2A0FF;
}
.BgClassName
{
background-color: #F2A0FF;
}
</style>
border-color css
<style>
span { border-color: #F2A0FF; }
span { border-color: rgb(242,160,255); }
td.TdClassName
{
border-color: #F2A0FF;
}
.TagClassName
{
border-color: #F2A0FF;
}
</style>