Shades of Mauvelous #F38AAA
Tints of Mauvelous #F38AAA
RGB
CMYK
RGB Variations
Color information
#F38AAA (or 0xF38AAA) is known color: Mauvelous. HEX triplet: F3, 8A and AA. RGB value is (243,138,170). Sum of RGB (Red+Green+Blue) = 243+138+170=551 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.10% from 551); Green value is 138 (54.30% from 255 or 25.05% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 243 - color contains mainly: red. Hex color #F38AAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38AAA is #0C7555. Grayscale: #ADADAD. Windows color (decimal): -816470 or 11176691. OLE color: 11176691.
HSL color Cylindrical-coordinate representation of color #F38AAA: hue angle of 341.71º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F38AAA is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 138 | 170 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.05 |
| HSL | 341.71º | 0.81% | 0.75% | - |
| HSV(B) | 341.71º | 0.43% | 0.95% | - |
| XYZ | 53.31 | 40.13 | 42.97 | - |
| YUV | 173.04 | 126.29 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 138 | 170 | 0 | 0.43 | 0.30 | 0.05 | 341.71 | 0.81 | 0.75 |
| Hex | F3 | 8A | AA | 0 | 2B | 1E | 5 | 156 | 51 | 4B |
| Octal | 363 | 212 | 252 | 0 | 53 | 36 | 5 | 526 | 121 | 113 |
| Binary | 11110011 | 10001010 | 10101010 | 0 | 101011 | 11110 | 101 | 101010110 | 1010001 | 1001011 |
Color Harmonies of #F38AAA
Complementary color
Monochromatic Colors of #F38AAA
Black with #F38AAA
Text Example
Text Example
White with #F38AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38AAA; }
p { color: rgb(243,138,170); }
H1.HeaderClassName
{
color: #F38AAA;
}
.AnyTagClassName
{
color: #F38AAA;
}
</style>
background-color css
<style>
a { background-color: #F38AAA; }
a { background-color: rgb(243,138,170); }
div.DivClassName
{
background-color: #F38AAA;
}
.BgClassName
{
background-color: #F38AAA;
}
</style>
border-color css
<style>
span { border-color: #F38AAA; }
span { border-color: rgb(243,138,170); }
td.TdClassName
{
border-color: #F38AAA;
}
.TagClassName
{
border-color: #F38AAA;
}
</style>