Shades of Mauvelous #F78CA2
Tints of Mauvelous #F78CA2
RGB
CMYK
RGB Variations
Color information
#F78CA2 (or 0xF78CA2) is known color: Mauvelous. HEX triplet: F7, 8C and A2. RGB value is (247,140,162). Sum of RGB (Red+Green+Blue) = 247+140+162=549 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.99% from 549); Green value is 140 (55.08% from 255 or 25.50% from 549); Blue value is 162 (63.67% from 255 or 29.51% from 549); Max value from RGB is 247 - color contains mainly: red. Hex color #F78CA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F78CA2 is #08735D. Grayscale: #AEAEAE. Windows color (decimal): -553822 or 10652919. OLE color: 10652919.
HSL color Cylindrical-coordinate representation of color #F78CA2: hue angle of 347.66º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F78CA2 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 140 | 162 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.03 |
| HSL | 347.66º | 0.87% | 0.76% | - |
| HSV(B) | 347.66º | 0.43% | 0.97% | - |
| XYZ | 54.26 | 41.14 | 39.26 | - |
| YUV | 174.5 | 120.95 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 140 | 162 | 0 | 0.43 | 0.34 | 0.03 | 347.66 | 0.87 | 0.76 |
| Hex | F7 | 8C | A2 | 0 | 2B | 22 | 3 | 15C | 57 | 4C |
| Octal | 367 | 214 | 242 | 0 | 53 | 42 | 3 | 534 | 127 | 114 |
| Binary | 11110111 | 10001100 | 10100010 | 0 | 101011 | 100010 | 11 | 101011100 | 1010111 | 1001100 |
Color Harmonies of #F78CA2
Complementary color
Monochromatic Colors of #F78CA2
Black with #F78CA2
Text Example
Text Example
White with #F78CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78CA2; }
p { color: rgb(247,140,162); }
H1.HeaderClassName
{
color: #F78CA2;
}
.AnyTagClassName
{
color: #F78CA2;
}
</style>
background-color css
<style>
a { background-color: #F78CA2; }
a { background-color: rgb(247,140,162); }
div.DivClassName
{
background-color: #F78CA2;
}
.BgClassName
{
background-color: #F78CA2;
}
</style>
border-color css
<style>
span { border-color: #F78CA2; }
span { border-color: rgb(247,140,162); }
td.TdClassName
{
border-color: #F78CA2;
}
.TagClassName
{
border-color: #F78CA2;
}
</style>