Shades of Mauvelous #F48BA0
Tints of Mauvelous #F48BA0
RGB
CMYK
RGB Variations
Color information
#F48BA0 (or 0xF48BA0) is known color: Mauvelous. HEX triplet: F4, 8B and A0. RGB value is (244,139,160). Sum of RGB (Red+Green+Blue) = 244+139+160=543 (71% of max value = 765). Red value is 244 (95.70% from 255 or 44.94% from 543); Green value is 139 (54.69% from 255 or 25.60% from 543); Blue value is 160 (62.89% from 255 or 29.47% from 543); Max value from RGB is 244 - color contains mainly: red. Hex color #F48BA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48BA0 is #0B745F. Grayscale: #ACACAC. Windows color (decimal): -750688 or 10521588. OLE color: 10521588.
HSL color Cylindrical-coordinate representation of color #F48BA0: hue angle of 348º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F48BA0 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 139 | 160 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.04 |
| HSL | 348º | 0.83% | 0.75% | - |
| HSV(B) | 348º | 0.43% | 0.96% | - |
| XYZ | 52.89 | 40.24 | 38.24 | - |
| YUV | 172.79 | 120.79 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 139 | 160 | 0 | 0.43 | 0.34 | 0.04 | 348 | 0.83 | 0.75 |
| Hex | F4 | 8B | A0 | 0 | 2B | 22 | 4 | 15C | 53 | 4B |
| Octal | 364 | 213 | 240 | 0 | 53 | 42 | 4 | 534 | 123 | 113 |
| Binary | 11110100 | 10001011 | 10100000 | 0 | 101011 | 100010 | 100 | 101011100 | 1010011 | 1001011 |
Color Harmonies of #F48BA0
Complementary color
Monochromatic Colors of #F48BA0
Black with #F48BA0
Text Example
Text Example
White with #F48BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48BA0; }
p { color: rgb(244,139,160); }
H1.HeaderClassName
{
color: #F48BA0;
}
.AnyTagClassName
{
color: #F48BA0;
}
</style>
background-color css
<style>
a { background-color: #F48BA0; }
a { background-color: rgb(244,139,160); }
div.DivClassName
{
background-color: #F48BA0;
}
.BgClassName
{
background-color: #F48BA0;
}
</style>
border-color css
<style>
span { border-color: #F48BA0; }
span { border-color: rgb(244,139,160); }
td.TdClassName
{
border-color: #F48BA0;
}
.TagClassName
{
border-color: #F48BA0;
}
</style>