Shades of Mauve #F2A2FC
Tints of Mauve #F2A2FC
RGB
CMYK
RGB Variations
Color information
#F2A2FC (or 0xF2A2FC) is known color: Mauve. HEX triplet: F2, A2 and FC. RGB value is (242,162,252). Sum of RGB (Red+Green+Blue) = 242+162+252=656 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.89% from 656); Green value is 162 (63.67% from 255 or 24.70% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2A2FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A2FC is #0D5D03. Grayscale: #C3C3C3. Windows color (decimal): -875780 or 16556786. OLE color: 16556786.
HSL color Cylindrical-coordinate representation of color #F2A2FC: hue angle of 293.33º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F2A2FC is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 162 | 252 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.01 |
| HSL | 293.33º | 0.94% | 0.81% | - |
| HSV(B) | 293.33º | 0.36% | 0.99% | - |
| XYZ | 67.11 | 51.75 | 98.55 | - |
| YUV | 196.18 | 159.5 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 162 | 252 | 0.04 | 0.36 | 0 | 0.01 | 293.33 | 0.94 | 0.81 |
| Hex | F2 | A2 | FC | 4 | 24 | 0 | 1 | 125 | 5E | 51 |
| Octal | 362 | 242 | 374 | 4 | 44 | 0 | 1 | 445 | 136 | 121 |
| Binary | 11110010 | 10100010 | 11111100 | 100 | 100100 | 0 | 1 | 100100101 | 1011110 | 1010001 |
Color Harmonies of #F2A2FC
Complementary color
Monochromatic Colors of #F2A2FC
Black with #F2A2FC
Text Example
Text Example
White with #F2A2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A2FC; }
p { color: rgb(242,162,252); }
H1.HeaderClassName
{
color: #F2A2FC;
}
.AnyTagClassName
{
color: #F2A2FC;
}
</style>
background-color css
<style>
a { background-color: #F2A2FC; }
a { background-color: rgb(242,162,252); }
div.DivClassName
{
background-color: #F2A2FC;
}
.BgClassName
{
background-color: #F2A2FC;
}
</style>
border-color css
<style>
span { border-color: #F2A2FC; }
span { border-color: rgb(242,162,252); }
td.TdClassName
{
border-color: #F2A2FC;
}
.TagClassName
{
border-color: #F2A2FC;
}
</style>