Shades of Mauvelous #F491AB
Tints of Mauvelous #F491AB
RGB
CMYK
RGB Variations
Color information
#F491AB (or 0xF491AB) is known color: Mauvelous. HEX triplet: F4, 91 and AB. RGB value is (244,145,171). Sum of RGB (Red+Green+Blue) = 244+145+171=560 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.57% from 560); Green value is 145 (57.03% from 255 or 25.89% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 244 - color contains mainly: red. Hex color #F491AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F491AB is #0B6E54. Grayscale: #B1B1B1. Windows color (decimal): -749141 or 11244020. OLE color: 11244020.
HSL color Cylindrical-coordinate representation of color #F491AB: hue angle of 344.24º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F491AB is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 145 | 171 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.04 |
| HSL | 344.24º | 0.82% | 0.76% | - |
| HSV(B) | 344.24º | 0.41% | 0.96% | - |
| XYZ | 54.78 | 42.42 | 43.83 | - |
| YUV | 177.57 | 124.3 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 145 | 171 | 0 | 0.41 | 0.30 | 0.04 | 344.24 | 0.82 | 0.76 |
| Hex | F4 | 91 | AB | 0 | 29 | 1E | 4 | 158 | 52 | 4C |
| Octal | 364 | 221 | 253 | 0 | 51 | 36 | 4 | 530 | 122 | 114 |
| Binary | 11110100 | 10010001 | 10101011 | 0 | 101001 | 11110 | 100 | 101011000 | 1010010 | 1001100 |
Color Harmonies of #F491AB
Complementary color
Monochromatic Colors of #F491AB
Black with #F491AB
Text Example
Text Example
White with #F491AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F491AB; }
p { color: rgb(244,145,171); }
H1.HeaderClassName
{
color: #F491AB;
}
.AnyTagClassName
{
color: #F491AB;
}
</style>
background-color css
<style>
a { background-color: #F491AB; }
a { background-color: rgb(244,145,171); }
div.DivClassName
{
background-color: #F491AB;
}
.BgClassName
{
background-color: #F491AB;
}
</style>
border-color css
<style>
span { border-color: #F491AB; }
span { border-color: rgb(244,145,171); }
td.TdClassName
{
border-color: #F491AB;
}
.TagClassName
{
border-color: #F491AB;
}
</style>