Shades of Mauve #F49FFF
Tints of Mauve #F49FFF
RGB
CMYK
RGB Variations
Color information
#F49FFF (or 0xF49FFF) is known color: Mauve. HEX triplet: F4, 9F and FF. RGB value is (244,159,255). Sum of RGB (Red+Green+Blue) = 244+159+255=658 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.08% from 658); Green value is 159 (62.5% from 255 or 24.16% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #F49FFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49FFF is #0B6000. Grayscale: #C3C3C3. Windows color (decimal): -745473 or 16752628. OLE color: 16752628.
HSL color Cylindrical-coordinate representation of color #F49FFF: hue angle of 293.12º 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 #F49FFF is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 159 | 255 | - |
| CMYK | 0.04 | 0.38 | 0 | 0 |
| HSL | 293.13º | 1% | 0.81% | - |
| HSV(B) | 293.13º | 0.38% | 1% | - |
| XYZ | 67.76 | 51.25 | 100.93 | - |
| YUV | 195.36 | 161.66 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 159 | 255 | 0.04 | 0.38 | 0 | 0 | 293.13 | 1 | 0.81 |
| Hex | F4 | 9F | FF | 4 | 26 | 0 | 0 | 125 | 64 | 51 |
| Octal | 364 | 237 | 377 | 4 | 46 | 0 | 0 | 445 | 144 | 121 |
| Binary | 11110100 | 10011111 | 11111111 | 100 | 100110 | 0 | 0 | 100100101 | 1100100 | 1010001 |
Color Harmonies of #F49FFF
Complementary color
Monochromatic Colors of #F49FFF
Black with #F49FFF
Text Example
Text Example
White with #F49FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49FFF; }
p { color: rgb(244,159,255); }
H1.HeaderClassName
{
color: #F49FFF;
}
.AnyTagClassName
{
color: #F49FFF;
}
</style>
background-color css
<style>
a { background-color: #F49FFF; }
a { background-color: rgb(244,159,255); }
div.DivClassName
{
background-color: #F49FFF;
}
.BgClassName
{
background-color: #F49FFF;
}
</style>
border-color css
<style>
span { border-color: #F49FFF; }
span { border-color: rgb(244,159,255); }
td.TdClassName
{
border-color: #F49FFF;
}
.TagClassName
{
border-color: #F49FFF;
}
</style>