Shades of Mauvelous #F48AA7
Tints of Mauvelous #F48AA7
RGB
CMYK
RGB Variations
Color information
#F48AA7 (or 0xF48AA7) is known color: Mauvelous. HEX triplet: F4, 8A and A7. RGB value is (244,138,167). Sum of RGB (Red+Green+Blue) = 244+138+167=549 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.44% from 549); Green value is 138 (54.30% from 255 or 25.14% from 549); Blue value is 167 (65.62% from 255 or 30.42% from 549); Max value from RGB is 244 - color contains mainly: red. Hex color #F48AA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48AA7 is #0B7558. Grayscale: #ACACAC. Windows color (decimal): -750937 or 10980084. OLE color: 10980084.
HSL color Cylindrical-coordinate representation of color #F48AA7: hue angle of 343.58º 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 #F48AA7 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 138 | 167 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.04 |
| HSL | 343.58º | 0.83% | 0.75% | - |
| HSV(B) | 343.58º | 0.43% | 0.96% | - |
| XYZ | 53.37 | 40.2 | 41.51 | - |
| YUV | 173 | 124.62 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 138 | 167 | 0 | 0.43 | 0.32 | 0.04 | 343.58 | 0.83 | 0.75 |
| Hex | F4 | 8A | A7 | 0 | 2B | 20 | 4 | 158 | 53 | 4B |
| Octal | 364 | 212 | 247 | 0 | 53 | 40 | 4 | 530 | 123 | 113 |
| Binary | 11110100 | 10001010 | 10100111 | 0 | 101011 | 100000 | 100 | 101011000 | 1010011 | 1001011 |
Color Harmonies of #F48AA7
Complementary color
Monochromatic Colors of #F48AA7
Black with #F48AA7
Text Example
Text Example
White with #F48AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48AA7; }
p { color: rgb(244,138,167); }
H1.HeaderClassName
{
color: #F48AA7;
}
.AnyTagClassName
{
color: #F48AA7;
}
</style>
background-color css
<style>
a { background-color: #F48AA7; }
a { background-color: rgb(244,138,167); }
div.DivClassName
{
background-color: #F48AA7;
}
.BgClassName
{
background-color: #F48AA7;
}
</style>
border-color css
<style>
span { border-color: #F48AA7; }
span { border-color: rgb(244,138,167); }
td.TdClassName
{
border-color: #F48AA7;
}
.TagClassName
{
border-color: #F48AA7;
}
</style>