Shades of Mauvelous #F0879F
Tints of Mauvelous #F0879F
RGB
CMYK
RGB Variations
Color information
#F0879F (or 0xF0879F) is known color: Mauvelous. HEX triplet: F0, 87 and 9F. RGB value is (240,135,159). Sum of RGB (Red+Green+Blue) = 240+135+159=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 135 (53.12% from 255 or 25.28% from 534); Blue value is 159 (62.5% from 255 or 29.78% from 534); Max value from RGB is 240 - color contains mainly: red. Hex color #F0879F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0879F is #0F7860. Grayscale: #A9A9A9. Windows color (decimal): -1013857 or 10455024. OLE color: 10455024.
HSL color Cylindrical-coordinate representation of color #F0879F: hue angle of 346.29º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F0879F is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 135 | 159 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.06 |
| HSL | 346.29º | 0.78% | 0.74% | - |
| HSV(B) | 346.29º | 0.44% | 0.94% | - |
| XYZ | 50.86 | 38.36 | 37.52 | - |
| YUV | 169.13 | 122.29 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 135 | 159 | 0 | 0.44 | 0.34 | 0.06 | 346.29 | 0.78 | 0.74 |
| Hex | F0 | 87 | 9F | 0 | 2C | 22 | 6 | 15A | 4E | 4A |
| Octal | 360 | 207 | 237 | 0 | 54 | 42 | 6 | 532 | 116 | 112 |
| Binary | 11110000 | 10000111 | 10011111 | 0 | 101100 | 100010 | 110 | 101011010 | 1001110 | 1001010 |
Color Harmonies of #F0879F
Complementary color
Monochromatic Colors of #F0879F
Black with #F0879F
Text Example
Text Example
White with #F0879F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0879F; }
p { color: rgb(240,135,159); }
H1.HeaderClassName
{
color: #F0879F;
}
.AnyTagClassName
{
color: #F0879F;
}
</style>
background-color css
<style>
a { background-color: #F0879F; }
a { background-color: rgb(240,135,159); }
div.DivClassName
{
background-color: #F0879F;
}
.BgClassName
{
background-color: #F0879F;
}
</style>
border-color css
<style>
span { border-color: #F0879F; }
span { border-color: rgb(240,135,159); }
td.TdClassName
{
border-color: #F0879F;
}
.TagClassName
{
border-color: #F0879F;
}
</style>