Shades of Mauvelous #F891AD
Tints of Mauvelous #F891AD
RGB
CMYK
RGB Variations
Color information
#F891AD (or 0xF891AD) is known color: Mauvelous. HEX triplet: F8, 91 and AD. RGB value is (248,145,173). Sum of RGB (Red+Green+Blue) = 248+145+173=566 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.82% from 566); Green value is 145 (57.03% from 255 or 25.62% from 566); Blue value is 173 (67.97% from 255 or 30.57% from 566); Max value from RGB is 248 - color contains mainly: red. Hex color #F891AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F891AD is #076E52. Grayscale: #B2B2B2. Windows color (decimal): -486995 or 11375096. OLE color: 11375096.
HSL color Cylindrical-coordinate representation of color #F891AD: hue angle of 343.69º 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 #F891AD is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 145 | 173 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.03 |
| HSL | 343.69º | 0.88% | 0.77% | - |
| HSV(B) | 343.69º | 0.42% | 0.97% | - |
| XYZ | 56.38 | 43.22 | 44.91 | - |
| YUV | 178.99 | 124.62 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 145 | 173 | 0 | 0.42 | 0.30 | 0.03 | 343.69 | 0.88 | 0.77 |
| Hex | F8 | 91 | AD | 0 | 2A | 1E | 3 | 158 | 58 | 4D |
| Octal | 370 | 221 | 255 | 0 | 52 | 36 | 3 | 530 | 130 | 115 |
| Binary | 11111000 | 10010001 | 10101101 | 0 | 101010 | 11110 | 11 | 101011000 | 1011000 | 1001101 |
Color Harmonies of #F891AD
Complementary color
Monochromatic Colors of #F891AD
Black with #F891AD
Text Example
Text Example
White with #F891AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F891AD; }
p { color: rgb(248,145,173); }
H1.HeaderClassName
{
color: #F891AD;
}
.AnyTagClassName
{
color: #F891AD;
}
</style>
background-color css
<style>
a { background-color: #F891AD; }
a { background-color: rgb(248,145,173); }
div.DivClassName
{
background-color: #F891AD;
}
.BgClassName
{
background-color: #F891AD;
}
</style>
border-color css
<style>
span { border-color: #F891AD; }
span { border-color: rgb(248,145,173); }
td.TdClassName
{
border-color: #F891AD;
}
.TagClassName
{
border-color: #F891AD;
}
</style>