Shades of Mauvelous #F18AAD
Tints of Mauvelous #F18AAD
RGB
CMYK
RGB Variations
Color information
#F18AAD (or 0xF18AAD) is known color: Mauvelous. HEX triplet: F1, 8A and AD. RGB value is (241,138,173). Sum of RGB (Red+Green+Blue) = 241+138+173=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 138 (54.30% from 255 or 25% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F18AAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18AAD is #0E7552. Grayscale: #ACACAC. Windows color (decimal): -947539 or 11373297. OLE color: 11373297.
HSL color Cylindrical-coordinate representation of color #F18AAD: hue angle of 339.61º 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 #F18AAD is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 173 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.05 |
| HSL | 339.61º | 0.79% | 0.74% | - |
| HSV(B) | 339.61º | 0.43% | 0.95% | - |
| XYZ | 52.91 | 39.89 | 44.45 | - |
| YUV | 172.79 | 128.12 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 173 | 0 | 0.43 | 0.28 | 0.05 | 339.61 | 0.79 | 0.74 |
| Hex | F1 | 8A | AD | 0 | 2B | 1C | 5 | 154 | 4F | 4A |
| Octal | 361 | 212 | 255 | 0 | 53 | 34 | 5 | 524 | 117 | 112 |
| Binary | 11110001 | 10001010 | 10101101 | 0 | 101011 | 11100 | 101 | 101010100 | 1001111 | 1001010 |
Color Harmonies of #F18AAD
Complementary color
Monochromatic Colors of #F18AAD
Black with #F18AAD
Text Example
Text Example
White with #F18AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18AAD; }
p { color: rgb(241,138,173); }
H1.HeaderClassName
{
color: #F18AAD;
}
.AnyTagClassName
{
color: #F18AAD;
}
</style>
background-color css
<style>
a { background-color: #F18AAD; }
a { background-color: rgb(241,138,173); }
div.DivClassName
{
background-color: #F18AAD;
}
.BgClassName
{
background-color: #F18AAD;
}
</style>
border-color css
<style>
span { border-color: #F18AAD; }
span { border-color: rgb(241,138,173); }
td.TdClassName
{
border-color: #F18AAD;
}
.TagClassName
{
border-color: #F18AAD;
}
</style>