Shades of Mauve #F09EFC
Tints of Mauve #F09EFC
RGB
CMYK
RGB Variations
Color information
#F09EFC (or 0xF09EFC) is known color: Mauve. HEX triplet: F0, 9E and FC. RGB value is (240,158,252). Sum of RGB (Red+Green+Blue) = 240+158+252=650 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.92% from 650); Green value is 158 (62.11% from 255 or 24.31% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #F09EFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09EFC is #0F6103. Grayscale: #C0C0C0. Windows color (decimal): -1007876 or 16555760. OLE color: 16555760.
HSL color Cylindrical-coordinate representation of color #F09EFC: hue angle of 292.34º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F09EFC is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 158 | 252 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.01 |
| HSL | 292.34º | 0.94% | 0.8% | - |
| HSV(B) | 292.34º | 0.37% | 0.99% | - |
| XYZ | 65.73 | 50.01 | 98.28 | - |
| YUV | 193.23 | 161.17 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 158 | 252 | 0.05 | 0.37 | 0 | 0.01 | 292.34 | 0.94 | 0.8 |
| Hex | F0 | 9E | FC | 5 | 25 | 0 | 1 | 124 | 5E | 50 |
| Octal | 360 | 236 | 374 | 5 | 45 | 0 | 1 | 444 | 136 | 120 |
| Binary | 11110000 | 10011110 | 11111100 | 101 | 100101 | 0 | 1 | 100100100 | 1011110 | 1010000 |
Color Harmonies of #F09EFC
Complementary color
Monochromatic Colors of #F09EFC
Black with #F09EFC
Text Example
Text Example
White with #F09EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09EFC; }
p { color: rgb(240,158,252); }
H1.HeaderClassName
{
color: #F09EFC;
}
.AnyTagClassName
{
color: #F09EFC;
}
</style>
background-color css
<style>
a { background-color: #F09EFC; }
a { background-color: rgb(240,158,252); }
div.DivClassName
{
background-color: #F09EFC;
}
.BgClassName
{
background-color: #F09EFC;
}
</style>
border-color css
<style>
span { border-color: #F09EFC; }
span { border-color: rgb(240,158,252); }
td.TdClassName
{
border-color: #F09EFC;
}
.TagClassName
{
border-color: #F09EFC;
}
</style>