Shades of Mauvelous #F88BA4
Tints of Mauvelous #F88BA4
RGB
CMYK
RGB Variations
Color information
#F88BA4 (or 0xF88BA4) is known color: Mauvelous. HEX triplet: F8, 8B and A4. RGB value is (248,139,164). Sum of RGB (Red+Green+Blue) = 248+139+164=551 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.01% from 551); Green value is 139 (54.69% from 255 or 25.23% from 551); Blue value is 164 (64.45% from 255 or 29.76% from 551); Max value from RGB is 248 - color contains mainly: red. Hex color #F88BA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88BA4 is #07745B. Grayscale: #AEAEAE. Windows color (decimal): -488540 or 10783736. OLE color: 10783736.
HSL color Cylindrical-coordinate representation of color #F88BA4: hue angle of 346.24º 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 #F88BA4 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 139 | 164 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.03 |
| HSL | 346.24º | 0.89% | 0.76% | - |
| HSV(B) | 346.24º | 0.44% | 0.97% | - |
| XYZ | 54.64 | 41.1 | 40.18 | - |
| YUV | 174.44 | 122.11 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 139 | 164 | 0 | 0.44 | 0.34 | 0.03 | 346.24 | 0.89 | 0.76 |
| Hex | F8 | 8B | A4 | 0 | 2C | 22 | 3 | 15A | 59 | 4C |
| Octal | 370 | 213 | 244 | 0 | 54 | 42 | 3 | 532 | 131 | 114 |
| Binary | 11111000 | 10001011 | 10100100 | 0 | 101100 | 100010 | 11 | 101011010 | 1011001 | 1001100 |
Color Harmonies of #F88BA4
Complementary color
Monochromatic Colors of #F88BA4
Black with #F88BA4
Text Example
Text Example
White with #F88BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88BA4; }
p { color: rgb(248,139,164); }
H1.HeaderClassName
{
color: #F88BA4;
}
.AnyTagClassName
{
color: #F88BA4;
}
</style>
background-color css
<style>
a { background-color: #F88BA4; }
a { background-color: rgb(248,139,164); }
div.DivClassName
{
background-color: #F88BA4;
}
.BgClassName
{
background-color: #F88BA4;
}
</style>
border-color css
<style>
span { border-color: #F88BA4; }
span { border-color: rgb(248,139,164); }
td.TdClassName
{
border-color: #F88BA4;
}
.TagClassName
{
border-color: #F88BA4;
}
</style>