Shades of Mauve #F2A2FE
Tints of Mauve #F2A2FE
RGB
CMYK
RGB Variations
Color information
#F2A2FE (or 0xF2A2FE) is known color: Mauve. HEX triplet: F2, A2 and FE. RGB value is (242,162,254). Sum of RGB (Red+Green+Blue) = 242+162+254=658 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.78% from 658); Green value is 162 (63.67% from 255 or 24.62% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2A2FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A2FE is #0D5D01. Grayscale: #C4C4C4. Windows color (decimal): -875778 or 16687858. OLE color: 16687858.
HSL color Cylindrical-coordinate representation of color #F2A2FE: hue angle of 292.17º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F2A2FE is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 162 | 254 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.00 |
| HSL | 292.17º | 0.98% | 0.82% | - |
| HSV(B) | 292.17º | 0.36% | 1% | - |
| XYZ | 67.43 | 51.87 | 100.22 | - |
| YUV | 196.41 | 160.5 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 162 | 254 | 0.05 | 0.36 | 0 | 0.00 | 292.17 | 0.98 | 0.82 |
| Hex | F2 | A2 | FE | 5 | 24 | 0 | 0 | 124 | 62 | 52 |
| Octal | 362 | 242 | 376 | 5 | 44 | 0 | 0 | 444 | 142 | 122 |
| Binary | 11110010 | 10100010 | 11111110 | 101 | 100100 | 0 | 0 | 100100100 | 1100010 | 1010010 |
Color Harmonies of #F2A2FE
Complementary color
Monochromatic Colors of #F2A2FE
Black with #F2A2FE
Text Example
Text Example
White with #F2A2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A2FE; }
p { color: rgb(242,162,254); }
H1.HeaderClassName
{
color: #F2A2FE;
}
.AnyTagClassName
{
color: #F2A2FE;
}
</style>
background-color css
<style>
a { background-color: #F2A2FE; }
a { background-color: rgb(242,162,254); }
div.DivClassName
{
background-color: #F2A2FE;
}
.BgClassName
{
background-color: #F2A2FE;
}
</style>
border-color css
<style>
span { border-color: #F2A2FE; }
span { border-color: rgb(242,162,254); }
td.TdClassName
{
border-color: #F2A2FE;
}
.TagClassName
{
border-color: #F2A2FE;
}
</style>