Shades of Mauvelous #F18AA5
Tints of Mauvelous #F18AA5
RGB
CMYK
RGB Variations
Color information
#F18AA5 (or 0xF18AA5) is known color: Mauvelous. HEX triplet: F1, 8A and A5. RGB value is (241,138,165). Sum of RGB (Red+Green+Blue) = 241+138+165=544 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.30% from 544); Green value is 138 (54.30% from 255 or 25.37% from 544); Blue value is 165 (64.84% from 255 or 30.33% from 544); Max value from RGB is 241 - color contains mainly: red. Hex color #F18AA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18AA5 is #0E755A. Grayscale: #ABABAB. Windows color (decimal): -947547 or 10849009. OLE color: 10849009.
HSL color Cylindrical-coordinate representation of color #F18AA5: hue angle of 344.27º 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 #F18AA5 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 165 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.05 |
| HSL | 344.27º | 0.79% | 0.74% | - |
| HSV(B) | 344.27º | 0.43% | 0.95% | - |
| XYZ | 52.16 | 39.59 | 40.49 | - |
| YUV | 171.88 | 124.12 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 165 | 0 | 0.43 | 0.32 | 0.05 | 344.27 | 0.79 | 0.74 |
| Hex | F1 | 8A | A5 | 0 | 2B | 20 | 5 | 158 | 4F | 4A |
| Octal | 361 | 212 | 245 | 0 | 53 | 40 | 5 | 530 | 117 | 112 |
| Binary | 11110001 | 10001010 | 10100101 | 0 | 101011 | 100000 | 101 | 101011000 | 1001111 | 1001010 |
Color Harmonies of #F18AA5
Complementary color
Monochromatic Colors of #F18AA5
Black with #F18AA5
Text Example
Text Example
White with #F18AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18AA5; }
p { color: rgb(241,138,165); }
H1.HeaderClassName
{
color: #F18AA5;
}
.AnyTagClassName
{
color: #F18AA5;
}
</style>
background-color css
<style>
a { background-color: #F18AA5; }
a { background-color: rgb(241,138,165); }
div.DivClassName
{
background-color: #F18AA5;
}
.BgClassName
{
background-color: #F18AA5;
}
</style>
border-color css
<style>
span { border-color: #F18AA5; }
span { border-color: rgb(241,138,165); }
td.TdClassName
{
border-color: #F18AA5;
}
.TagClassName
{
border-color: #F18AA5;
}
</style>