Shades of Mauvelous #F189A1
Tints of Mauvelous #F189A1
RGB
CMYK
RGB Variations
Color information
#F189A1 (or 0xF189A1) is known color: Mauvelous. HEX triplet: F1, 89 and A1. RGB value is (241,137,161). Sum of RGB (Red+Green+Blue) = 241+137+161=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 137 (53.91% from 255 or 25.42% from 539); Blue value is 161 (63.28% from 255 or 29.87% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F189A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F189A1 is #0E765E. Grayscale: #AAAAAA. Windows color (decimal): -947807 or 10586609. OLE color: 10586609.
HSL color Cylindrical-coordinate representation of color #F189A1: hue angle of 346.15º 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 #F189A1 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 137 | 161 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.05 |
| HSL | 346.15º | 0.79% | 0.74% | - |
| HSV(B) | 346.15º | 0.43% | 0.95% | - |
| XYZ | 51.65 | 39.17 | 38.56 | - |
| YUV | 170.83 | 122.46 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 137 | 161 | 0 | 0.43 | 0.33 | 0.05 | 346.15 | 0.79 | 0.74 |
| Hex | F1 | 89 | A1 | 0 | 2B | 21 | 5 | 15A | 4F | 4A |
| Octal | 361 | 211 | 241 | 0 | 53 | 41 | 5 | 532 | 117 | 112 |
| Binary | 11110001 | 10001001 | 10100001 | 0 | 101011 | 100001 | 101 | 101011010 | 1001111 | 1001010 |
Color Harmonies of #F189A1
Complementary color
Monochromatic Colors of #F189A1
Black with #F189A1
Text Example
Text Example
White with #F189A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F189A1; }
p { color: rgb(241,137,161); }
H1.HeaderClassName
{
color: #F189A1;
}
.AnyTagClassName
{
color: #F189A1;
}
</style>
background-color css
<style>
a { background-color: #F189A1; }
a { background-color: rgb(241,137,161); }
div.DivClassName
{
background-color: #F189A1;
}
.BgClassName
{
background-color: #F189A1;
}
</style>
border-color css
<style>
span { border-color: #F189A1; }
span { border-color: rgb(241,137,161); }
td.TdClassName
{
border-color: #F189A1;
}
.TagClassName
{
border-color: #F189A1;
}
</style>