Shades of Mauvelous #F88BA2
Tints of Mauvelous #F88BA2
RGB
CMYK
RGB Variations
Color information
#F88BA2 (or 0xF88BA2) is known color: Mauvelous. HEX triplet: F8, 8B and A2. RGB value is (248,139,162). Sum of RGB (Red+Green+Blue) = 248+139+162=549 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.17% from 549); Green value is 139 (54.69% from 255 or 25.32% from 549); Blue value is 162 (63.67% from 255 or 29.51% from 549); Max value from RGB is 248 - color contains mainly: red. Hex color #F88BA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88BA2 is #07745D. Grayscale: #AEAEAE. Windows color (decimal): -488542 or 10652664. OLE color: 10652664.
HSL color Cylindrical-coordinate representation of color #F88BA2: hue angle of 347.34º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F88BA2 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 139 | 162 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.03 |
| HSL | 347.34º | 0.89% | 0.76% | - |
| HSV(B) | 347.34º | 0.44% | 0.97% | - |
| XYZ | 54.47 | 41.03 | 39.23 | - |
| YUV | 174.21 | 121.11 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 139 | 162 | 0 | 0.44 | 0.35 | 0.03 | 347.34 | 0.89 | 0.76 |
| Hex | F8 | 8B | A2 | 0 | 2C | 23 | 3 | 15B | 59 | 4C |
| Octal | 370 | 213 | 242 | 0 | 54 | 43 | 3 | 533 | 131 | 114 |
| Binary | 11111000 | 10001011 | 10100010 | 0 | 101100 | 100011 | 11 | 101011011 | 1011001 | 1001100 |
Color Harmonies of #F88BA2
Complementary color
Monochromatic Colors of #F88BA2
Black with #F88BA2
Text Example
Text Example
White with #F88BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88BA2; }
p { color: rgb(248,139,162); }
H1.HeaderClassName
{
color: #F88BA2;
}
.AnyTagClassName
{
color: #F88BA2;
}
</style>
background-color css
<style>
a { background-color: #F88BA2; }
a { background-color: rgb(248,139,162); }
div.DivClassName
{
background-color: #F88BA2;
}
.BgClassName
{
background-color: #F88BA2;
}
</style>
border-color css
<style>
span { border-color: #F88BA2; }
span { border-color: rgb(248,139,162); }
td.TdClassName
{
border-color: #F88BA2;
}
.TagClassName
{
border-color: #F88BA2;
}
</style>