Shades of Mauvelous #F894A6
Tints of Mauvelous #F894A6
RGB
CMYK
RGB Variations
Color information
#F894A6 (or 0xF894A6) is known color: Mauvelous. HEX triplet: F8, 94 and A6. RGB value is (248,148,166). Sum of RGB (Red+Green+Blue) = 248+148+166=562 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.13% from 562); Green value is 148 (58.20% from 255 or 26.33% from 562); Blue value is 166 (65.23% from 255 or 29.54% from 562); Max value from RGB is 248 - color contains mainly: red. Hex color #F894A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F894A6 is #076B59. Grayscale: #B3B3B3. Windows color (decimal): -486234 or 10917112. OLE color: 10917112.
HSL color Cylindrical-coordinate representation of color #F894A6: hue angle of 349.2º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F894A6 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 148 | 166 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.03 |
| HSL | 349.2º | 0.88% | 0.78% | - |
| HSV(B) | 349.2º | 0.4% | 0.97% | - |
| XYZ | 56.18 | 43.89 | 41.59 | - |
| YUV | 179.95 | 120.13 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 148 | 166 | 0 | 0.40 | 0.33 | 0.03 | 349.2 | 0.88 | 0.78 |
| Hex | F8 | 94 | A6 | 0 | 28 | 21 | 3 | 15D | 58 | 4E |
| Octal | 370 | 224 | 246 | 0 | 50 | 41 | 3 | 535 | 130 | 116 |
| Binary | 11111000 | 10010100 | 10100110 | 0 | 101000 | 100001 | 11 | 101011101 | 1011000 | 1001110 |
Color Harmonies of #F894A6
Complementary color
Monochromatic Colors of #F894A6
Black with #F894A6
Text Example
Text Example
White with #F894A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F894A6; }
p { color: rgb(248,148,166); }
H1.HeaderClassName
{
color: #F894A6;
}
.AnyTagClassName
{
color: #F894A6;
}
</style>
background-color css
<style>
a { background-color: #F894A6; }
a { background-color: rgb(248,148,166); }
div.DivClassName
{
background-color: #F894A6;
}
.BgClassName
{
background-color: #F894A6;
}
</style>
border-color css
<style>
span { border-color: #F894A6; }
span { border-color: rgb(248,148,166); }
td.TdClassName
{
border-color: #F894A6;
}
.TagClassName
{
border-color: #F894A6;
}
</style>