Shades of Mauve #F09FFD
Tints of Mauve #F09FFD
RGB
CMYK
RGB Variations
Color information
#F09FFD (or 0xF09FFD) is known color: Mauve. HEX triplet: F0, 9F and FD. RGB value is (240,159,253). Sum of RGB (Red+Green+Blue) = 240+159+253=652 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.81% from 652); Green value is 159 (62.5% from 255 or 24.39% from 652); Blue value is 253 (99.22% from 255 or 38.80% from 652); Max value from RGB is 253 - color contains mainly: blue. Hex color #F09FFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09FFD is #0F6002. Grayscale: #C1C1C1. Windows color (decimal): -1007619 or 16621552. OLE color: 16621552.
HSL color Cylindrical-coordinate representation of color #F09FFD: hue angle of 291.7º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F09FFD is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 159 | 253 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.01 |
| HSL | 291.7º | 0.96% | 0.81% | - |
| HSV(B) | 291.7º | 0.37% | 0.99% | - |
| XYZ | 66.06 | 50.41 | 99.18 | - |
| YUV | 193.94 | 161.34 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 159 | 253 | 0.05 | 0.37 | 0 | 0.01 | 291.7 | 0.96 | 0.81 |
| Hex | F0 | 9F | FD | 5 | 25 | 0 | 1 | 124 | 60 | 51 |
| Octal | 360 | 237 | 375 | 5 | 45 | 0 | 1 | 444 | 140 | 121 |
| Binary | 11110000 | 10011111 | 11111101 | 101 | 100101 | 0 | 1 | 100100100 | 1100000 | 1010001 |
Color Harmonies of #F09FFD
Complementary color
Monochromatic Colors of #F09FFD
Black with #F09FFD
Text Example
Text Example
White with #F09FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09FFD; }
p { color: rgb(240,159,253); }
H1.HeaderClassName
{
color: #F09FFD;
}
.AnyTagClassName
{
color: #F09FFD;
}
</style>
background-color css
<style>
a { background-color: #F09FFD; }
a { background-color: rgb(240,159,253); }
div.DivClassName
{
background-color: #F09FFD;
}
.BgClassName
{
background-color: #F09FFD;
}
</style>
border-color css
<style>
span { border-color: #F09FFD; }
span { border-color: rgb(240,159,253); }
td.TdClassName
{
border-color: #F09FFD;
}
.TagClassName
{
border-color: #F09FFD;
}
</style>