Shades of Mauvelous #F192A2
Tints of Mauvelous #F192A2
RGB
CMYK
RGB Variations
Color information
#F192A2 (or 0xF192A2) is known color: Mauvelous. HEX triplet: F1, 92 and A2. RGB value is (241,146,162). Sum of RGB (Red+Green+Blue) = 241+146+162=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 146 (57.42% from 255 or 26.59% from 549); Blue value is 162 (63.67% from 255 or 29.51% from 549); Max value from RGB is 241 - color contains mainly: red. Hex color #F192A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F192A2 is #0E6D5D. Grayscale: #B0B0B0. Windows color (decimal): -945502 or 10654449. OLE color: 10654449.
HSL color Cylindrical-coordinate representation of color #F192A2: hue angle of 349.89º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F192A2 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 146 | 162 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.05 |
| HSL | 349.89º | 0.77% | 0.76% | - |
| HSV(B) | 349.89º | 0.39% | 0.95% | - |
| XYZ | 53.08 | 41.87 | 39.47 | - |
| YUV | 176.23 | 119.97 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 146 | 162 | 0 | 0.39 | 0.33 | 0.05 | 349.89 | 0.77 | 0.76 |
| Hex | F1 | 92 | A2 | 0 | 27 | 21 | 5 | 15E | 4D | 4C |
| Octal | 361 | 222 | 242 | 0 | 47 | 41 | 5 | 536 | 115 | 114 |
| Binary | 11110001 | 10010010 | 10100010 | 0 | 100111 | 100001 | 101 | 101011110 | 1001101 | 1001100 |
Color Harmonies of #F192A2
Complementary color
Monochromatic Colors of #F192A2
Black with #F192A2
Text Example
Text Example
White with #F192A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F192A2; }
p { color: rgb(241,146,162); }
H1.HeaderClassName
{
color: #F192A2;
}
.AnyTagClassName
{
color: #F192A2;
}
</style>
background-color css
<style>
a { background-color: #F192A2; }
a { background-color: rgb(241,146,162); }
div.DivClassName
{
background-color: #F192A2;
}
.BgClassName
{
background-color: #F192A2;
}
</style>
border-color css
<style>
span { border-color: #F192A2; }
span { border-color: rgb(241,146,162); }
td.TdClassName
{
border-color: #F192A2;
}
.TagClassName
{
border-color: #F192A2;
}
</style>