Shades of Mauvelous #F78BA8
Tints of Mauvelous #F78BA8
RGB
CMYK
RGB Variations
Color information
#F78BA8 (or 0xF78BA8) is known color: Mauvelous. HEX triplet: F7, 8B and A8. RGB value is (247,139,168). Sum of RGB (Red+Green+Blue) = 247+139+168=554 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.58% from 554); Green value is 139 (54.69% from 255 or 25.09% from 554); Blue value is 168 (66.02% from 255 or 30.32% from 554); Max value from RGB is 247 - color contains mainly: red. Hex color #F78BA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F78BA8 is #087457. Grayscale: #AEAEAE. Windows color (decimal): -554072 or 11045879. OLE color: 11045879.
HSL color Cylindrical-coordinate representation of color #F78BA8: hue angle of 343.89º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F78BA8 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 139 | 168 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.03 |
| HSL | 343.89º | 0.87% | 0.76% | - |
| HSV(B) | 343.89º | 0.44% | 0.97% | - |
| XYZ | 54.66 | 41.07 | 42.09 | - |
| YUV | 174.6 | 124.28 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 139 | 168 | 0 | 0.44 | 0.32 | 0.03 | 343.89 | 0.87 | 0.76 |
| Hex | F7 | 8B | A8 | 0 | 2C | 20 | 3 | 158 | 57 | 4C |
| Octal | 367 | 213 | 250 | 0 | 54 | 40 | 3 | 530 | 127 | 114 |
| Binary | 11110111 | 10001011 | 10101000 | 0 | 101100 | 100000 | 11 | 101011000 | 1010111 | 1001100 |
Color Harmonies of #F78BA8
Complementary color
Monochromatic Colors of #F78BA8
Black with #F78BA8
Text Example
Text Example
White with #F78BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78BA8; }
p { color: rgb(247,139,168); }
H1.HeaderClassName
{
color: #F78BA8;
}
.AnyTagClassName
{
color: #F78BA8;
}
</style>
background-color css
<style>
a { background-color: #F78BA8; }
a { background-color: rgb(247,139,168); }
div.DivClassName
{
background-color: #F78BA8;
}
.BgClassName
{
background-color: #F78BA8;
}
</style>
border-color css
<style>
span { border-color: #F78BA8; }
span { border-color: rgb(247,139,168); }
td.TdClassName
{
border-color: #F78BA8;
}
.TagClassName
{
border-color: #F78BA8;
}
</style>