Shades of Mauvelous #F196A8
Tints of Mauvelous #F196A8
RGB
CMYK
RGB Variations
Color information
#F196A8 (or 0xF196A8) is known color: Mauvelous. HEX triplet: F1, 96 and A8. RGB value is (241,150,168). Sum of RGB (Red+Green+Blue) = 241+150+168=559 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.11% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 168 (66.02% from 255 or 30.05% from 559); Max value from RGB is 241 - color contains mainly: red. Hex color #F196A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F196A8 is #0E6957. Grayscale: #B3B3B3. Windows color (decimal): -944472 or 11048689. OLE color: 11048689.
HSL color Cylindrical-coordinate representation of color #F196A8: hue angle of 348.13º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F196A8 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 150 | 168 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.05 |
| HSL | 348.13º | 0.76% | 0.77% | - |
| HSV(B) | 348.13º | 0.38% | 0.95% | - |
| XYZ | 54.25 | 43.34 | 42.55 | - |
| YUV | 179.26 | 121.65 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 150 | 168 | 0 | 0.38 | 0.30 | 0.05 | 348.13 | 0.76 | 0.77 |
| Hex | F1 | 96 | A8 | 0 | 26 | 1E | 5 | 15C | 4C | 4D |
| Octal | 361 | 226 | 250 | 0 | 46 | 36 | 5 | 534 | 114 | 115 |
| Binary | 11110001 | 10010110 | 10101000 | 0 | 100110 | 11110 | 101 | 101011100 | 1001100 | 1001101 |
Color Harmonies of #F196A8
Complementary color
Monochromatic Colors of #F196A8
Black with #F196A8
Text Example
Text Example
White with #F196A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F196A8; }
p { color: rgb(241,150,168); }
H1.HeaderClassName
{
color: #F196A8;
}
.AnyTagClassName
{
color: #F196A8;
}
</style>
background-color css
<style>
a { background-color: #F196A8; }
a { background-color: rgb(241,150,168); }
div.DivClassName
{
background-color: #F196A8;
}
.BgClassName
{
background-color: #F196A8;
}
</style>
border-color css
<style>
span { border-color: #F196A8; }
span { border-color: rgb(241,150,168); }
td.TdClassName
{
border-color: #F196A8;
}
.TagClassName
{
border-color: #F196A8;
}
</style>