Shades of Mauvelous #F88FA5
Tints of Mauvelous #F88FA5
RGB
CMYK
RGB Variations
Color information
#F88FA5 (or 0xF88FA5) is known color: Mauvelous. HEX triplet: F8, 8F and A5. RGB value is (248,143,165). Sum of RGB (Red+Green+Blue) = 248+143+165=556 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.60% from 556); Green value is 143 (56.25% from 255 or 25.72% from 556); Blue value is 165 (64.84% from 255 or 29.68% from 556); Max value from RGB is 248 - color contains mainly: red. Hex color #F88FA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88FA5 is #07705A. Grayscale: #B0B0B0. Windows color (decimal): -487515 or 10850296. OLE color: 10850296.
HSL color Cylindrical-coordinate representation of color #F88FA5: hue angle of 347.43º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F88FA5 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 143 | 165 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.03 |
| HSL | 347.43º | 0.88% | 0.77% | - |
| HSV(B) | 347.43º | 0.42% | 0.97% | - |
| XYZ | 55.33 | 42.32 | 40.85 | - |
| YUV | 176.9 | 121.29 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 143 | 165 | 0 | 0.42 | 0.33 | 0.03 | 347.43 | 0.88 | 0.77 |
| Hex | F8 | 8F | A5 | 0 | 2A | 21 | 3 | 15B | 58 | 4D |
| Octal | 370 | 217 | 245 | 0 | 52 | 41 | 3 | 533 | 130 | 115 |
| Binary | 11111000 | 10001111 | 10100101 | 0 | 101010 | 100001 | 11 | 101011011 | 1011000 | 1001101 |
Color Harmonies of #F88FA5
Complementary color
Monochromatic Colors of #F88FA5
Black with #F88FA5
Text Example
Text Example
White with #F88FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88FA5; }
p { color: rgb(248,143,165); }
H1.HeaderClassName
{
color: #F88FA5;
}
.AnyTagClassName
{
color: #F88FA5;
}
</style>
background-color css
<style>
a { background-color: #F88FA5; }
a { background-color: rgb(248,143,165); }
div.DivClassName
{
background-color: #F88FA5;
}
.BgClassName
{
background-color: #F88FA5;
}
</style>
border-color css
<style>
span { border-color: #F88FA5; }
span { border-color: rgb(248,143,165); }
td.TdClassName
{
border-color: #F88FA5;
}
.TagClassName
{
border-color: #F88FA5;
}
</style>