Shades of Mauvelous #F295A7
Tints of Mauvelous #F295A7
RGB
CMYK
RGB Variations
Color information
#F295A7 (or 0xF295A7) is known color: Mauvelous. HEX triplet: F2, 95 and A7. RGB value is (242,149,167). Sum of RGB (Red+Green+Blue) = 242+149+167=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 149 (58.59% from 255 or 26.70% from 558); Blue value is 167 (65.62% from 255 or 29.93% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F295A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F295A7 is #0D6A58. Grayscale: #B2B2B2. Windows color (decimal): -879193 or 10982898. OLE color: 10982898.
HSL color Cylindrical-coordinate representation of color #F295A7: hue angle of 348.39º 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 #F295A7 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 167 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.05 |
| HSL | 348.39º | 0.78% | 0.77% | - |
| HSV(B) | 348.39º | 0.38% | 0.95% | - |
| XYZ | 54.34 | 43.16 | 42.03 | - |
| YUV | 178.86 | 121.31 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 167 | 0 | 0.38 | 0.31 | 0.05 | 348.39 | 0.78 | 0.77 |
| Hex | F2 | 95 | A7 | 0 | 26 | 1F | 5 | 15C | 4E | 4D |
| Octal | 362 | 225 | 247 | 0 | 46 | 37 | 5 | 534 | 116 | 115 |
| Binary | 11110010 | 10010101 | 10100111 | 0 | 100110 | 11111 | 101 | 101011100 | 1001110 | 1001101 |
Color Harmonies of #F295A7
Complementary color
Monochromatic Colors of #F295A7
Black with #F295A7
Text Example
Text Example
White with #F295A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F295A7; }
p { color: rgb(242,149,167); }
H1.HeaderClassName
{
color: #F295A7;
}
.AnyTagClassName
{
color: #F295A7;
}
</style>
background-color css
<style>
a { background-color: #F295A7; }
a { background-color: rgb(242,149,167); }
div.DivClassName
{
background-color: #F295A7;
}
.BgClassName
{
background-color: #F295A7;
}
</style>
border-color css
<style>
span { border-color: #F295A7; }
span { border-color: rgb(242,149,167); }
td.TdClassName
{
border-color: #F295A7;
}
.TagClassName
{
border-color: #F295A7;
}
</style>