Shades of Mauvelous #F28BA0
Tints of Mauvelous #F28BA0
RGB
CMYK
RGB Variations
Color information
#F28BA0 (or 0xF28BA0) is known color: Mauvelous. HEX triplet: F2, 8B and A0. RGB value is (242,139,160). Sum of RGB (Red+Green+Blue) = 242+139+160=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 139 (54.69% from 255 or 25.69% from 541); Blue value is 160 (62.89% from 255 or 29.57% from 541); Max value from RGB is 242 - color contains mainly: red. Hex color #F28BA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28BA0 is #0D745F. Grayscale: #ACACAC. Windows color (decimal): -881760 or 10521586. OLE color: 10521586.
HSL color Cylindrical-coordinate representation of color #F28BA0: hue angle of 347.77º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F28BA0 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 139 | 160 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.05 |
| HSL | 347.77º | 0.8% | 0.75% | - |
| HSV(B) | 347.77º | 0.43% | 0.95% | - |
| XYZ | 52.2 | 39.88 | 38.2 | - |
| YUV | 172.19 | 121.12 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 160 | 0 | 0.43 | 0.34 | 0.05 | 347.77 | 0.8 | 0.75 |
| Hex | F2 | 8B | A0 | 0 | 2B | 22 | 5 | 15C | 50 | 4B |
| Octal | 362 | 213 | 240 | 0 | 53 | 42 | 5 | 534 | 120 | 113 |
| Binary | 11110010 | 10001011 | 10100000 | 0 | 101011 | 100010 | 101 | 101011100 | 1010000 | 1001011 |
Color Harmonies of #F28BA0
Complementary color
Monochromatic Colors of #F28BA0
Black with #F28BA0
Text Example
Text Example
White with #F28BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28BA0; }
p { color: rgb(242,139,160); }
H1.HeaderClassName
{
color: #F28BA0;
}
.AnyTagClassName
{
color: #F28BA0;
}
</style>
background-color css
<style>
a { background-color: #F28BA0; }
a { background-color: rgb(242,139,160); }
div.DivClassName
{
background-color: #F28BA0;
}
.BgClassName
{
background-color: #F28BA0;
}
</style>
border-color css
<style>
span { border-color: #F28BA0; }
span { border-color: rgb(242,139,160); }
td.TdClassName
{
border-color: #F28BA0;
}
.TagClassName
{
border-color: #F28BA0;
}
</style>