Shades of Mauvelous #F895A5
Tints of Mauvelous #F895A5
RGB
CMYK
RGB Variations
Color information
#F895A5 (or 0xF895A5) is known color: Mauvelous. HEX triplet: F8, 95 and A5. RGB value is (248,149,165). Sum of RGB (Red+Green+Blue) = 248+149+165=562 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.13% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 165 (64.84% from 255 or 29.36% from 562); Max value from RGB is 248 - color contains mainly: red. Hex color #F895A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F895A5 is #076A5A. Grayscale: #B4B4B4. Windows color (decimal): -485979 or 10851832. OLE color: 10851832.
HSL color Cylindrical-coordinate representation of color #F895A5: hue angle of 350.3º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F895A5 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 149 | 165 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.03 |
| HSL | 350.3º | 0.88% | 0.78% | - |
| HSV(B) | 350.3º | 0.4% | 0.97% | - |
| XYZ | 56.25 | 44.17 | 41.16 | - |
| YUV | 180.43 | 119.3 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 149 | 165 | 0 | 0.40 | 0.33 | 0.03 | 350.3 | 0.88 | 0.78 |
| Hex | F8 | 95 | A5 | 0 | 28 | 21 | 3 | 15E | 58 | 4E |
| Octal | 370 | 225 | 245 | 0 | 50 | 41 | 3 | 536 | 130 | 116 |
| Binary | 11111000 | 10010101 | 10100101 | 0 | 101000 | 100001 | 11 | 101011110 | 1011000 | 1001110 |
Color Harmonies of #F895A5
Complementary color
Monochromatic Colors of #F895A5
Black with #F895A5
Text Example
Text Example
White with #F895A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F895A5; }
p { color: rgb(248,149,165); }
H1.HeaderClassName
{
color: #F895A5;
}
.AnyTagClassName
{
color: #F895A5;
}
</style>
background-color css
<style>
a { background-color: #F895A5; }
a { background-color: rgb(248,149,165); }
div.DivClassName
{
background-color: #F895A5;
}
.BgClassName
{
background-color: #F895A5;
}
</style>
border-color css
<style>
span { border-color: #F895A5; }
span { border-color: rgb(248,149,165); }
td.TdClassName
{
border-color: #F895A5;
}
.TagClassName
{
border-color: #F895A5;
}
</style>