Shades of Mauvelous #F992AA
Tints of Mauvelous #F992AA
RGB
CMYK
RGB Variations
Color information
#F992AA (or 0xF992AA) is known color: Mauvelous. HEX triplet: F9, 92 and AA. RGB value is (249,146,170). Sum of RGB (Red+Green+Blue) = 249+146+170=565 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.07% from 565); Green value is 146 (57.42% from 255 or 25.84% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 249 - color contains mainly: red. Hex color #F992AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F992AA is #066D55. Grayscale: #B3B3B3. Windows color (decimal): -421206 or 11178745. OLE color: 11178745.
HSL color Cylindrical-coordinate representation of color #F992AA: hue angle of 346.02º 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 #F992AA is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 146 | 170 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.02 |
| HSL | 346.02º | 0.9% | 0.77% | - |
| HSV(B) | 346.02º | 0.41% | 0.98% | - |
| XYZ | 56.6 | 43.6 | 43.46 | - |
| YUV | 179.53 | 122.62 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 146 | 170 | 0 | 0.41 | 0.32 | 0.02 | 346.02 | 0.9 | 0.77 |
| Hex | F9 | 92 | AA | 0 | 29 | 20 | 2 | 15A | 5A | 4D |
| Octal | 371 | 222 | 252 | 0 | 51 | 40 | 2 | 532 | 132 | 115 |
| Binary | 11111001 | 10010010 | 10101010 | 0 | 101001 | 100000 | 10 | 101011010 | 1011010 | 1001101 |
Color Harmonies of #F992AA
Complementary color
Monochromatic Colors of #F992AA
Black with #F992AA
Text Example
Text Example
White with #F992AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F992AA; }
p { color: rgb(249,146,170); }
H1.HeaderClassName
{
color: #F992AA;
}
.AnyTagClassName
{
color: #F992AA;
}
</style>
background-color css
<style>
a { background-color: #F992AA; }
a { background-color: rgb(249,146,170); }
div.DivClassName
{
background-color: #F992AA;
}
.BgClassName
{
background-color: #F992AA;
}
</style>
border-color css
<style>
span { border-color: #F992AA; }
span { border-color: rgb(249,146,170); }
td.TdClassName
{
border-color: #F992AA;
}
.TagClassName
{
border-color: #F992AA;
}
</style>