Shades of Mauvelous #F091AB
Tints of Mauvelous #F091AB
RGB
CMYK
RGB Variations
Color information
#F091AB (or 0xF091AB) is known color: Mauvelous. HEX triplet: F0, 91 and AB. RGB value is (240,145,171). Sum of RGB (Red+Green+Blue) = 240+145+171=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 145 (57.03% from 255 or 26.08% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F091AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F091AB is #0F6E54. Grayscale: #B0B0B0. Windows color (decimal): -1011285 or 11244016. OLE color: 11244016.
HSL color Cylindrical-coordinate representation of color #F091AB: hue angle of 343.58º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F091AB is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 145 | 171 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.06 |
| HSL | 343.58º | 0.76% | 0.75% | - |
| HSV(B) | 343.58º | 0.4% | 0.94% | - |
| XYZ | 53.41 | 41.72 | 43.77 | - |
| YUV | 176.37 | 124.97 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 145 | 171 | 0 | 0.40 | 0.29 | 0.06 | 343.58 | 0.76 | 0.75 |
| Hex | F0 | 91 | AB | 0 | 28 | 1D | 6 | 158 | 4C | 4B |
| Octal | 360 | 221 | 253 | 0 | 50 | 35 | 6 | 530 | 114 | 113 |
| Binary | 11110000 | 10010001 | 10101011 | 0 | 101000 | 11101 | 110 | 101011000 | 1001100 | 1001011 |
Color Harmonies of #F091AB
Complementary color
Monochromatic Colors of #F091AB
Black with #F091AB
Text Example
Text Example
White with #F091AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F091AB; }
p { color: rgb(240,145,171); }
H1.HeaderClassName
{
color: #F091AB;
}
.AnyTagClassName
{
color: #F091AB;
}
</style>
background-color css
<style>
a { background-color: #F091AB; }
a { background-color: rgb(240,145,171); }
div.DivClassName
{
background-color: #F091AB;
}
.BgClassName
{
background-color: #F091AB;
}
</style>
border-color css
<style>
span { border-color: #F091AB; }
span { border-color: rgb(240,145,171); }
td.TdClassName
{
border-color: #F091AB;
}
.TagClassName
{
border-color: #F091AB;
}
</style>