Shades of Mauvelous #F890AD
Tints of Mauvelous #F890AD
RGB
CMYK
RGB Variations
Color information
#F890AD (or 0xF890AD) is known color: Mauvelous. HEX triplet: F8, 90 and AD. RGB value is (248,144,173). Sum of RGB (Red+Green+Blue) = 248+144+173=565 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.89% from 565); Green value is 144 (56.64% from 255 or 25.49% from 565); Blue value is 173 (67.97% from 255 or 30.62% from 565); Max value from RGB is 248 - color contains mainly: red. Hex color #F890AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F890AD is #076F52. Grayscale: #B2B2B2. Windows color (decimal): -487251 or 11374840. OLE color: 11374840.
HSL color Cylindrical-coordinate representation of color #F890AD: hue angle of 343.27º 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 #F890AD is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 173 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.03 |
| HSL | 343.27º | 0.88% | 0.77% | - |
| HSV(B) | 343.27º | 0.42% | 0.97% | - |
| XYZ | 56.23 | 42.92 | 44.86 | - |
| YUV | 178.4 | 124.96 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 173 | 0 | 0.42 | 0.30 | 0.03 | 343.27 | 0.88 | 0.77 |
| Hex | F8 | 90 | AD | 0 | 2A | 1E | 3 | 157 | 58 | 4D |
| Octal | 370 | 220 | 255 | 0 | 52 | 36 | 3 | 527 | 130 | 115 |
| Binary | 11111000 | 10010000 | 10101101 | 0 | 101010 | 11110 | 11 | 101010111 | 1011000 | 1001101 |
Color Harmonies of #F890AD
Complementary color
Monochromatic Colors of #F890AD
Black with #F890AD
Text Example
Text Example
White with #F890AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F890AD; }
p { color: rgb(248,144,173); }
H1.HeaderClassName
{
color: #F890AD;
}
.AnyTagClassName
{
color: #F890AD;
}
</style>
background-color css
<style>
a { background-color: #F890AD; }
a { background-color: rgb(248,144,173); }
div.DivClassName
{
background-color: #F890AD;
}
.BgClassName
{
background-color: #F890AD;
}
</style>
border-color css
<style>
span { border-color: #F890AD; }
span { border-color: rgb(248,144,173); }
td.TdClassName
{
border-color: #F890AD;
}
.TagClassName
{
border-color: #F890AD;
}
</style>