Shades of Mauve #F2A0FD
Tints of Mauve #F2A0FD
RGB
CMYK
RGB Variations
Color information
#F2A0FD (or 0xF2A0FD) is known color: Mauve. HEX triplet: F2, A0 and FD. RGB value is (242,160,253). Sum of RGB (Red+Green+Blue) = 242+160+253=655 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.95% from 655); Green value is 160 (62.89% from 255 or 24.43% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2A0FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A0FD is #0D5F02. Grayscale: #C2C2C2. Windows color (decimal): -876291 or 16621810. OLE color: 16621810.
HSL color Cylindrical-coordinate representation of color #F2A0FD: hue angle of 292.9º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F2A0FD is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 160 | 253 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.01 |
| HSL | 292.9º | 0.96% | 0.81% | - |
| HSV(B) | 292.9º | 0.37% | 0.99% | - |
| XYZ | 66.92 | 51.11 | 99.27 | - |
| YUV | 195.12 | 160.67 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 160 | 253 | 0.04 | 0.37 | 0 | 0.01 | 292.9 | 0.96 | 0.81 |
| Hex | F2 | A0 | FD | 4 | 25 | 0 | 1 | 125 | 60 | 51 |
| Octal | 362 | 240 | 375 | 4 | 45 | 0 | 1 | 445 | 140 | 121 |
| Binary | 11110010 | 10100000 | 11111101 | 100 | 100101 | 0 | 1 | 100100101 | 1100000 | 1010001 |
Color Harmonies of #F2A0FD
Complementary color
Monochromatic Colors of #F2A0FD
Black with #F2A0FD
Text Example
Text Example
White with #F2A0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A0FD; }
p { color: rgb(242,160,253); }
H1.HeaderClassName
{
color: #F2A0FD;
}
.AnyTagClassName
{
color: #F2A0FD;
}
</style>
background-color css
<style>
a { background-color: #F2A0FD; }
a { background-color: rgb(242,160,253); }
div.DivClassName
{
background-color: #F2A0FD;
}
.BgClassName
{
background-color: #F2A0FD;
}
</style>
border-color css
<style>
span { border-color: #F2A0FD; }
span { border-color: rgb(242,160,253); }
td.TdClassName
{
border-color: #F2A0FD;
}
.TagClassName
{
border-color: #F2A0FD;
}
</style>