Shades of Mauve #F09FFE
Tints of Mauve #F09FFE
RGB
CMYK
RGB Variations
Color information
#F09FFE (or 0xF09FFE) is known color: Mauve. HEX triplet: F0, 9F and FE. RGB value is (240,159,254). Sum of RGB (Red+Green+Blue) = 240+159+254=653 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.75% from 653); Green value is 159 (62.5% from 255 or 24.35% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #F09FFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09FFE is #0F6001. Grayscale: #C1C1C1. Windows color (decimal): -1007618 or 16687088. OLE color: 16687088.
HSL color Cylindrical-coordinate representation of color #F09FFE: hue angle of 291.16º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F09FFE is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 159 | 254 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.00 |
| HSL | 291.16º | 0.98% | 0.81% | - |
| HSV(B) | 291.16º | 0.37% | 1% | - |
| XYZ | 66.22 | 50.48 | 100.02 | - |
| YUV | 194.05 | 161.84 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 159 | 254 | 0.06 | 0.37 | 0 | 0.00 | 291.16 | 0.98 | 0.81 |
| Hex | F0 | 9F | FE | 6 | 25 | 0 | 0 | 123 | 62 | 51 |
| Octal | 360 | 237 | 376 | 6 | 45 | 0 | 0 | 443 | 142 | 121 |
| Binary | 11110000 | 10011111 | 11111110 | 110 | 100101 | 0 | 0 | 100100011 | 1100010 | 1010001 |
Color Harmonies of #F09FFE
Complementary color
Monochromatic Colors of #F09FFE
Black with #F09FFE
Text Example
Text Example
White with #F09FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09FFE; }
p { color: rgb(240,159,254); }
H1.HeaderClassName
{
color: #F09FFE;
}
.AnyTagClassName
{
color: #F09FFE;
}
</style>
background-color css
<style>
a { background-color: #F09FFE; }
a { background-color: rgb(240,159,254); }
div.DivClassName
{
background-color: #F09FFE;
}
.BgClassName
{
background-color: #F09FFE;
}
</style>
border-color css
<style>
span { border-color: #F09FFE; }
span { border-color: rgb(240,159,254); }
td.TdClassName
{
border-color: #F09FFE;
}
.TagClassName
{
border-color: #F09FFE;
}
</style>