Shades of Mauvelous #F08BA7
Tints of Mauvelous #F08BA7
RGB
CMYK
RGB Variations
Color information
#F08BA7 (or 0xF08BA7) is known color: Mauvelous. HEX triplet: F0, 8B and A7. RGB value is (240,139,167). Sum of RGB (Red+Green+Blue) = 240+139+167=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 139 (54.69% from 255 or 25.46% from 546); Blue value is 167 (65.62% from 255 or 30.59% from 546); Max value from RGB is 240 - color contains mainly: red. Hex color #F08BA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08BA7 is #0F7458. Grayscale: #ACACAC. Windows color (decimal): -1012825 or 10980336. OLE color: 10980336.
HSL color Cylindrical-coordinate representation of color #F08BA7: hue angle of 343.37º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F08BA7 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 139 | 167 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.06 |
| HSL | 343.37º | 0.77% | 0.74% | - |
| HSV(B) | 343.37º | 0.42% | 0.94% | - |
| XYZ | 52.14 | 39.78 | 41.49 | - |
| YUV | 172.39 | 124.96 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 139 | 167 | 0 | 0.42 | 0.30 | 0.06 | 343.37 | 0.77 | 0.74 |
| Hex | F0 | 8B | A7 | 0 | 2A | 1E | 6 | 157 | 4D | 4A |
| Octal | 360 | 213 | 247 | 0 | 52 | 36 | 6 | 527 | 115 | 112 |
| Binary | 11110000 | 10001011 | 10100111 | 0 | 101010 | 11110 | 110 | 101010111 | 1001101 | 1001010 |
Color Harmonies of #F08BA7
Complementary color
Monochromatic Colors of #F08BA7
Black with #F08BA7
Text Example
Text Example
White with #F08BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08BA7; }
p { color: rgb(240,139,167); }
H1.HeaderClassName
{
color: #F08BA7;
}
.AnyTagClassName
{
color: #F08BA7;
}
</style>
background-color css
<style>
a { background-color: #F08BA7; }
a { background-color: rgb(240,139,167); }
div.DivClassName
{
background-color: #F08BA7;
}
.BgClassName
{
background-color: #F08BA7;
}
</style>
border-color css
<style>
span { border-color: #F08BA7; }
span { border-color: rgb(240,139,167); }
td.TdClassName
{
border-color: #F08BA7;
}
.TagClassName
{
border-color: #F08BA7;
}
</style>