Shades of Mauve #F2A9FD
Tints of Mauve #F2A9FD
RGB
CMYK
RGB Variations
Color information
#F2A9FD (or 0xF2A9FD) is known color: Mauve. HEX triplet: F2, A9 and FD. RGB value is (242,169,253). Sum of RGB (Red+Green+Blue) = 242+169+253=664 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.45% from 664); Green value is 169 (66.41% from 255 or 25.45% from 664); Blue value is 253 (99.22% from 255 or 38.10% from 664); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2A9FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A9FD is #0D5602. Grayscale: #C8C8C8. Windows color (decimal): -873987 or 16624114. OLE color: 16624114.
HSL color Cylindrical-coordinate representation of color #F2A9FD: hue angle of 292.14º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F2A9FD is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 169 | 253 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.01 |
| HSL | 292.14º | 0.95% | 0.83% | - |
| HSV(B) | 292.14º | 0.33% | 0.99% | - |
| XYZ | 68.54 | 54.35 | 99.81 | - |
| YUV | 200.4 | 157.68 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 169 | 253 | 0.04 | 0.33 | 0 | 0.01 | 292.14 | 0.95 | 0.83 |
| Hex | F2 | A9 | FD | 4 | 21 | 0 | 1 | 124 | 5F | 53 |
| Octal | 362 | 251 | 375 | 4 | 41 | 0 | 1 | 444 | 137 | 123 |
| Binary | 11110010 | 10101001 | 11111101 | 100 | 100001 | 0 | 1 | 100100100 | 1011111 | 1010011 |
Color Harmonies of #F2A9FD
Complementary color
Monochromatic Colors of #F2A9FD
Black with #F2A9FD
Text Example
Text Example
White with #F2A9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A9FD; }
p { color: rgb(242,169,253); }
H1.HeaderClassName
{
color: #F2A9FD;
}
.AnyTagClassName
{
color: #F2A9FD;
}
</style>
background-color css
<style>
a { background-color: #F2A9FD; }
a { background-color: rgb(242,169,253); }
div.DivClassName
{
background-color: #F2A9FD;
}
.BgClassName
{
background-color: #F2A9FD;
}
</style>
border-color css
<style>
span { border-color: #F2A9FD; }
span { border-color: rgb(242,169,253); }
td.TdClassName
{
border-color: #F2A9FD;
}
.TagClassName
{
border-color: #F2A9FD;
}
</style>