Shades of Mauvelous #F694AC
Tints of Mauvelous #F694AC
RGB
CMYK
RGB Variations
Color information
#F694AC (or 0xF694AC) is known color: Mauvelous. HEX triplet: F6, 94 and AC. RGB value is (246,148,172). Sum of RGB (Red+Green+Blue) = 246+148+172=566 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.46% from 566); Green value is 148 (58.20% from 255 or 26.15% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 246 - color contains mainly: red. Hex color #F694AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F694AC is #096B53. Grayscale: #B4B4B4. Windows color (decimal): -617300 or 11310326. OLE color: 11310326.
HSL color Cylindrical-coordinate representation of color #F694AC: hue angle of 345.31º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F694AC is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 148 | 172 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.04 |
| HSL | 345.31º | 0.84% | 0.77% | - |
| HSV(B) | 345.31º | 0.4% | 0.96% | - |
| XYZ | 56.04 | 43.75 | 44.52 | - |
| YUV | 180.04 | 123.47 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 148 | 172 | 0 | 0.40 | 0.30 | 0.04 | 345.31 | 0.84 | 0.77 |
| Hex | F6 | 94 | AC | 0 | 28 | 1E | 4 | 159 | 54 | 4D |
| Octal | 366 | 224 | 254 | 0 | 50 | 36 | 4 | 531 | 124 | 115 |
| Binary | 11110110 | 10010100 | 10101100 | 0 | 101000 | 11110 | 100 | 101011001 | 1010100 | 1001101 |
Color Harmonies of #F694AC
Complementary color
Monochromatic Colors of #F694AC
Black with #F694AC
Text Example
Text Example
White with #F694AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F694AC; }
p { color: rgb(246,148,172); }
H1.HeaderClassName
{
color: #F694AC;
}
.AnyTagClassName
{
color: #F694AC;
}
</style>
background-color css
<style>
a { background-color: #F694AC; }
a { background-color: rgb(246,148,172); }
div.DivClassName
{
background-color: #F694AC;
}
.BgClassName
{
background-color: #F694AC;
}
</style>
border-color css
<style>
span { border-color: #F694AC; }
span { border-color: rgb(246,148,172); }
td.TdClassName
{
border-color: #F694AC;
}
.TagClassName
{
border-color: #F694AC;
}
</style>