Shades of Mauvelous #F992A6
Tints of Mauvelous #F992A6
RGB
CMYK
RGB Variations
Color information
#F992A6 (or 0xF992A6) is known color: Mauvelous. HEX triplet: F9, 92 and A6. RGB value is (249,146,166). Sum of RGB (Red+Green+Blue) = 249+146+166=561 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.39% from 561); Green value is 146 (57.42% from 255 or 26.02% from 561); Blue value is 166 (65.23% from 255 or 29.59% from 561); Max value from RGB is 249 - color contains mainly: red. Hex color #F992A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F992A6 is #066D59. Grayscale: #B3B3B3. Windows color (decimal): -421210 or 10916601. OLE color: 10916601.
HSL color Cylindrical-coordinate representation of color #F992A6: hue angle of 348.35º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F992A6 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 146 | 166 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.02 |
| HSL | 348.35º | 0.9% | 0.77% | - |
| HSV(B) | 348.35º | 0.41% | 0.98% | - |
| XYZ | 56.23 | 43.45 | 41.5 | - |
| YUV | 179.08 | 120.62 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 146 | 166 | 0 | 0.41 | 0.33 | 0.02 | 348.35 | 0.9 | 0.77 |
| Hex | F9 | 92 | A6 | 0 | 29 | 21 | 2 | 15C | 5A | 4D |
| Octal | 371 | 222 | 246 | 0 | 51 | 41 | 2 | 534 | 132 | 115 |
| Binary | 11111001 | 10010010 | 10100110 | 0 | 101001 | 100001 | 10 | 101011100 | 1011010 | 1001101 |
Color Harmonies of #F992A6
Complementary color
Monochromatic Colors of #F992A6
Black with #F992A6
Text Example
Text Example
White with #F992A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F992A6; }
p { color: rgb(249,146,166); }
H1.HeaderClassName
{
color: #F992A6;
}
.AnyTagClassName
{
color: #F992A6;
}
</style>
background-color css
<style>
a { background-color: #F992A6; }
a { background-color: rgb(249,146,166); }
div.DivClassName
{
background-color: #F992A6;
}
.BgClassName
{
background-color: #F992A6;
}
</style>
border-color css
<style>
span { border-color: #F992A6; }
span { border-color: rgb(249,146,166); }
td.TdClassName
{
border-color: #F992A6;
}
.TagClassName
{
border-color: #F992A6;
}
</style>