Shades of Mauvelous #F99AAA
Tints of Mauvelous #F99AAA
RGB
CMYK
RGB Variations
Color information
#F99AAA (or 0xF99AAA) is known color: Mauvelous. HEX triplet: F9, 9A and AA. RGB value is (249,154,170). Sum of RGB (Red+Green+Blue) = 249+154+170=573 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.46% from 573); Green value is 154 (60.55% from 255 or 26.88% from 573); Blue value is 170 (66.80% from 255 or 29.67% from 573); Max value from RGB is 249 - color contains mainly: red. Hex color #F99AAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99AAA is #066555. Grayscale: #B8B8B8. Windows color (decimal): -419158 or 11180793. OLE color: 11180793.
HSL color Cylindrical-coordinate representation of color #F99AAA: hue angle of 349.89º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F99AAA is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 154 | 170 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.02 |
| HSL | 349.89º | 0.89% | 0.79% | - |
| HSV(B) | 349.89º | 0.38% | 0.98% | - |
| XYZ | 57.88 | 46.15 | 43.89 | - |
| YUV | 184.23 | 119.97 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 154 | 170 | 0 | 0.38 | 0.32 | 0.02 | 349.89 | 0.89 | 0.79 |
| Hex | F9 | 9A | AA | 0 | 26 | 20 | 2 | 15E | 59 | 4F |
| Octal | 371 | 232 | 252 | 0 | 46 | 40 | 2 | 536 | 131 | 117 |
| Binary | 11111001 | 10011010 | 10101010 | 0 | 100110 | 100000 | 10 | 101011110 | 1011001 | 1001111 |
Color Harmonies of #F99AAA
Complementary color
Monochromatic Colors of #F99AAA
Black with #F99AAA
Text Example
Text Example
White with #F99AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99AAA; }
p { color: rgb(249,154,170); }
H1.HeaderClassName
{
color: #F99AAA;
}
.AnyTagClassName
{
color: #F99AAA;
}
</style>
background-color css
<style>
a { background-color: #F99AAA; }
a { background-color: rgb(249,154,170); }
div.DivClassName
{
background-color: #F99AAA;
}
.BgClassName
{
background-color: #F99AAA;
}
</style>
border-color css
<style>
span { border-color: #F99AAA; }
span { border-color: rgb(249,154,170); }
td.TdClassName
{
border-color: #F99AAA;
}
.TagClassName
{
border-color: #F99AAA;
}
</style>