Shades of Mauvelous #F08DA8
Tints of Mauvelous #F08DA8
RGB
CMYK
RGB Variations
Color information
#F08DA8 (or 0xF08DA8) is known color: Mauvelous. HEX triplet: F0, 8D and A8. RGB value is (240,141,168). Sum of RGB (Red+Green+Blue) = 240+141+168=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 141 (55.47% from 255 or 25.68% from 549); Blue value is 168 (66.02% from 255 or 30.60% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F08DA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08DA8 is #0F7257. Grayscale: #ADADAD. Windows color (decimal): -1012312 or 11046384. OLE color: 11046384.
HSL color Cylindrical-coordinate representation of color #F08DA8: hue angle of 343.64º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F08DA8 is Cyan = 0, Magento = 0.41, Yellow = 0.3 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 141 | 168 | - |
| CMYK | 0 | 0.41 | 0.3 | 0.06 |
| HSL | 343.64º | 0.77% | 0.75% | - |
| HSV(B) | 343.64º | 0.41% | 0.94% | - |
| XYZ | 52.53 | 40.4 | 42.08 | - |
| YUV | 173.68 | 124.8 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 141 | 168 | 0 | 0.41 | 0.3 | 0.06 | 343.64 | 0.77 | 0.75 |
| Hex | F0 | 8D | A8 | 0 | 29 | 1E | 6 | 158 | 4D | 4B |
| Octal | 360 | 215 | 250 | 0 | 51 | 36 | 6 | 530 | 115 | 113 |
| Binary | 11110000 | 10001101 | 10101000 | 0 | 101001 | 11110 | 110 | 101011000 | 1001101 | 1001011 |
Color Harmonies of #F08DA8
Complementary color
Monochromatic Colors of #F08DA8
Black with #F08DA8
Text Example
Text Example
White with #F08DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08DA8; }
p { color: rgb(240,141,168); }
H1.HeaderClassName
{
color: #F08DA8;
}
.AnyTagClassName
{
color: #F08DA8;
}
</style>
background-color css
<style>
a { background-color: #F08DA8; }
a { background-color: rgb(240,141,168); }
div.DivClassName
{
background-color: #F08DA8;
}
.BgClassName
{
background-color: #F08DA8;
}
</style>
border-color css
<style>
span { border-color: #F08DA8; }
span { border-color: rgb(240,141,168); }
td.TdClassName
{
border-color: #F08DA8;
}
.TagClassName
{
border-color: #F08DA8;
}
</style>