Shades of Mauvelous #F99CA9
Tints of Mauvelous #F99CA9
RGB
CMYK
RGB Variations
Color information
#F99CA9 (or 0xF99CA9) is known color: Mauvelous. HEX triplet: F9, 9C and A9. RGB value is (249,156,169). Sum of RGB (Red+Green+Blue) = 249+156+169=574 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.38% from 574); Green value is 156 (61.33% from 255 or 27.18% from 574); Blue value is 169 (66.41% from 255 or 29.44% from 574); Max value from RGB is 249 - color contains mainly: red. Hex color #F99CA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99CA9 is #066356. Grayscale: #B9B9B9. Windows color (decimal): -418647 or 11115769. OLE color: 11115769.
HSL color Cylindrical-coordinate representation of color #F99CA9: hue angle of 351.61º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F99CA9 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 156 | 169 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.02 |
| HSL | 351.61º | 0.89% | 0.79% | - |
| HSV(B) | 351.61º | 0.37% | 0.98% | - |
| XYZ | 58.12 | 46.78 | 43.5 | - |
| YUV | 185.29 | 118.81 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 156 | 169 | 0 | 0.37 | 0.32 | 0.02 | 351.61 | 0.89 | 0.79 |
| Hex | F9 | 9C | A9 | 0 | 25 | 20 | 2 | 160 | 59 | 4F |
| Octal | 371 | 234 | 251 | 0 | 45 | 40 | 2 | 540 | 131 | 117 |
| Binary | 11111001 | 10011100 | 10101001 | 0 | 100101 | 100000 | 10 | 101100000 | 1011001 | 1001111 |
Color Harmonies of #F99CA9
Complementary color
Monochromatic Colors of #F99CA9
Black with #F99CA9
Text Example
Text Example
White with #F99CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99CA9; }
p { color: rgb(249,156,169); }
H1.HeaderClassName
{
color: #F99CA9;
}
.AnyTagClassName
{
color: #F99CA9;
}
</style>
background-color css
<style>
a { background-color: #F99CA9; }
a { background-color: rgb(249,156,169); }
div.DivClassName
{
background-color: #F99CA9;
}
.BgClassName
{
background-color: #F99CA9;
}
</style>
border-color css
<style>
span { border-color: #F99CA9; }
span { border-color: rgb(249,156,169); }
td.TdClassName
{
border-color: #F99CA9;
}
.TagClassName
{
border-color: #F99CA9;
}
</style>