Shades of Mauvelous #F0899F
Tints of Mauvelous #F0899F
RGB
CMYK
RGB Variations
Color information
#F0899F (or 0xF0899F) is known color: Mauvelous. HEX triplet: F0, 89 and 9F. RGB value is (240,137,159). Sum of RGB (Red+Green+Blue) = 240+137+159=536 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.78% from 536); Green value is 137 (53.91% from 255 or 25.56% from 536); Blue value is 159 (62.5% from 255 or 29.66% from 536); Max value from RGB is 240 - color contains mainly: red. Hex color #F0899F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0899F is #0F7660. Grayscale: #AAAAAA. Windows color (decimal): -1013345 or 10455536. OLE color: 10455536.
HSL color Cylindrical-coordinate representation of color #F0899F: hue angle of 347.18º degrees, saturation: 0.77, 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 #F0899F is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 137 | 159 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.06 |
| HSL | 347.18º | 0.77% | 0.74% | - |
| HSV(B) | 347.18º | 0.43% | 0.94% | - |
| XYZ | 51.14 | 38.92 | 37.62 | - |
| YUV | 170.31 | 121.62 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 137 | 159 | 0 | 0.43 | 0.34 | 0.06 | 347.18 | 0.77 | 0.74 |
| Hex | F0 | 89 | 9F | 0 | 2B | 22 | 6 | 15B | 4D | 4A |
| Octal | 360 | 211 | 237 | 0 | 53 | 42 | 6 | 533 | 115 | 112 |
| Binary | 11110000 | 10001001 | 10011111 | 0 | 101011 | 100010 | 110 | 101011011 | 1001101 | 1001010 |
Color Harmonies of #F0899F
Complementary color
Monochromatic Colors of #F0899F
Black with #F0899F
Text Example
Text Example
White with #F0899F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0899F; }
p { color: rgb(240,137,159); }
H1.HeaderClassName
{
color: #F0899F;
}
.AnyTagClassName
{
color: #F0899F;
}
</style>
background-color css
<style>
a { background-color: #F0899F; }
a { background-color: rgb(240,137,159); }
div.DivClassName
{
background-color: #F0899F;
}
.BgClassName
{
background-color: #F0899F;
}
</style>
border-color css
<style>
span { border-color: #F0899F; }
span { border-color: rgb(240,137,159); }
td.TdClassName
{
border-color: #F0899F;
}
.TagClassName
{
border-color: #F0899F;
}
</style>