Shades of Mauvelous #F48BA7
Tints of Mauvelous #F48BA7
RGB
CMYK
RGB Variations
Color information
#F48BA7 (or 0xF48BA7) is known color: Mauvelous. HEX triplet: F4, 8B and A7. RGB value is (244,139,167). Sum of RGB (Red+Green+Blue) = 244+139+167=550 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.36% from 550); Green value is 139 (54.69% from 255 or 25.27% from 550); Blue value is 167 (65.62% from 255 or 30.36% from 550); Max value from RGB is 244 - color contains mainly: red. Hex color #F48BA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48BA7 is #0B7458. Grayscale: #ADADAD. Windows color (decimal): -750681 or 10980340. OLE color: 10980340.
HSL color Cylindrical-coordinate representation of color #F48BA7: hue angle of 344º 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 #F48BA7 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 139 | 167 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.04 |
| HSL | 344º | 0.83% | 0.75% | - |
| HSV(B) | 344º | 0.43% | 0.96% | - |
| XYZ | 53.52 | 40.49 | 41.55 | - |
| YUV | 173.59 | 124.29 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 139 | 167 | 0 | 0.43 | 0.32 | 0.04 | 344 | 0.83 | 0.75 |
| Hex | F4 | 8B | A7 | 0 | 2B | 20 | 4 | 158 | 53 | 4B |
| Octal | 364 | 213 | 247 | 0 | 53 | 40 | 4 | 530 | 123 | 113 |
| Binary | 11110100 | 10001011 | 10100111 | 0 | 101011 | 100000 | 100 | 101011000 | 1010011 | 1001011 |
Color Harmonies of #F48BA7
Complementary color
Monochromatic Colors of #F48BA7
Black with #F48BA7
Text Example
Text Example
White with #F48BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48BA7; }
p { color: rgb(244,139,167); }
H1.HeaderClassName
{
color: #F48BA7;
}
.AnyTagClassName
{
color: #F48BA7;
}
</style>
background-color css
<style>
a { background-color: #F48BA7; }
a { background-color: rgb(244,139,167); }
div.DivClassName
{
background-color: #F48BA7;
}
.BgClassName
{
background-color: #F48BA7;
}
</style>
border-color css
<style>
span { border-color: #F48BA7; }
span { border-color: rgb(244,139,167); }
td.TdClassName
{
border-color: #F48BA7;
}
.TagClassName
{
border-color: #F48BA7;
}
</style>