Shades of Mauvelous #F18AA3
Tints of Mauvelous #F18AA3
RGB
CMYK
RGB Variations
Color information
#F18AA3 (or 0xF18AA3) is known color: Mauvelous. HEX triplet: F1, 8A and A3. RGB value is (241,138,163). Sum of RGB (Red+Green+Blue) = 241+138+163=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 138 (54.30% from 255 or 25.46% from 542); Blue value is 163 (64.06% from 255 or 30.07% from 542); Max value from RGB is 241 - color contains mainly: red. Hex color #F18AA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18AA3 is #0E755C. Grayscale: #ABABAB. Windows color (decimal): -947549 or 10717937. OLE color: 10717937.
HSL color Cylindrical-coordinate representation of color #F18AA3: hue angle of 345.44º 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 #F18AA3 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 163 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.05 |
| HSL | 345.44º | 0.79% | 0.74% | - |
| HSV(B) | 345.44º | 0.43% | 0.95% | - |
| XYZ | 51.97 | 39.52 | 39.54 | - |
| YUV | 171.65 | 123.12 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 163 | 0 | 0.43 | 0.32 | 0.05 | 345.44 | 0.79 | 0.74 |
| Hex | F1 | 8A | A3 | 0 | 2B | 20 | 5 | 159 | 4F | 4A |
| Octal | 361 | 212 | 243 | 0 | 53 | 40 | 5 | 531 | 117 | 112 |
| Binary | 11110001 | 10001010 | 10100011 | 0 | 101011 | 100000 | 101 | 101011001 | 1001111 | 1001010 |
Color Harmonies of #F18AA3
Complementary color
Monochromatic Colors of #F18AA3
Black with #F18AA3
Text Example
Text Example
White with #F18AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18AA3; }
p { color: rgb(241,138,163); }
H1.HeaderClassName
{
color: #F18AA3;
}
.AnyTagClassName
{
color: #F18AA3;
}
</style>
background-color css
<style>
a { background-color: #F18AA3; }
a { background-color: rgb(241,138,163); }
div.DivClassName
{
background-color: #F18AA3;
}
.BgClassName
{
background-color: #F18AA3;
}
</style>
border-color css
<style>
span { border-color: #F18AA3; }
span { border-color: rgb(241,138,163); }
td.TdClassName
{
border-color: #F18AA3;
}
.TagClassName
{
border-color: #F18AA3;
}
</style>