Shades of Mauvelous #F289AB
Tints of Mauvelous #F289AB
RGB
CMYK
RGB Variations
Color information
#F289AB (or 0xF289AB) is known color: Mauvelous. HEX triplet: F2, 89 and AB. RGB value is (242,137,171). Sum of RGB (Red+Green+Blue) = 242+137+171=550 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44% from 550); Green value is 137 (53.91% from 255 or 24.91% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 242 - color contains mainly: red. Hex color #F289AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F289AB is #0D7654. Grayscale: #ACACAC. Windows color (decimal): -882261 or 11241970. OLE color: 11241970.
HSL color Cylindrical-coordinate representation of color #F289AB: hue angle of 340.57º 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 #F289AB is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 171 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.05 |
| HSL | 340.57º | 0.8% | 0.74% | - |
| HSV(B) | 340.57º | 0.43% | 0.95% | - |
| XYZ | 52.91 | 39.71 | 43.4 | - |
| YUV | 172.27 | 127.29 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 171 | 0 | 0.43 | 0.29 | 0.05 | 340.57 | 0.8 | 0.74 |
| Hex | F2 | 89 | AB | 0 | 2B | 1D | 5 | 155 | 50 | 4A |
| Octal | 362 | 211 | 253 | 0 | 53 | 35 | 5 | 525 | 120 | 112 |
| Binary | 11110010 | 10001001 | 10101011 | 0 | 101011 | 11101 | 101 | 101010101 | 1010000 | 1001010 |
Color Harmonies of #F289AB
Complementary color
Monochromatic Colors of #F289AB
Black with #F289AB
Text Example
Text Example
White with #F289AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F289AB; }
p { color: rgb(242,137,171); }
H1.HeaderClassName
{
color: #F289AB;
}
.AnyTagClassName
{
color: #F289AB;
}
</style>
background-color css
<style>
a { background-color: #F289AB; }
a { background-color: rgb(242,137,171); }
div.DivClassName
{
background-color: #F289AB;
}
.BgClassName
{
background-color: #F289AB;
}
</style>
border-color css
<style>
span { border-color: #F289AB; }
span { border-color: rgb(242,137,171); }
td.TdClassName
{
border-color: #F289AB;
}
.TagClassName
{
border-color: #F289AB;
}
</style>