Shades of Mauvelous #F295AA
Tints of Mauvelous #F295AA
RGB
CMYK
RGB Variations
Color information
#F295AA (or 0xF295AA) is known color: Mauvelous. HEX triplet: F2, 95 and AA. RGB value is (242,149,170). Sum of RGB (Red+Green+Blue) = 242+149+170=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 149 (58.59% from 255 or 26.56% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F295AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F295AA is #0D6A55. Grayscale: #B3B3B3. Windows color (decimal): -879190 or 11179506. OLE color: 11179506.
HSL color Cylindrical-coordinate representation of color #F295AA: hue angle of 346.45º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F295AA is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 170 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.05 |
| HSL | 346.45º | 0.78% | 0.77% | - |
| HSV(B) | 346.45º | 0.38% | 0.95% | - |
| XYZ | 54.62 | 43.27 | 43.5 | - |
| YUV | 179.2 | 122.81 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 170 | 0 | 0.38 | 0.30 | 0.05 | 346.45 | 0.78 | 0.77 |
| Hex | F2 | 95 | AA | 0 | 26 | 1E | 5 | 15A | 4E | 4D |
| Octal | 362 | 225 | 252 | 0 | 46 | 36 | 5 | 532 | 116 | 115 |
| Binary | 11110010 | 10010101 | 10101010 | 0 | 100110 | 11110 | 101 | 101011010 | 1001110 | 1001101 |
Color Harmonies of #F295AA
Complementary color
Monochromatic Colors of #F295AA
Black with #F295AA
Text Example
Text Example
White with #F295AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F295AA; }
p { color: rgb(242,149,170); }
H1.HeaderClassName
{
color: #F295AA;
}
.AnyTagClassName
{
color: #F295AA;
}
</style>
background-color css
<style>
a { background-color: #F295AA; }
a { background-color: rgb(242,149,170); }
div.DivClassName
{
background-color: #F295AA;
}
.BgClassName
{
background-color: #F295AA;
}
</style>
border-color css
<style>
span { border-color: #F295AA; }
span { border-color: rgb(242,149,170); }
td.TdClassName
{
border-color: #F295AA;
}
.TagClassName
{
border-color: #F295AA;
}
</style>