Shades of Mauvelous #F18AA0
Tints of Mauvelous #F18AA0
RGB
CMYK
RGB Variations
Color information
#F18AA0 (or 0xF18AA0) is known color: Mauvelous. HEX triplet: F1, 8A and A0. RGB value is (241,138,160). Sum of RGB (Red+Green+Blue) = 241+138+160=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 138 (54.30% from 255 or 25.60% from 539); Blue value is 160 (62.89% from 255 or 29.68% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F18AA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18AA0 is #0E755F. Grayscale: #ABABAB. Windows color (decimal): -947552 or 10521329. OLE color: 10521329.
HSL color Cylindrical-coordinate representation of color #F18AA0: hue angle of 347.18º 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 #F18AA0 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 160 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.05 |
| HSL | 347.18º | 0.79% | 0.74% | - |
| HSV(B) | 347.18º | 0.43% | 0.95% | - |
| XYZ | 51.71 | 39.42 | 38.14 | - |
| YUV | 171.31 | 121.62 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 160 | 0 | 0.43 | 0.34 | 0.05 | 347.18 | 0.79 | 0.74 |
| Hex | F1 | 8A | A0 | 0 | 2B | 22 | 5 | 15B | 4F | 4A |
| Octal | 361 | 212 | 240 | 0 | 53 | 42 | 5 | 533 | 117 | 112 |
| Binary | 11110001 | 10001010 | 10100000 | 0 | 101011 | 100010 | 101 | 101011011 | 1001111 | 1001010 |
Color Harmonies of #F18AA0
Complementary color
Monochromatic Colors of #F18AA0
Black with #F18AA0
Text Example
Text Example
White with #F18AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18AA0; }
p { color: rgb(241,138,160); }
H1.HeaderClassName
{
color: #F18AA0;
}
.AnyTagClassName
{
color: #F18AA0;
}
</style>
background-color css
<style>
a { background-color: #F18AA0; }
a { background-color: rgb(241,138,160); }
div.DivClassName
{
background-color: #F18AA0;
}
.BgClassName
{
background-color: #F18AA0;
}
</style>
border-color css
<style>
span { border-color: #F18AA0; }
span { border-color: rgb(241,138,160); }
td.TdClassName
{
border-color: #F18AA0;
}
.TagClassName
{
border-color: #F18AA0;
}
</style>