Shades of Mauvelous #F48CAA
Tints of Mauvelous #F48CAA
RGB
CMYK
RGB Variations
Color information
#F48CAA (or 0xF48CAA) is known color: Mauvelous. HEX triplet: F4, 8C and AA. RGB value is (244,140,170). Sum of RGB (Red+Green+Blue) = 244+140+170=554 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.04% from 554); Green value is 140 (55.08% from 255 or 25.27% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 244 - color contains mainly: red. Hex color #F48CAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48CAA is #0B7355. Grayscale: #AEAEAE. Windows color (decimal): -750422 or 11177204. OLE color: 11177204.
HSL color Cylindrical-coordinate representation of color #F48CAA: hue angle of 342.69º 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 #F48CAA is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
RGB | 244 | 140 | 170 | - |
CMYK | 0 | 0.43 | 0.30 | 0.04 |
HSL | 342.69º | 0.83% | 0.75% | - |
HSV(B) | 342.69º | 0.43% | 0.96% | - |
XYZ | 53.94 | 40.89 | 43.08 | - |
YUV | 174.52 | 125.46 | 177.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 244 | 140 | 170 | 0 | 0.43 | 0.30 | 0.04 | 342.69 | 0.83 | 0.75 |
Hex | F4 | 8C | AA | 0 | 2B | 1E | 4 | 157 | 53 | 4B |
Octal | 364 | 214 | 252 | 0 | 53 | 36 | 4 | 527 | 123 | 113 |
Binary | 11110100 | 10001100 | 10101010 | 0 | 101011 | 11110 | 100 | 101010111 | 1010011 | 1001011 |
Color Harmonies of #F48CAA
Complementary color
Monochromatic Colors of #F48CAA
Black with #F48CAA
Text Example
Text Example
White with #F48CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48CAA; }
p { color: rgb(244,140,170); }
H1.HeaderClassName
{
color: #F48CAA;
}
.AnyTagClassName
{
color: #F48CAA;
}
</style>
background-color css
<style>
a { background-color: #F48CAA; }
a { background-color: rgb(244,140,170); }
div.DivClassName
{
background-color: #F48CAA;
}
.BgClassName
{
background-color: #F48CAA;
}
</style>
border-color css
<style>
span { border-color: #F48CAA; }
span { border-color: rgb(244,140,170); }
td.TdClassName
{
border-color: #F48CAA;
}
.TagClassName
{
border-color: #F48CAA;
}
</style>