Shades of Mauvelous #F18AAC
Tints of Mauvelous #F18AAC
RGB
CMYK
RGB Variations
Color information
#F18AAC (or 0xF18AAC) is known color: Mauvelous. HEX triplet: F1, 8A and AC. RGB value is (241,138,172). Sum of RGB (Red+Green+Blue) = 241+138+172=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 138 (54.30% from 255 or 25.05% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F18AAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18AAC is #0E7553. Grayscale: #ACACAC. Windows color (decimal): -947540 or 11307761. OLE color: 11307761.
HSL color Cylindrical-coordinate representation of color #F18AAC: hue angle of 340.19º 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 #F18AAC is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 172 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.05 |
| HSL | 340.19º | 0.79% | 0.74% | - |
| HSV(B) | 340.19º | 0.43% | 0.95% | - |
| XYZ | 52.81 | 39.86 | 43.94 | - |
| YUV | 172.67 | 127.62 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 172 | 0 | 0.43 | 0.29 | 0.05 | 340.19 | 0.79 | 0.74 |
| Hex | F1 | 8A | AC | 0 | 2B | 1D | 5 | 154 | 4F | 4A |
| Octal | 361 | 212 | 254 | 0 | 53 | 35 | 5 | 524 | 117 | 112 |
| Binary | 11110001 | 10001010 | 10101100 | 0 | 101011 | 11101 | 101 | 101010100 | 1001111 | 1001010 |
Color Harmonies of #F18AAC
Complementary color
Monochromatic Colors of #F18AAC
Black with #F18AAC
Text Example
Text Example
White with #F18AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18AAC; }
p { color: rgb(241,138,172); }
H1.HeaderClassName
{
color: #F18AAC;
}
.AnyTagClassName
{
color: #F18AAC;
}
</style>
background-color css
<style>
a { background-color: #F18AAC; }
a { background-color: rgb(241,138,172); }
div.DivClassName
{
background-color: #F18AAC;
}
.BgClassName
{
background-color: #F18AAC;
}
</style>
border-color css
<style>
span { border-color: #F18AAC; }
span { border-color: rgb(241,138,172); }
td.TdClassName
{
border-color: #F18AAC;
}
.TagClassName
{
border-color: #F18AAC;
}
</style>