Shades of Mauvelous #F890A7
Tints of Mauvelous #F890A7
RGB
CMYK
RGB Variations
Color information
#F890A7 (or 0xF890A7) is known color: Mauvelous. HEX triplet: F8, 90 and A7. RGB value is (248,144,167). Sum of RGB (Red+Green+Blue) = 248+144+167=559 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.36% from 559); Green value is 144 (56.64% from 255 or 25.76% from 559); Blue value is 167 (65.62% from 255 or 29.87% from 559); Max value from RGB is 248 - color contains mainly: red. Hex color #F890A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F890A7 is #076F58. Grayscale: #B1B1B1. Windows color (decimal): -487257 or 10981624. OLE color: 10981624.
HSL color Cylindrical-coordinate representation of color #F890A7: hue angle of 346.73º 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 #F890A7 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 167 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.03 |
| HSL | 346.73º | 0.88% | 0.77% | - |
| HSV(B) | 346.73º | 0.42% | 0.97% | - |
| XYZ | 55.66 | 42.69 | 41.87 | - |
| YUV | 177.72 | 121.96 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 167 | 0 | 0.42 | 0.33 | 0.03 | 346.73 | 0.88 | 0.77 |
| Hex | F8 | 90 | A7 | 0 | 2A | 21 | 3 | 15B | 58 | 4D |
| Octal | 370 | 220 | 247 | 0 | 52 | 41 | 3 | 533 | 130 | 115 |
| Binary | 11111000 | 10010000 | 10100111 | 0 | 101010 | 100001 | 11 | 101011011 | 1011000 | 1001101 |
Color Harmonies of #F890A7
Complementary color
Monochromatic Colors of #F890A7
Black with #F890A7
Text Example
Text Example
White with #F890A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F890A7; }
p { color: rgb(248,144,167); }
H1.HeaderClassName
{
color: #F890A7;
}
.AnyTagClassName
{
color: #F890A7;
}
</style>
background-color css
<style>
a { background-color: #F890A7; }
a { background-color: rgb(248,144,167); }
div.DivClassName
{
background-color: #F890A7;
}
.BgClassName
{
background-color: #F890A7;
}
</style>
border-color css
<style>
span { border-color: #F890A7; }
span { border-color: rgb(248,144,167); }
td.TdClassName
{
border-color: #F890A7;
}
.TagClassName
{
border-color: #F890A7;
}
</style>