Shades of Mauvelous #F191A3
Tints of Mauvelous #F191A3
RGB
CMYK
RGB Variations
Color information
#F191A3 (or 0xF191A3) is known color: Mauvelous. HEX triplet: F1, 91 and A3. RGB value is (241,145,163). Sum of RGB (Red+Green+Blue) = 241+145+163=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 145 (57.03% from 255 or 26.41% from 549); Blue value is 163 (64.06% from 255 or 29.69% from 549); Max value from RGB is 241 - color contains mainly: red. Hex color #F191A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F191A3 is #0E6E5C. Grayscale: #AFAFAF. Windows color (decimal): -945757 or 10719729. OLE color: 10719729.
HSL color Cylindrical-coordinate representation of color #F191A3: hue angle of 348.75º 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 #F191A3 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 145 | 163 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.05 |
| HSL | 348.75º | 0.77% | 0.76% | - |
| HSV(B) | 348.75º | 0.4% | 0.95% | - |
| XYZ | 53.01 | 41.6 | 39.89 | - |
| YUV | 175.76 | 120.8 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 145 | 163 | 0 | 0.40 | 0.32 | 0.05 | 348.75 | 0.77 | 0.76 |
| Hex | F1 | 91 | A3 | 0 | 28 | 20 | 5 | 15D | 4D | 4C |
| Octal | 361 | 221 | 243 | 0 | 50 | 40 | 5 | 535 | 115 | 114 |
| Binary | 11110001 | 10010001 | 10100011 | 0 | 101000 | 100000 | 101 | 101011101 | 1001101 | 1001100 |
Color Harmonies of #F191A3
Complementary color
Monochromatic Colors of #F191A3
Black with #F191A3
Text Example
Text Example
White with #F191A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F191A3; }
p { color: rgb(241,145,163); }
H1.HeaderClassName
{
color: #F191A3;
}
.AnyTagClassName
{
color: #F191A3;
}
</style>
background-color css
<style>
a { background-color: #F191A3; }
a { background-color: rgb(241,145,163); }
div.DivClassName
{
background-color: #F191A3;
}
.BgClassName
{
background-color: #F191A3;
}
</style>
border-color css
<style>
span { border-color: #F191A3; }
span { border-color: rgb(241,145,163); }
td.TdClassName
{
border-color: #F191A3;
}
.TagClassName
{
border-color: #F191A3;
}
</style>