Shades of Mauvelous #F38BA0
Tints of Mauvelous #F38BA0
RGB
CMYK
RGB Variations
Color information
#F38BA0 (or 0xF38BA0) is known color: Mauvelous. HEX triplet: F3, 8B and A0. RGB value is (243,139,160). Sum of RGB (Red+Green+Blue) = 243+139+160=542 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.83% from 542); Green value is 139 (54.69% from 255 or 25.65% from 542); Blue value is 160 (62.89% from 255 or 29.52% from 542); Max value from RGB is 243 - color contains mainly: red. Hex color #F38BA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38BA0 is #0C745F. Grayscale: #ACACAC. Windows color (decimal): -816224 or 10521587. OLE color: 10521587.
HSL color Cylindrical-coordinate representation of color #F38BA0: hue angle of 347.88º 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 #F38BA0 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 139 | 160 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.05 |
| HSL | 347.88º | 0.81% | 0.75% | - |
| HSV(B) | 347.88º | 0.43% | 0.95% | - |
| XYZ | 52.54 | 40.06 | 38.22 | - |
| YUV | 172.49 | 120.96 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 139 | 160 | 0 | 0.43 | 0.34 | 0.05 | 347.88 | 0.81 | 0.75 |
| Hex | F3 | 8B | A0 | 0 | 2B | 22 | 5 | 15C | 51 | 4B |
| Octal | 363 | 213 | 240 | 0 | 53 | 42 | 5 | 534 | 121 | 113 |
| Binary | 11110011 | 10001011 | 10100000 | 0 | 101011 | 100010 | 101 | 101011100 | 1010001 | 1001011 |
Color Harmonies of #F38BA0
Complementary color
Monochromatic Colors of #F38BA0
Black with #F38BA0
Text Example
Text Example
White with #F38BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38BA0; }
p { color: rgb(243,139,160); }
H1.HeaderClassName
{
color: #F38BA0;
}
.AnyTagClassName
{
color: #F38BA0;
}
</style>
background-color css
<style>
a { background-color: #F38BA0; }
a { background-color: rgb(243,139,160); }
div.DivClassName
{
background-color: #F38BA0;
}
.BgClassName
{
background-color: #F38BA0;
}
</style>
border-color css
<style>
span { border-color: #F38BA0; }
span { border-color: rgb(243,139,160); }
td.TdClassName
{
border-color: #F38BA0;
}
.TagClassName
{
border-color: #F38BA0;
}
</style>