Shades of Mauvelous #F189A0
Tints of Mauvelous #F189A0
RGB
CMYK
RGB Variations
Color information
#F189A0 (or 0xF189A0) is known color: Mauvelous. HEX triplet: F1, 89 and A0. RGB value is (241,137,160). Sum of RGB (Red+Green+Blue) = 241+137+160=538 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.80% from 538); Green value is 137 (53.91% from 255 or 25.46% from 538); Blue value is 160 (62.89% from 255 or 29.74% from 538); Max value from RGB is 241 - color contains mainly: red. Hex color #F189A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F189A0 is #0E765F. Grayscale: #AAAAAA. Windows color (decimal): -947808 or 10521073. OLE color: 10521073.
HSL color Cylindrical-coordinate representation of color #F189A0: hue angle of 346.73º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F189A0 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 137 | 160 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.05 |
| HSL | 346.73º | 0.79% | 0.74% | - |
| HSV(B) | 346.73º | 0.43% | 0.95% | - |
| XYZ | 51.57 | 39.13 | 38.09 | - |
| YUV | 170.72 | 121.96 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 137 | 160 | 0 | 0.43 | 0.34 | 0.05 | 346.73 | 0.79 | 0.74 |
| Hex | F1 | 89 | A0 | 0 | 2B | 22 | 5 | 15B | 4F | 4A |
| Octal | 361 | 211 | 240 | 0 | 53 | 42 | 5 | 533 | 117 | 112 |
| Binary | 11110001 | 10001001 | 10100000 | 0 | 101011 | 100010 | 101 | 101011011 | 1001111 | 1001010 |
Color Harmonies of #F189A0
Complementary color
Monochromatic Colors of #F189A0
Black with #F189A0
Text Example
Text Example
White with #F189A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F189A0; }
p { color: rgb(241,137,160); }
H1.HeaderClassName
{
color: #F189A0;
}
.AnyTagClassName
{
color: #F189A0;
}
</style>
background-color css
<style>
a { background-color: #F189A0; }
a { background-color: rgb(241,137,160); }
div.DivClassName
{
background-color: #F189A0;
}
.BgClassName
{
background-color: #F189A0;
}
</style>
border-color css
<style>
span { border-color: #F189A0; }
span { border-color: rgb(241,137,160); }
td.TdClassName
{
border-color: #F189A0;
}
.TagClassName
{
border-color: #F189A0;
}
</style>