Shades of Mauvelous #F18AA2
Tints of Mauvelous #F18AA2
RGB
CMYK
RGB Variations
Color information
#F18AA2 (or 0xF18AA2) is known color: Mauvelous. HEX triplet: F1, 8A and A2. RGB value is (241,138,162). Sum of RGB (Red+Green+Blue) = 241+138+162=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 138 (54.30% from 255 or 25.51% from 541); Blue value is 162 (63.67% from 255 or 29.94% from 541); Max value from RGB is 241 - color contains mainly: red. Hex color #F18AA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18AA2 is #0E755D. Grayscale: #ABABAB. Windows color (decimal): -947550 or 10652401. OLE color: 10652401.
HSL color Cylindrical-coordinate representation of color #F18AA2: hue angle of 346.02º degrees, saturation: 0.79, 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 #F18AA2 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 162 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.05 |
| HSL | 346.02º | 0.79% | 0.74% | - |
| HSV(B) | 346.02º | 0.43% | 0.95% | - |
| XYZ | 51.89 | 39.49 | 39.07 | - |
| YUV | 171.53 | 122.62 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 162 | 0 | 0.43 | 0.33 | 0.05 | 346.02 | 0.79 | 0.74 |
| Hex | F1 | 8A | A2 | 0 | 2B | 21 | 5 | 15A | 4F | 4A |
| Octal | 361 | 212 | 242 | 0 | 53 | 41 | 5 | 532 | 117 | 112 |
| Binary | 11110001 | 10001010 | 10100010 | 0 | 101011 | 100001 | 101 | 101011010 | 1001111 | 1001010 |
Color Harmonies of #F18AA2
Complementary color
Monochromatic Colors of #F18AA2
Black with #F18AA2
Text Example
Text Example
White with #F18AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18AA2; }
p { color: rgb(241,138,162); }
H1.HeaderClassName
{
color: #F18AA2;
}
.AnyTagClassName
{
color: #F18AA2;
}
</style>
background-color css
<style>
a { background-color: #F18AA2; }
a { background-color: rgb(241,138,162); }
div.DivClassName
{
background-color: #F18AA2;
}
.BgClassName
{
background-color: #F18AA2;
}
</style>
border-color css
<style>
span { border-color: #F18AA2; }
span { border-color: rgb(241,138,162); }
td.TdClassName
{
border-color: #F18AA2;
}
.TagClassName
{
border-color: #F18AA2;
}
</style>