Shades of Mauvelous #F78FAC
Tints of Mauvelous #F78FAC
RGB
CMYK
RGB Variations
Color information
#F78FAC (or 0xF78FAC) is known color: Mauvelous. HEX triplet: F7, 8F and AC. RGB value is (247,143,172). Sum of RGB (Red+Green+Blue) = 247+143+172=562 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.95% from 562); Green value is 143 (56.25% from 255 or 25.44% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 247 - color contains mainly: red. Hex color #F78FAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F78FAC is #087053. Grayscale: #B1B1B1. Windows color (decimal): -553044 or 11309047. OLE color: 11309047.
HSL color Cylindrical-coordinate representation of color #F78FAC: hue angle of 343.27º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F78FAC is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 143 | 172 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.03 |
| HSL | 343.27º | 0.87% | 0.76% | - |
| HSV(B) | 343.27º | 0.42% | 0.97% | - |
| XYZ | 55.63 | 42.4 | 44.28 | - |
| YUV | 177.4 | 124.96 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 143 | 172 | 0 | 0.42 | 0.30 | 0.03 | 343.27 | 0.87 | 0.76 |
| Hex | F7 | 8F | AC | 0 | 2A | 1E | 3 | 157 | 57 | 4C |
| Octal | 367 | 217 | 254 | 0 | 52 | 36 | 3 | 527 | 127 | 114 |
| Binary | 11110111 | 10001111 | 10101100 | 0 | 101010 | 11110 | 11 | 101010111 | 1010111 | 1001100 |
Color Harmonies of #F78FAC
Complementary color
Monochromatic Colors of #F78FAC
Black with #F78FAC
Text Example
Text Example
White with #F78FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78FAC; }
p { color: rgb(247,143,172); }
H1.HeaderClassName
{
color: #F78FAC;
}
.AnyTagClassName
{
color: #F78FAC;
}
</style>
background-color css
<style>
a { background-color: #F78FAC; }
a { background-color: rgb(247,143,172); }
div.DivClassName
{
background-color: #F78FAC;
}
.BgClassName
{
background-color: #F78FAC;
}
</style>
border-color css
<style>
span { border-color: #F78FAC; }
span { border-color: rgb(247,143,172); }
td.TdClassName
{
border-color: #F78FAC;
}
.TagClassName
{
border-color: #F78FAC;
}
</style>