Shades of Mauvelous #F188B0
Tints of Mauvelous #F188B0
RGB
CMYK
RGB Variations
Color information
#F188B0 (or 0xF188B0) is known color: Mauvelous. HEX triplet: F1, 88 and B0. RGB value is (241,136,176). Sum of RGB (Red+Green+Blue) = 241+136+176=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 136 (53.52% from 255 or 24.59% from 553); Blue value is 176 (69.14% from 255 or 31.83% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F188B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F188B0 is #0E774F. Grayscale: #ABABAB. Windows color (decimal): -948048 or 11569393. OLE color: 11569393.
HSL color Cylindrical-coordinate representation of color #F188B0: hue angle of 337.14º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F188B0 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 136 | 176 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.05 |
| HSL | 337.14º | 0.79% | 0.74% | - |
| HSV(B) | 337.14º | 0.44% | 0.95% | - |
| XYZ | 52.92 | 39.44 | 45.9 | - |
| YUV | 171.96 | 130.29 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 136 | 176 | 0 | 0.44 | 0.27 | 0.05 | 337.14 | 0.79 | 0.74 |
| Hex | F1 | 88 | B0 | 0 | 2C | 1B | 5 | 151 | 4F | 4A |
| Octal | 361 | 210 | 260 | 0 | 54 | 33 | 5 | 521 | 117 | 112 |
| Binary | 11110001 | 10001000 | 10110000 | 0 | 101100 | 11011 | 101 | 101010001 | 1001111 | 1001010 |
Color Harmonies of #F188B0
Complementary color
Monochromatic Colors of #F188B0
Black with #F188B0
Text Example
Text Example
White with #F188B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F188B0; }
p { color: rgb(241,136,176); }
H1.HeaderClassName
{
color: #F188B0;
}
.AnyTagClassName
{
color: #F188B0;
}
</style>
background-color css
<style>
a { background-color: #F188B0; }
a { background-color: rgb(241,136,176); }
div.DivClassName
{
background-color: #F188B0;
}
.BgClassName
{
background-color: #F188B0;
}
</style>
border-color css
<style>
span { border-color: #F188B0; }
span { border-color: rgb(241,136,176); }
td.TdClassName
{
border-color: #F188B0;
}
.TagClassName
{
border-color: #F188B0;
}
</style>