Shades of Mauvelous #F295A8
Tints of Mauvelous #F295A8
RGB
CMYK
RGB Variations
Color information
#F295A8 (or 0xF295A8) is known color: Mauvelous. HEX triplet: F2, 95 and A8. RGB value is (242,149,168). Sum of RGB (Red+Green+Blue) = 242+149+168=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 149 (58.59% from 255 or 26.65% from 559); Blue value is 168 (66.02% from 255 or 30.05% from 559); Max value from RGB is 242 - color contains mainly: red. Hex color #F295A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F295A8 is #0D6A57. Grayscale: #B2B2B2. Windows color (decimal): -879192 or 11048434. OLE color: 11048434.
HSL color Cylindrical-coordinate representation of color #F295A8: hue angle of 347.74º 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 #F295A8 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 168 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.05 |
| HSL | 347.74º | 0.78% | 0.77% | - |
| HSV(B) | 347.74º | 0.38% | 0.95% | - |
| XYZ | 54.43 | 43.2 | 42.52 | - |
| YUV | 178.97 | 121.81 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 168 | 0 | 0.38 | 0.31 | 0.05 | 347.74 | 0.78 | 0.77 |
| Hex | F2 | 95 | A8 | 0 | 26 | 1F | 5 | 15C | 4E | 4D |
| Octal | 362 | 225 | 250 | 0 | 46 | 37 | 5 | 534 | 116 | 115 |
| Binary | 11110010 | 10010101 | 10101000 | 0 | 100110 | 11111 | 101 | 101011100 | 1001110 | 1001101 |
Color Harmonies of #F295A8
Complementary color
Monochromatic Colors of #F295A8
Black with #F295A8
Text Example
Text Example
White with #F295A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F295A8; }
p { color: rgb(242,149,168); }
H1.HeaderClassName
{
color: #F295A8;
}
.AnyTagClassName
{
color: #F295A8;
}
</style>
background-color css
<style>
a { background-color: #F295A8; }
a { background-color: rgb(242,149,168); }
div.DivClassName
{
background-color: #F295A8;
}
.BgClassName
{
background-color: #F295A8;
}
</style>
border-color css
<style>
span { border-color: #F295A8; }
span { border-color: rgb(242,149,168); }
td.TdClassName
{
border-color: #F295A8;
}
.TagClassName
{
border-color: #F295A8;
}
</style>