Shades of Mauvelous #F08CA7
Tints of Mauvelous #F08CA7
RGB
CMYK
RGB Variations
Color information
#F08CA7 (or 0xF08CA7) is known color: Mauvelous. HEX triplet: F0, 8C and A7. RGB value is (240,140,167). Sum of RGB (Red+Green+Blue) = 240+140+167=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 140 (55.08% from 255 or 25.59% from 547); Blue value is 167 (65.62% from 255 or 30.53% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F08CA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08CA7 is #0F7358. Grayscale: #ACACAC. Windows color (decimal): -1012569 or 10980592. OLE color: 10980592.
HSL color Cylindrical-coordinate representation of color #F08CA7: hue angle of 343.8º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F08CA7 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 140 | 167 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.06 |
| HSL | 343.8º | 0.77% | 0.75% | - |
| HSV(B) | 343.8º | 0.42% | 0.94% | - |
| XYZ | 52.29 | 40.07 | 41.54 | - |
| YUV | 172.98 | 124.63 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 140 | 167 | 0 | 0.42 | 0.30 | 0.06 | 343.8 | 0.77 | 0.75 |
| Hex | F0 | 8C | A7 | 0 | 2A | 1E | 6 | 158 | 4D | 4B |
| Octal | 360 | 214 | 247 | 0 | 52 | 36 | 6 | 530 | 115 | 113 |
| Binary | 11110000 | 10001100 | 10100111 | 0 | 101010 | 11110 | 110 | 101011000 | 1001101 | 1001011 |
Color Harmonies of #F08CA7
Complementary color
Monochromatic Colors of #F08CA7
Black with #F08CA7
Text Example
Text Example
White with #F08CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08CA7; }
p { color: rgb(240,140,167); }
H1.HeaderClassName
{
color: #F08CA7;
}
.AnyTagClassName
{
color: #F08CA7;
}
</style>
background-color css
<style>
a { background-color: #F08CA7; }
a { background-color: rgb(240,140,167); }
div.DivClassName
{
background-color: #F08CA7;
}
.BgClassName
{
background-color: #F08CA7;
}
</style>
border-color css
<style>
span { border-color: #F08CA7; }
span { border-color: rgb(240,140,167); }
td.TdClassName
{
border-color: #F08CA7;
}
.TagClassName
{
border-color: #F08CA7;
}
</style>