Shades of Mauvelous #F497AB
Tints of Mauvelous #F497AB
RGB
CMYK
RGB Variations
Color information
#F497AB (or 0xF497AB) is known color: Mauvelous. HEX triplet: F4, 97 and AB. RGB value is (244,151,171). Sum of RGB (Red+Green+Blue) = 244+151+171=566 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.11% from 566); Green value is 151 (59.38% from 255 or 26.68% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 244 - color contains mainly: red. Hex color #F497AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F497AB is #0B6854. Grayscale: #B5B5B5. Windows color (decimal): -747605 or 11245556. OLE color: 11245556.
HSL color Cylindrical-coordinate representation of color #F497AB: hue angle of 347.1º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F497AB is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 151 | 171 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.04 |
| HSL | 347.1º | 0.81% | 0.77% | - |
| HSV(B) | 347.1º | 0.38% | 0.96% | - |
| XYZ | 55.73 | 44.31 | 44.14 | - |
| YUV | 181.09 | 122.31 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 151 | 171 | 0 | 0.38 | 0.30 | 0.04 | 347.1 | 0.81 | 0.77 |
| Hex | F4 | 97 | AB | 0 | 26 | 1E | 4 | 15B | 51 | 4D |
| Octal | 364 | 227 | 253 | 0 | 46 | 36 | 4 | 533 | 121 | 115 |
| Binary | 11110100 | 10010111 | 10101011 | 0 | 100110 | 11110 | 100 | 101011011 | 1010001 | 1001101 |
Color Harmonies of #F497AB
Complementary color
Monochromatic Colors of #F497AB
Black with #F497AB
Text Example
Text Example
White with #F497AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F497AB; }
p { color: rgb(244,151,171); }
H1.HeaderClassName
{
color: #F497AB;
}
.AnyTagClassName
{
color: #F497AB;
}
</style>
background-color css
<style>
a { background-color: #F497AB; }
a { background-color: rgb(244,151,171); }
div.DivClassName
{
background-color: #F497AB;
}
.BgClassName
{
background-color: #F497AB;
}
</style>
border-color css
<style>
span { border-color: #F497AB; }
span { border-color: rgb(244,151,171); }
td.TdClassName
{
border-color: #F497AB;
}
.TagClassName
{
border-color: #F497AB;
}
</style>