Shades of Mauvelous #F190AC
Tints of Mauvelous #F190AC
RGB
CMYK
RGB Variations
Color information
#F190AC (or 0xF190AC) is known color: Mauvelous. HEX triplet: F1, 90 and AC. RGB value is (241,144,172). Sum of RGB (Red+Green+Blue) = 241+144+172=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 144 (56.64% from 255 or 25.85% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F190AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F190AC is #0E6F53. Grayscale: #B0B0B0. Windows color (decimal): -946004 or 11309297. OLE color: 11309297.
HSL color Cylindrical-coordinate representation of color #F190AC: hue angle of 342.68º 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 #F190AC is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 144 | 172 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.05 |
| HSL | 342.68º | 0.78% | 0.75% | - |
| HSV(B) | 342.68º | 0.4% | 0.95% | - |
| XYZ | 53.7 | 41.63 | 44.23 | - |
| YUV | 176.2 | 125.64 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 144 | 172 | 0 | 0.40 | 0.29 | 0.05 | 342.68 | 0.78 | 0.75 |
| Hex | F1 | 90 | AC | 0 | 28 | 1D | 5 | 157 | 4E | 4B |
| Octal | 361 | 220 | 254 | 0 | 50 | 35 | 5 | 527 | 116 | 113 |
| Binary | 11110001 | 10010000 | 10101100 | 0 | 101000 | 11101 | 101 | 101010111 | 1001110 | 1001011 |
Color Harmonies of #F190AC
Complementary color
Monochromatic Colors of #F190AC
Black with #F190AC
Text Example
Text Example
White with #F190AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F190AC; }
p { color: rgb(241,144,172); }
H1.HeaderClassName
{
color: #F190AC;
}
.AnyTagClassName
{
color: #F190AC;
}
</style>
background-color css
<style>
a { background-color: #F190AC; }
a { background-color: rgb(241,144,172); }
div.DivClassName
{
background-color: #F190AC;
}
.BgClassName
{
background-color: #F190AC;
}
</style>
border-color css
<style>
span { border-color: #F190AC; }
span { border-color: rgb(241,144,172); }
td.TdClassName
{
border-color: #F190AC;
}
.TagClassName
{
border-color: #F190AC;
}
</style>