Shades of Mauvelous #F190AB
Tints of Mauvelous #F190AB
RGB
CMYK
RGB Variations
Color information
#F190AB (or 0xF190AB) is known color: Mauvelous. HEX triplet: F1, 90 and AB. RGB value is (241,144,171). Sum of RGB (Red+Green+Blue) = 241+144+171=556 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.35% from 556); Green value is 144 (56.64% from 255 or 25.90% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 241 - color contains mainly: red. Hex color #F190AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F190AB is #0E6F54. Grayscale: #B0B0B0. Windows color (decimal): -946005 or 11243761. OLE color: 11243761.
HSL color Cylindrical-coordinate representation of color #F190AB: hue angle of 343.3º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F190AB is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 144 | 171 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.05 |
| HSL | 343.3º | 0.78% | 0.75% | - |
| HSV(B) | 343.3º | 0.4% | 0.95% | - |
| XYZ | 53.6 | 41.59 | 43.73 | - |
| YUV | 176.08 | 125.14 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 144 | 171 | 0 | 0.40 | 0.29 | 0.05 | 343.3 | 0.78 | 0.75 |
| Hex | F1 | 90 | AB | 0 | 28 | 1D | 5 | 157 | 4E | 4B |
| Octal | 361 | 220 | 253 | 0 | 50 | 35 | 5 | 527 | 116 | 113 |
| Binary | 11110001 | 10010000 | 10101011 | 0 | 101000 | 11101 | 101 | 101010111 | 1001110 | 1001011 |
Color Harmonies of #F190AB
Complementary color
Monochromatic Colors of #F190AB
Black with #F190AB
Text Example
Text Example
White with #F190AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F190AB; }
p { color: rgb(241,144,171); }
H1.HeaderClassName
{
color: #F190AB;
}
.AnyTagClassName
{
color: #F190AB;
}
</style>
background-color css
<style>
a { background-color: #F190AB; }
a { background-color: rgb(241,144,171); }
div.DivClassName
{
background-color: #F190AB;
}
.BgClassName
{
background-color: #F190AB;
}
</style>
border-color css
<style>
span { border-color: #F190AB; }
span { border-color: rgb(241,144,171); }
td.TdClassName
{
border-color: #F190AB;
}
.TagClassName
{
border-color: #F190AB;
}
</style>