Shades of Mauve #F09DFE
Tints of Mauve #F09DFE
RGB
CMYK
RGB Variations
Color information
#F09DFE (or 0xF09DFE) is known color: Mauve. HEX triplet: F0, 9D and FE. RGB value is (240,157,254). Sum of RGB (Red+Green+Blue) = 240+157+254=651 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.87% from 651); Green value is 157 (61.72% from 255 or 24.12% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #F09DFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09DFE is #0F6201. Grayscale: #C0C0C0. Windows color (decimal): -1008130 or 16686576. OLE color: 16686576.
HSL color Cylindrical-coordinate representation of color #F09DFE: hue angle of 291.34º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F09DFE is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 157 | 254 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.00 |
| HSL | 291.34º | 0.98% | 0.81% | - |
| HSV(B) | 291.34º | 0.38% | 1% | - |
| XYZ | 65.88 | 49.79 | 99.9 | - |
| YUV | 192.88 | 162.5 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 157 | 254 | 0.06 | 0.38 | 0 | 0.00 | 291.34 | 0.98 | 0.81 |
| Hex | F0 | 9D | FE | 6 | 26 | 0 | 0 | 123 | 62 | 51 |
| Octal | 360 | 235 | 376 | 6 | 46 | 0 | 0 | 443 | 142 | 121 |
| Binary | 11110000 | 10011101 | 11111110 | 110 | 100110 | 0 | 0 | 100100011 | 1100010 | 1010001 |
Color Harmonies of #F09DFE
Complementary color
Monochromatic Colors of #F09DFE
Black with #F09DFE
Text Example
Text Example
White with #F09DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09DFE; }
p { color: rgb(240,157,254); }
H1.HeaderClassName
{
color: #F09DFE;
}
.AnyTagClassName
{
color: #F09DFE;
}
</style>
background-color css
<style>
a { background-color: #F09DFE; }
a { background-color: rgb(240,157,254); }
div.DivClassName
{
background-color: #F09DFE;
}
.BgClassName
{
background-color: #F09DFE;
}
</style>
border-color css
<style>
span { border-color: #F09DFE; }
span { border-color: rgb(240,157,254); }
td.TdClassName
{
border-color: #F09DFE;
}
.TagClassName
{
border-color: #F09DFE;
}
</style>