Shades of Mauvelous #F993AA
Tints of Mauvelous #F993AA
RGB
CMYK
RGB Variations
Color information
#F993AA (or 0xF993AA) is known color: Mauvelous. HEX triplet: F9, 93 and AA. RGB value is (249,147,170). Sum of RGB (Red+Green+Blue) = 249+147+170=566 (74% of max value = 765). Red value is 249 (97.66% from 255 or 43.99% from 566); Green value is 147 (57.81% from 255 or 25.97% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 249 - color contains mainly: red. Hex color #F993AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F993AA is #066C55. Grayscale: #B4B4B4. Windows color (decimal): -420950 or 11179001. OLE color: 11179001.
HSL color Cylindrical-coordinate representation of color #F993AA: hue angle of 346.47º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F993AA is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 147 | 170 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.02 |
| HSL | 346.47º | 0.89% | 0.78% | - |
| HSV(B) | 346.47º | 0.41% | 0.98% | - |
| XYZ | 56.76 | 43.91 | 43.51 | - |
| YUV | 180.12 | 122.29 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 147 | 170 | 0 | 0.41 | 0.32 | 0.02 | 346.47 | 0.89 | 0.78 |
| Hex | F9 | 93 | AA | 0 | 29 | 20 | 2 | 15A | 59 | 4E |
| Octal | 371 | 223 | 252 | 0 | 51 | 40 | 2 | 532 | 131 | 116 |
| Binary | 11111001 | 10010011 | 10101010 | 0 | 101001 | 100000 | 10 | 101011010 | 1011001 | 1001110 |
Color Harmonies of #F993AA
Complementary color
Monochromatic Colors of #F993AA
Black with #F993AA
Text Example
Text Example
White with #F993AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F993AA; }
p { color: rgb(249,147,170); }
H1.HeaderClassName
{
color: #F993AA;
}
.AnyTagClassName
{
color: #F993AA;
}
</style>
background-color css
<style>
a { background-color: #F993AA; }
a { background-color: rgb(249,147,170); }
div.DivClassName
{
background-color: #F993AA;
}
.BgClassName
{
background-color: #F993AA;
}
</style>
border-color css
<style>
span { border-color: #F993AA; }
span { border-color: rgb(249,147,170); }
td.TdClassName
{
border-color: #F993AA;
}
.TagClassName
{
border-color: #F993AA;
}
</style>