Shades of Mauvelous #F28BA9
Tints of Mauvelous #F28BA9
RGB
CMYK
RGB Variations
Color information
#F28BA9 (or 0xF28BA9) is known color: Mauvelous. HEX triplet: F2, 8B and A9. RGB value is (242,139,169). Sum of RGB (Red+Green+Blue) = 242+139+169=550 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44% from 550); Green value is 139 (54.69% from 255 or 25.27% from 550); Blue value is 169 (66.41% from 255 or 30.73% from 550); Max value from RGB is 242 - color contains mainly: red. Hex color #F28BA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28BA9 is #0D7456. Grayscale: #ADADAD. Windows color (decimal): -881751 or 11111410. OLE color: 11111410.
HSL color Cylindrical-coordinate representation of color #F28BA9: hue angle of 342.52º 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 #F28BA9 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 139 | 169 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.05 |
| HSL | 342.52º | 0.8% | 0.75% | - |
| HSV(B) | 342.52º | 0.43% | 0.95% | - |
| XYZ | 53.01 | 40.21 | 42.5 | - |
| YUV | 173.22 | 125.62 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 169 | 0 | 0.43 | 0.30 | 0.05 | 342.52 | 0.8 | 0.75 |
| Hex | F2 | 8B | A9 | 0 | 2B | 1E | 5 | 157 | 50 | 4B |
| Octal | 362 | 213 | 251 | 0 | 53 | 36 | 5 | 527 | 120 | 113 |
| Binary | 11110010 | 10001011 | 10101001 | 0 | 101011 | 11110 | 101 | 101010111 | 1010000 | 1001011 |
Color Harmonies of #F28BA9
Complementary color
Monochromatic Colors of #F28BA9
Black with #F28BA9
Text Example
Text Example
White with #F28BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28BA9; }
p { color: rgb(242,139,169); }
H1.HeaderClassName
{
color: #F28BA9;
}
.AnyTagClassName
{
color: #F28BA9;
}
</style>
background-color css
<style>
a { background-color: #F28BA9; }
a { background-color: rgb(242,139,169); }
div.DivClassName
{
background-color: #F28BA9;
}
.BgClassName
{
background-color: #F28BA9;
}
</style>
border-color css
<style>
span { border-color: #F28BA9; }
span { border-color: rgb(242,139,169); }
td.TdClassName
{
border-color: #F28BA9;
}
.TagClassName
{
border-color: #F28BA9;
}
</style>