Shades of Mauvelous #F18BA7
Tints of Mauvelous #F18BA7
RGB
CMYK
RGB Variations
Color information
#F18BA7 (or 0xF18BA7) is known color: Mauvelous. HEX triplet: F1, 8B and A7. RGB value is (241,139,167). Sum of RGB (Red+Green+Blue) = 241+139+167=547 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.06% from 547); Green value is 139 (54.69% from 255 or 25.41% from 547); Blue value is 167 (65.62% from 255 or 30.53% from 547); Max value from RGB is 241 - color contains mainly: red. Hex color #F18BA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18BA7 is #0E7458. Grayscale: #ACACAC. Windows color (decimal): -947289 or 10980337. OLE color: 10980337.
HSL color Cylindrical-coordinate representation of color #F18BA7: hue angle of 343.53º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F18BA7 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 139 | 167 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.05 |
| HSL | 343.53º | 0.78% | 0.75% | - |
| HSV(B) | 343.53º | 0.42% | 0.95% | - |
| XYZ | 52.48 | 39.96 | 41.51 | - |
| YUV | 172.69 | 124.79 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 139 | 167 | 0 | 0.42 | 0.31 | 0.05 | 343.53 | 0.78 | 0.75 |
| Hex | F1 | 8B | A7 | 0 | 2A | 1F | 5 | 158 | 4E | 4B |
| Octal | 361 | 213 | 247 | 0 | 52 | 37 | 5 | 530 | 116 | 113 |
| Binary | 11110001 | 10001011 | 10100111 | 0 | 101010 | 11111 | 101 | 101011000 | 1001110 | 1001011 |
Color Harmonies of #F18BA7
Complementary color
Monochromatic Colors of #F18BA7
Black with #F18BA7
Text Example
Text Example
White with #F18BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18BA7; }
p { color: rgb(241,139,167); }
H1.HeaderClassName
{
color: #F18BA7;
}
.AnyTagClassName
{
color: #F18BA7;
}
</style>
background-color css
<style>
a { background-color: #F18BA7; }
a { background-color: rgb(241,139,167); }
div.DivClassName
{
background-color: #F18BA7;
}
.BgClassName
{
background-color: #F18BA7;
}
</style>
border-color css
<style>
span { border-color: #F18BA7; }
span { border-color: rgb(241,139,167); }
td.TdClassName
{
border-color: #F18BA7;
}
.TagClassName
{
border-color: #F18BA7;
}
</style>