Shades of Mauvelous #F898AA
Tints of Mauvelous #F898AA
RGB
CMYK
RGB Variations
Color information
#F898AA (or 0xF898AA) is known color: Mauvelous. HEX triplet: F8, 98 and AA. RGB value is (248,152,170). Sum of RGB (Red+Green+Blue) = 248+152+170=570 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.51% from 570); Green value is 152 (59.77% from 255 or 26.67% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 248 - color contains mainly: red. Hex color #F898AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F898AA is #076755. Grayscale: #B6B6B6. Windows color (decimal): -485206 or 11180280. OLE color: 11180280.
HSL color Cylindrical-coordinate representation of color #F898AA: hue angle of 348.75º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F898AA is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 152 | 170 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.03 |
| HSL | 348.75º | 0.87% | 0.78% | - |
| HSV(B) | 348.75º | 0.39% | 0.97% | - |
| XYZ | 57.2 | 45.32 | 43.76 | - |
| YUV | 182.76 | 120.8 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 152 | 170 | 0 | 0.39 | 0.31 | 0.03 | 348.75 | 0.87 | 0.78 |
| Hex | F8 | 98 | AA | 0 | 27 | 1F | 3 | 15D | 57 | 4E |
| Octal | 370 | 230 | 252 | 0 | 47 | 37 | 3 | 535 | 127 | 116 |
| Binary | 11111000 | 10011000 | 10101010 | 0 | 100111 | 11111 | 11 | 101011101 | 1010111 | 1001110 |
Color Harmonies of #F898AA
Complementary color
Monochromatic Colors of #F898AA
Black with #F898AA
Text Example
Text Example
White with #F898AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F898AA; }
p { color: rgb(248,152,170); }
H1.HeaderClassName
{
color: #F898AA;
}
.AnyTagClassName
{
color: #F898AA;
}
</style>
background-color css
<style>
a { background-color: #F898AA; }
a { background-color: rgb(248,152,170); }
div.DivClassName
{
background-color: #F898AA;
}
.BgClassName
{
background-color: #F898AA;
}
</style>
border-color css
<style>
span { border-color: #F898AA; }
span { border-color: rgb(248,152,170); }
td.TdClassName
{
border-color: #F898AA;
}
.TagClassName
{
border-color: #F898AA;
}
</style>