Shades of Mauvelous #F996AA
Tints of Mauvelous #F996AA
RGB
CMYK
RGB Variations
Color information
#F996AA (or 0xF996AA) is known color: Mauvelous. HEX triplet: F9, 96 and AA. RGB value is (249,150,170). Sum of RGB (Red+Green+Blue) = 249+150+170=569 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.76% from 569); Green value is 150 (58.98% from 255 or 26.36% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 249 - color contains mainly: red. Hex color #F996AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F996AA is #066955. Grayscale: #B5B5B5. Windows color (decimal): -420182 or 11179769. OLE color: 11179769.
HSL color Cylindrical-coordinate representation of color #F996AA: hue angle of 347.88º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F996AA is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 150 | 170 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.02 |
| HSL | 347.88º | 0.89% | 0.78% | - |
| HSV(B) | 347.88º | 0.4% | 0.98% | - |
| XYZ | 57.23 | 44.85 | 43.67 | - |
| YUV | 181.88 | 121.3 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 150 | 170 | 0 | 0.40 | 0.32 | 0.02 | 347.88 | 0.89 | 0.78 |
| Hex | F9 | 96 | AA | 0 | 28 | 20 | 2 | 15C | 59 | 4E |
| Octal | 371 | 226 | 252 | 0 | 50 | 40 | 2 | 534 | 131 | 116 |
| Binary | 11111001 | 10010110 | 10101010 | 0 | 101000 | 100000 | 10 | 101011100 | 1011001 | 1001110 |
Color Harmonies of #F996AA
Complementary color
Monochromatic Colors of #F996AA
Black with #F996AA
Text Example
Text Example
White with #F996AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F996AA; }
p { color: rgb(249,150,170); }
H1.HeaderClassName
{
color: #F996AA;
}
.AnyTagClassName
{
color: #F996AA;
}
</style>
background-color css
<style>
a { background-color: #F996AA; }
a { background-color: rgb(249,150,170); }
div.DivClassName
{
background-color: #F996AA;
}
.BgClassName
{
background-color: #F996AA;
}
</style>
border-color css
<style>
span { border-color: #F996AA; }
span { border-color: rgb(249,150,170); }
td.TdClassName
{
border-color: #F996AA;
}
.TagClassName
{
border-color: #F996AA;
}
</style>