Shades of Mauvelous #F0889F
Tints of Mauvelous #F0889F
RGB
CMYK
RGB Variations
Color information
#F0889F (or 0xF0889F) is known color: Mauvelous. HEX triplet: F0, 88 and 9F. RGB value is (240,136,159). Sum of RGB (Red+Green+Blue) = 240+136+159=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 136 (53.52% from 255 or 25.42% from 535); Blue value is 159 (62.5% from 255 or 29.72% from 535); Max value from RGB is 240 - color contains mainly: red. Hex color #F0889F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0889F is #0F7760. Grayscale: #A9A9A9. Windows color (decimal): -1013601 or 10455280. OLE color: 10455280.
HSL color Cylindrical-coordinate representation of color #F0889F: hue angle of 346.73º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0889F is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 136 | 159 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.06 |
| HSL | 346.73º | 0.78% | 0.74% | - |
| HSV(B) | 346.73º | 0.43% | 0.94% | - |
| XYZ | 51 | 38.64 | 37.57 | - |
| YUV | 169.72 | 121.96 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 136 | 159 | 0 | 0.43 | 0.34 | 0.06 | 346.73 | 0.78 | 0.74 |
| Hex | F0 | 88 | 9F | 0 | 2B | 22 | 6 | 15B | 4E | 4A |
| Octal | 360 | 210 | 237 | 0 | 53 | 42 | 6 | 533 | 116 | 112 |
| Binary | 11110000 | 10001000 | 10011111 | 0 | 101011 | 100010 | 110 | 101011011 | 1001110 | 1001010 |
Color Harmonies of #F0889F
Complementary color
Monochromatic Colors of #F0889F
Black with #F0889F
Text Example
Text Example
White with #F0889F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0889F; }
p { color: rgb(240,136,159); }
H1.HeaderClassName
{
color: #F0889F;
}
.AnyTagClassName
{
color: #F0889F;
}
</style>
background-color css
<style>
a { background-color: #F0889F; }
a { background-color: rgb(240,136,159); }
div.DivClassName
{
background-color: #F0889F;
}
.BgClassName
{
background-color: #F0889F;
}
</style>
border-color css
<style>
span { border-color: #F0889F; }
span { border-color: rgb(240,136,159); }
td.TdClassName
{
border-color: #F0889F;
}
.TagClassName
{
border-color: #F0889F;
}
</style>