Shades of Mauvelous #F18BA3
Tints of Mauvelous #F18BA3
RGB
CMYK
RGB Variations
Color information
#F18BA3 (or 0xF18BA3) is known color: Mauvelous. HEX triplet: F1, 8B and A3. RGB value is (241,139,163). Sum of RGB (Red+Green+Blue) = 241+139+163=543 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.38% from 543); Green value is 139 (54.69% from 255 or 25.60% from 543); Blue value is 163 (64.06% from 255 or 30.02% from 543); Max value from RGB is 241 - color contains mainly: red. Hex color #F18BA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18BA3 is #0E745C. Grayscale: #ACACAC. Windows color (decimal): -947293 or 10718193. OLE color: 10718193.
HSL color Cylindrical-coordinate representation of color #F18BA3: hue angle of 345.88º 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 #F18BA3 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 139 | 163 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.05 |
| HSL | 345.88º | 0.78% | 0.75% | - |
| HSV(B) | 345.88º | 0.42% | 0.95% | - |
| XYZ | 52.12 | 39.81 | 39.59 | - |
| YUV | 172.23 | 122.79 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 139 | 163 | 0 | 0.42 | 0.32 | 0.05 | 345.88 | 0.78 | 0.75 |
| Hex | F1 | 8B | A3 | 0 | 2A | 20 | 5 | 15A | 4E | 4B |
| Octal | 361 | 213 | 243 | 0 | 52 | 40 | 5 | 532 | 116 | 113 |
| Binary | 11110001 | 10001011 | 10100011 | 0 | 101010 | 100000 | 101 | 101011010 | 1001110 | 1001011 |
Color Harmonies of #F18BA3
Complementary color
Monochromatic Colors of #F18BA3
Black with #F18BA3
Text Example
Text Example
White with #F18BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18BA3; }
p { color: rgb(241,139,163); }
H1.HeaderClassName
{
color: #F18BA3;
}
.AnyTagClassName
{
color: #F18BA3;
}
</style>
background-color css
<style>
a { background-color: #F18BA3; }
a { background-color: rgb(241,139,163); }
div.DivClassName
{
background-color: #F18BA3;
}
.BgClassName
{
background-color: #F18BA3;
}
</style>
border-color css
<style>
span { border-color: #F18BA3; }
span { border-color: rgb(241,139,163); }
td.TdClassName
{
border-color: #F18BA3;
}
.TagClassName
{
border-color: #F18BA3;
}
</style>