Shades of Mauve #F29FFF
Tints of Mauve #F29FFF
RGB
CMYK
RGB Variations
Color information
#F29FFF (or 0xF29FFF) is known color: Mauve. HEX triplet: F2, 9F and FF. RGB value is (242,159,255). Sum of RGB (Red+Green+Blue) = 242+159+255=656 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.89% from 656); Green value is 159 (62.5% from 255 or 24.24% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #F29FFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29FFF is #0D6000. Grayscale: #C2C2C2. Windows color (decimal): -876545 or 16752626. OLE color: 16752626.
HSL color Cylindrical-coordinate representation of color #F29FFF: hue angle of 291.88º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F29FFF is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 159 | 255 | - |
| CMYK | 0.05 | 0.38 | 0 | 0 |
| HSL | 291.88º | 1% | 0.81% | - |
| HSV(B) | 291.88º | 0.38% | 1% | - |
| XYZ | 67.07 | 50.89 | 100.9 | - |
| YUV | 194.76 | 162 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 159 | 255 | 0.05 | 0.38 | 0 | 0 | 291.88 | 1 | 0.81 |
| Hex | F2 | 9F | FF | 5 | 26 | 0 | 0 | 124 | 64 | 51 |
| Octal | 362 | 237 | 377 | 5 | 46 | 0 | 0 | 444 | 144 | 121 |
| Binary | 11110010 | 10011111 | 11111111 | 101 | 100110 | 0 | 0 | 100100100 | 1100100 | 1010001 |
Color Harmonies of #F29FFF
Complementary color
Monochromatic Colors of #F29FFF
Black with #F29FFF
Text Example
Text Example
White with #F29FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29FFF; }
p { color: rgb(242,159,255); }
H1.HeaderClassName
{
color: #F29FFF;
}
.AnyTagClassName
{
color: #F29FFF;
}
</style>
background-color css
<style>
a { background-color: #F29FFF; }
a { background-color: rgb(242,159,255); }
div.DivClassName
{
background-color: #F29FFF;
}
.BgClassName
{
background-color: #F29FFF;
}
</style>
border-color css
<style>
span { border-color: #F29FFF; }
span { border-color: rgb(242,159,255); }
td.TdClassName
{
border-color: #F29FFF;
}
.TagClassName
{
border-color: #F29FFF;
}
</style>