Shades of Mauvelous #F288AB
Tints of Mauvelous #F288AB
RGB
CMYK
RGB Variations
Color information
#F288AB (or 0xF288AB) is known color: Mauvelous. HEX triplet: F2, 88 and AB. RGB value is (242,136,171). Sum of RGB (Red+Green+Blue) = 242+136+171=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 136 (53.52% from 255 or 24.77% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 242 - color contains mainly: red. Hex color #F288AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F288AB is #0D7754. Grayscale: #ABABAB. Windows color (decimal): -882517 or 11241714. OLE color: 11241714.
HSL color Cylindrical-coordinate representation of color #F288AB: hue angle of 340.19º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F288AB is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 171 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.05 |
| HSL | 340.19º | 0.8% | 0.74% | - |
| HSV(B) | 340.19º | 0.44% | 0.95% | - |
| XYZ | 52.77 | 39.43 | 43.36 | - |
| YUV | 171.68 | 127.62 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 171 | 0 | 0.44 | 0.29 | 0.05 | 340.19 | 0.8 | 0.74 |
| Hex | F2 | 88 | AB | 0 | 2C | 1D | 5 | 154 | 50 | 4A |
| Octal | 362 | 210 | 253 | 0 | 54 | 35 | 5 | 524 | 120 | 112 |
| Binary | 11110010 | 10001000 | 10101011 | 0 | 101100 | 11101 | 101 | 101010100 | 1010000 | 1001010 |
Color Harmonies of #F288AB
Complementary color
Monochromatic Colors of #F288AB
Black with #F288AB
Text Example
Text Example
White with #F288AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F288AB; }
p { color: rgb(242,136,171); }
H1.HeaderClassName
{
color: #F288AB;
}
.AnyTagClassName
{
color: #F288AB;
}
</style>
background-color css
<style>
a { background-color: #F288AB; }
a { background-color: rgb(242,136,171); }
div.DivClassName
{
background-color: #F288AB;
}
.BgClassName
{
background-color: #F288AB;
}
</style>
border-color css
<style>
span { border-color: #F288AB; }
span { border-color: rgb(242,136,171); }
td.TdClassName
{
border-color: #F288AB;
}
.TagClassName
{
border-color: #F288AB;
}
</style>