Shades of Mauvelous #F48CA1
Tints of Mauvelous #F48CA1
RGB
CMYK
RGB Variations
Color information
#F48CA1 (or 0xF48CA1) is known color: Mauvelous. HEX triplet: F4, 8C and A1. RGB value is (244,140,161). Sum of RGB (Red+Green+Blue) = 244+140+161=545 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.77% from 545); Green value is 140 (55.08% from 255 or 25.69% from 545); Blue value is 161 (63.28% from 255 or 29.54% from 545); Max value from RGB is 244 - color contains mainly: red. Hex color #F48CA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48CA1 is #0B735E. Grayscale: #ADADAD. Windows color (decimal): -750431 or 10587380. OLE color: 10587380.
HSL color Cylindrical-coordinate representation of color #F48CA1: hue angle of 347.88º 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 #F48CA1 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 140 | 161 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.04 |
| HSL | 347.88º | 0.83% | 0.75% | - |
| HSV(B) | 347.88º | 0.43% | 0.96% | - |
| XYZ | 53.12 | 40.56 | 38.75 | - |
| YUV | 173.49 | 120.96 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 140 | 161 | 0 | 0.43 | 0.34 | 0.04 | 347.88 | 0.83 | 0.75 |
| Hex | F4 | 8C | A1 | 0 | 2B | 22 | 4 | 15C | 53 | 4B |
| Octal | 364 | 214 | 241 | 0 | 53 | 42 | 4 | 534 | 123 | 113 |
| Binary | 11110100 | 10001100 | 10100001 | 0 | 101011 | 100010 | 100 | 101011100 | 1010011 | 1001011 |
Color Harmonies of #F48CA1
Complementary color
Monochromatic Colors of #F48CA1
Black with #F48CA1
Text Example
Text Example
White with #F48CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48CA1; }
p { color: rgb(244,140,161); }
H1.HeaderClassName
{
color: #F48CA1;
}
.AnyTagClassName
{
color: #F48CA1;
}
</style>
background-color css
<style>
a { background-color: #F48CA1; }
a { background-color: rgb(244,140,161); }
div.DivClassName
{
background-color: #F48CA1;
}
.BgClassName
{
background-color: #F48CA1;
}
</style>
border-color css
<style>
span { border-color: #F48CA1; }
span { border-color: rgb(244,140,161); }
td.TdClassName
{
border-color: #F48CA1;
}
.TagClassName
{
border-color: #F48CA1;
}
</style>