Shades of Mauvelous #F191AC
Tints of Mauvelous #F191AC
RGB
CMYK
RGB Variations
Color information
#F191AC (or 0xF191AC) is known color: Mauvelous. HEX triplet: F1, 91 and AC. RGB value is (241,145,172). Sum of RGB (Red+Green+Blue) = 241+145+172=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 145 (57.03% from 255 or 25.99% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 241 - color contains mainly: red. Hex color #F191AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F191AC is #0E6E53. Grayscale: #B0B0B0. Windows color (decimal): -945748 or 11309553. OLE color: 11309553.
HSL color Cylindrical-coordinate representation of color #F191AC: hue angle of 343.12º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F191AC is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 145 | 172 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.05 |
| HSL | 343.13º | 0.77% | 0.76% | - |
| HSV(B) | 343.13º | 0.4% | 0.95% | - |
| XYZ | 53.85 | 41.93 | 44.28 | - |
| YUV | 176.78 | 125.3 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 145 | 172 | 0 | 0.40 | 0.29 | 0.05 | 343.13 | 0.77 | 0.76 |
| Hex | F1 | 91 | AC | 0 | 28 | 1D | 5 | 157 | 4D | 4C |
| Octal | 361 | 221 | 254 | 0 | 50 | 35 | 5 | 527 | 115 | 114 |
| Binary | 11110001 | 10010001 | 10101100 | 0 | 101000 | 11101 | 101 | 101010111 | 1001101 | 1001100 |
Color Harmonies of #F191AC
Complementary color
Monochromatic Colors of #F191AC
Black with #F191AC
Text Example
Text Example
White with #F191AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F191AC; }
p { color: rgb(241,145,172); }
H1.HeaderClassName
{
color: #F191AC;
}
.AnyTagClassName
{
color: #F191AC;
}
</style>
background-color css
<style>
a { background-color: #F191AC; }
a { background-color: rgb(241,145,172); }
div.DivClassName
{
background-color: #F191AC;
}
.BgClassName
{
background-color: #F191AC;
}
</style>
border-color css
<style>
span { border-color: #F191AC; }
span { border-color: rgb(241,145,172); }
td.TdClassName
{
border-color: #F191AC;
}
.TagClassName
{
border-color: #F191AC;
}
</style>