Shades of Mauvelous #F38BA8
Tints of Mauvelous #F38BA8
RGB
CMYK
RGB Variations
Color information
#F38BA8 (or 0xF38BA8) is known color: Mauvelous. HEX triplet: F3, 8B and A8. RGB value is (243,139,168). Sum of RGB (Red+Green+Blue) = 243+139+168=550 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.18% from 550); Green value is 139 (54.69% from 255 or 25.27% from 550); Blue value is 168 (66.02% from 255 or 30.55% from 550); Max value from RGB is 243 - color contains mainly: red. Hex color #F38BA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38BA8 is #0C7457. Grayscale: #ADADAD. Windows color (decimal): -816216 or 11045875. OLE color: 11045875.
HSL color Cylindrical-coordinate representation of color #F38BA8: hue angle of 343.27º 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 #F38BA8 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 139 | 168 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.05 |
| HSL | 343.27º | 0.81% | 0.75% | - |
| HSV(B) | 343.27º | 0.43% | 0.95% | - |
| XYZ | 53.26 | 40.35 | 42.03 | - |
| YUV | 173.4 | 124.96 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 139 | 168 | 0 | 0.43 | 0.31 | 0.05 | 343.27 | 0.81 | 0.75 |
| Hex | F3 | 8B | A8 | 0 | 2B | 1F | 5 | 157 | 51 | 4B |
| Octal | 363 | 213 | 250 | 0 | 53 | 37 | 5 | 527 | 121 | 113 |
| Binary | 11110011 | 10001011 | 10101000 | 0 | 101011 | 11111 | 101 | 101010111 | 1010001 | 1001011 |
Color Harmonies of #F38BA8
Complementary color
Monochromatic Colors of #F38BA8
Black with #F38BA8
Text Example
Text Example
White with #F38BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38BA8; }
p { color: rgb(243,139,168); }
H1.HeaderClassName
{
color: #F38BA8;
}
.AnyTagClassName
{
color: #F38BA8;
}
</style>
background-color css
<style>
a { background-color: #F38BA8; }
a { background-color: rgb(243,139,168); }
div.DivClassName
{
background-color: #F38BA8;
}
.BgClassName
{
background-color: #F38BA8;
}
</style>
border-color css
<style>
span { border-color: #F38BA8; }
span { border-color: rgb(243,139,168); }
td.TdClassName
{
border-color: #F38BA8;
}
.TagClassName
{
border-color: #F38BA8;
}
</style>