Shades of Mauvelous #F295AB
Tints of Mauvelous #F295AB
RGB
CMYK
RGB Variations
Color information
#F295AB (or 0xF295AB) is known color: Mauvelous. HEX triplet: F2, 95 and AB. RGB value is (242,149,171). Sum of RGB (Red+Green+Blue) = 242+149+171=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F295AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F295AB is #0D6A54. Grayscale: #B3B3B3. Windows color (decimal): -879189 or 11245042. OLE color: 11245042.
HSL color Cylindrical-coordinate representation of color #F295AB: hue angle of 345.81º 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 #F295AB is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 171 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.05 |
| HSL | 345.81º | 0.78% | 0.77% | - |
| HSV(B) | 345.81º | 0.38% | 0.95% | - |
| XYZ | 54.72 | 43.31 | 44 | - |
| YUV | 179.32 | 123.31 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 171 | 0 | 0.38 | 0.29 | 0.05 | 345.81 | 0.78 | 0.77 |
| Hex | F2 | 95 | AB | 0 | 26 | 1D | 5 | 15A | 4E | 4D |
| Octal | 362 | 225 | 253 | 0 | 46 | 35 | 5 | 532 | 116 | 115 |
| Binary | 11110010 | 10010101 | 10101011 | 0 | 100110 | 11101 | 101 | 101011010 | 1001110 | 1001101 |
Color Harmonies of #F295AB
Complementary color
Monochromatic Colors of #F295AB
Black with #F295AB
Text Example
Text Example
White with #F295AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F295AB; }
p { color: rgb(242,149,171); }
H1.HeaderClassName
{
color: #F295AB;
}
.AnyTagClassName
{
color: #F295AB;
}
</style>
background-color css
<style>
a { background-color: #F295AB; }
a { background-color: rgb(242,149,171); }
div.DivClassName
{
background-color: #F295AB;
}
.BgClassName
{
background-color: #F295AB;
}
</style>
border-color css
<style>
span { border-color: #F295AB; }
span { border-color: rgb(242,149,171); }
td.TdClassName
{
border-color: #F295AB;
}
.TagClassName
{
border-color: #F295AB;
}
</style>