Shades of Mauve #F2A1FB
Tints of Mauve #F2A1FB
RGB
CMYK
RGB Variations
Color information
#F2A1FB (or 0xF2A1FB) is known color: Mauve. HEX triplet: F2, A1 and FB. RGB value is (242,161,251). Sum of RGB (Red+Green+Blue) = 242+161+251=654 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.00% from 654); Green value is 161 (63.28% from 255 or 24.62% from 654); Blue value is 251 (98.44% from 255 or 38.38% from 654); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2A1FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A1FB is #0D5E04. Grayscale: #C3C3C3. Windows color (decimal): -876037 or 16490994. OLE color: 16490994.
HSL color Cylindrical-coordinate representation of color #F2A1FB: hue angle of 294º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F2A1FB is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 161 | 251 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.02 |
| HSL | 294º | 0.92% | 0.81% | - |
| HSV(B) | 294º | 0.36% | 0.98% | - |
| XYZ | 66.78 | 51.33 | 97.66 | - |
| YUV | 195.48 | 159.34 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 161 | 251 | 0.04 | 0.36 | 0 | 0.02 | 294 | 0.92 | 0.81 |
| Hex | F2 | A1 | FB | 4 | 24 | 0 | 2 | 126 | 5C | 51 |
| Octal | 362 | 241 | 373 | 4 | 44 | 0 | 2 | 446 | 134 | 121 |
| Binary | 11110010 | 10100001 | 11111011 | 100 | 100100 | 0 | 10 | 100100110 | 1011100 | 1010001 |
Color Harmonies of #F2A1FB
Complementary color
Monochromatic Colors of #F2A1FB
Black with #F2A1FB
Text Example
Text Example
White with #F2A1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A1FB; }
p { color: rgb(242,161,251); }
H1.HeaderClassName
{
color: #F2A1FB;
}
.AnyTagClassName
{
color: #F2A1FB;
}
</style>
background-color css
<style>
a { background-color: #F2A1FB; }
a { background-color: rgb(242,161,251); }
div.DivClassName
{
background-color: #F2A1FB;
}
.BgClassName
{
background-color: #F2A1FB;
}
</style>
border-color css
<style>
span { border-color: #F2A1FB; }
span { border-color: rgb(242,161,251); }
td.TdClassName
{
border-color: #F2A1FB;
}
.TagClassName
{
border-color: #F2A1FB;
}
</style>