Shades of Mauvelous #F294A6
Tints of Mauvelous #F294A6
RGB
CMYK
RGB Variations
Color information
#F294A6 (or 0xF294A6) is known color: Mauvelous. HEX triplet: F2, 94 and A6. RGB value is (242,148,166). Sum of RGB (Red+Green+Blue) = 242+148+166=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 148 (58.20% from 255 or 26.62% from 556); Blue value is 166 (65.23% from 255 or 29.86% from 556); Max value from RGB is 242 - color contains mainly: red. Hex color #F294A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F294A6 is #0D6B59. Grayscale: #B2B2B2. Windows color (decimal): -879450 or 10917106. OLE color: 10917106.
HSL color Cylindrical-coordinate representation of color #F294A6: hue angle of 348.51º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F294A6 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 148 | 166 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.05 |
| HSL | 348.51º | 0.78% | 0.76% | - |
| HSV(B) | 348.51º | 0.39% | 0.95% | - |
| XYZ | 54.09 | 42.81 | 41.49 | - |
| YUV | 178.16 | 121.14 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 166 | 0 | 0.39 | 0.31 | 0.05 | 348.51 | 0.78 | 0.76 |
| Hex | F2 | 94 | A6 | 0 | 27 | 1F | 5 | 15D | 4E | 4C |
| Octal | 362 | 224 | 246 | 0 | 47 | 37 | 5 | 535 | 116 | 114 |
| Binary | 11110010 | 10010100 | 10100110 | 0 | 100111 | 11111 | 101 | 101011101 | 1001110 | 1001100 |
Color Harmonies of #F294A6
Complementary color
Monochromatic Colors of #F294A6
Black with #F294A6
Text Example
Text Example
White with #F294A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F294A6; }
p { color: rgb(242,148,166); }
H1.HeaderClassName
{
color: #F294A6;
}
.AnyTagClassName
{
color: #F294A6;
}
</style>
background-color css
<style>
a { background-color: #F294A6; }
a { background-color: rgb(242,148,166); }
div.DivClassName
{
background-color: #F294A6;
}
.BgClassName
{
background-color: #F294A6;
}
</style>
border-color css
<style>
span { border-color: #F294A6; }
span { border-color: rgb(242,148,166); }
td.TdClassName
{
border-color: #F294A6;
}
.TagClassName
{
border-color: #F294A6;
}
</style>