Shades of Mauvelous #F18AAA
Tints of Mauvelous #F18AAA
RGB
CMYK
RGB Variations
Color information
#F18AAA (or 0xF18AAA) is known color: Mauvelous. HEX triplet: F1, 8A and AA. RGB value is (241,138,170). Sum of RGB (Red+Green+Blue) = 241+138+170=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 138 (54.30% from 255 or 25.14% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 241 - color contains mainly: red. Hex color #F18AAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18AAA is #0E7555. Grayscale: #ACACAC. Windows color (decimal): -947542 or 11176689. OLE color: 11176689.
HSL color Cylindrical-coordinate representation of color #F18AAA: hue angle of 341.36º 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 #F18AAA is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 170 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.05 |
| HSL | 341.36º | 0.79% | 0.74% | - |
| HSV(B) | 341.36º | 0.43% | 0.95% | - |
| XYZ | 52.62 | 39.78 | 42.94 | - |
| YUV | 172.45 | 126.62 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 170 | 0 | 0.43 | 0.29 | 0.05 | 341.36 | 0.79 | 0.74 |
| Hex | F1 | 8A | AA | 0 | 2B | 1D | 5 | 155 | 4F | 4A |
| Octal | 361 | 212 | 252 | 0 | 53 | 35 | 5 | 525 | 117 | 112 |
| Binary | 11110001 | 10001010 | 10101010 | 0 | 101011 | 11101 | 101 | 101010101 | 1001111 | 1001010 |
Color Harmonies of #F18AAA
Complementary color
Monochromatic Colors of #F18AAA
Black with #F18AAA
Text Example
Text Example
White with #F18AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18AAA; }
p { color: rgb(241,138,170); }
H1.HeaderClassName
{
color: #F18AAA;
}
.AnyTagClassName
{
color: #F18AAA;
}
</style>
background-color css
<style>
a { background-color: #F18AAA; }
a { background-color: rgb(241,138,170); }
div.DivClassName
{
background-color: #F18AAA;
}
.BgClassName
{
background-color: #F18AAA;
}
</style>
border-color css
<style>
span { border-color: #F18AAA; }
span { border-color: rgb(241,138,170); }
td.TdClassName
{
border-color: #F18AAA;
}
.TagClassName
{
border-color: #F18AAA;
}
</style>