Shades of Mauvelous #F290AB
Tints of Mauvelous #F290AB
RGB
CMYK
RGB Variations
Color information
#F290AB (or 0xF290AB) is known color: Mauvelous. HEX triplet: F2, 90 and AB. RGB value is (242,144,171). Sum of RGB (Red+Green+Blue) = 242+144+171=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 144 (56.64% from 255 or 25.85% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F290AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F290AB is #0D6F54. Grayscale: #B0B0B0. Windows color (decimal): -880469 or 11243762. OLE color: 11243762.
HSL color Cylindrical-coordinate representation of color #F290AB: hue angle of 343.47º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F290AB is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 144 | 171 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.05 |
| HSL | 343.47º | 0.79% | 0.76% | - |
| HSV(B) | 343.47º | 0.4% | 0.95% | - |
| XYZ | 53.94 | 41.76 | 43.75 | - |
| YUV | 176.38 | 124.97 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 144 | 171 | 0 | 0.40 | 0.29 | 0.05 | 343.47 | 0.79 | 0.76 |
| Hex | F2 | 90 | AB | 0 | 28 | 1D | 5 | 157 | 4F | 4C |
| Octal | 362 | 220 | 253 | 0 | 50 | 35 | 5 | 527 | 117 | 114 |
| Binary | 11110010 | 10010000 | 10101011 | 0 | 101000 | 11101 | 101 | 101010111 | 1001111 | 1001100 |
Color Harmonies of #F290AB
Complementary color
Monochromatic Colors of #F290AB
Black with #F290AB
Text Example
Text Example
White with #F290AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F290AB; }
p { color: rgb(242,144,171); }
H1.HeaderClassName
{
color: #F290AB;
}
.AnyTagClassName
{
color: #F290AB;
}
</style>
background-color css
<style>
a { background-color: #F290AB; }
a { background-color: rgb(242,144,171); }
div.DivClassName
{
background-color: #F290AB;
}
.BgClassName
{
background-color: #F290AB;
}
</style>
border-color css
<style>
span { border-color: #F290AB; }
span { border-color: rgb(242,144,171); }
td.TdClassName
{
border-color: #F290AB;
}
.TagClassName
{
border-color: #F290AB;
}
</style>