Shades of Mauvelous #F289B0
Tints of Mauvelous #F289B0
RGB
CMYK
RGB Variations
Color information
#F289B0 (or 0xF289B0) is known color: Mauvelous. HEX triplet: F2, 89 and B0. RGB value is (242,137,176). Sum of RGB (Red+Green+Blue) = 242+137+176=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 137 (53.91% from 255 or 24.68% from 555); Blue value is 176 (69.14% from 255 or 31.71% from 555); Max value from RGB is 242 - color contains mainly: red. Hex color #F289B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F289B0 is #0D764F. Grayscale: #ACACAC. Windows color (decimal): -882256 or 11569650. OLE color: 11569650.
HSL color Cylindrical-coordinate representation of color #F289B0: hue angle of 337.71º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F289B0 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 176 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.05 |
| HSL | 337.71º | 0.8% | 0.74% | - |
| HSV(B) | 337.71º | 0.43% | 0.95% | - |
| XYZ | 53.4 | 39.9 | 45.96 | - |
| YUV | 172.84 | 129.79 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 176 | 0 | 0.43 | 0.27 | 0.05 | 337.71 | 0.8 | 0.74 |
| Hex | F2 | 89 | B0 | 0 | 2B | 1B | 5 | 152 | 50 | 4A |
| Octal | 362 | 211 | 260 | 0 | 53 | 33 | 5 | 522 | 120 | 112 |
| Binary | 11110010 | 10001001 | 10110000 | 0 | 101011 | 11011 | 101 | 101010010 | 1010000 | 1001010 |
Color Harmonies of #F289B0
Complementary color
Monochromatic Colors of #F289B0
Black with #F289B0
Text Example
Text Example
White with #F289B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F289B0; }
p { color: rgb(242,137,176); }
H1.HeaderClassName
{
color: #F289B0;
}
.AnyTagClassName
{
color: #F289B0;
}
</style>
background-color css
<style>
a { background-color: #F289B0; }
a { background-color: rgb(242,137,176); }
div.DivClassName
{
background-color: #F289B0;
}
.BgClassName
{
background-color: #F289B0;
}
</style>
border-color css
<style>
span { border-color: #F289B0; }
span { border-color: rgb(242,137,176); }
td.TdClassName
{
border-color: #F289B0;
}
.TagClassName
{
border-color: #F289B0;
}
</style>