Shades of Mauvelous #F38CA5
Tints of Mauvelous #F38CA5
RGB
CMYK
RGB Variations
Color information
#F38CA5 (or 0xF38CA5) is known color: Mauvelous. HEX triplet: F3, 8C and A5. RGB value is (243,140,165). Sum of RGB (Red+Green+Blue) = 243+140+165=548 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.34% from 548); Green value is 140 (55.08% from 255 or 25.55% from 548); Blue value is 165 (64.84% from 255 or 30.11% from 548); Max value from RGB is 243 - color contains mainly: red. Hex color #F38CA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38CA5 is #0C735A. Grayscale: #ADADAD. Windows color (decimal): -815963 or 10849523. OLE color: 10849523.
HSL color Cylindrical-coordinate representation of color #F38CA5: hue angle of 345.44º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F38CA5 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 140 | 165 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.05 |
| HSL | 345.44º | 0.81% | 0.75% | - |
| HSV(B) | 345.44º | 0.42% | 0.95% | - |
| XYZ | 53.13 | 40.53 | 40.62 | - |
| YUV | 173.65 | 123.12 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 140 | 165 | 0 | 0.42 | 0.32 | 0.05 | 345.44 | 0.81 | 0.75 |
| Hex | F3 | 8C | A5 | 0 | 2A | 20 | 5 | 159 | 51 | 4B |
| Octal | 363 | 214 | 245 | 0 | 52 | 40 | 5 | 531 | 121 | 113 |
| Binary | 11110011 | 10001100 | 10100101 | 0 | 101010 | 100000 | 101 | 101011001 | 1010001 | 1001011 |
Color Harmonies of #F38CA5
Complementary color
Monochromatic Colors of #F38CA5
Black with #F38CA5
Text Example
Text Example
White with #F38CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38CA5; }
p { color: rgb(243,140,165); }
H1.HeaderClassName
{
color: #F38CA5;
}
.AnyTagClassName
{
color: #F38CA5;
}
</style>
background-color css
<style>
a { background-color: #F38CA5; }
a { background-color: rgb(243,140,165); }
div.DivClassName
{
background-color: #F38CA5;
}
.BgClassName
{
background-color: #F38CA5;
}
</style>
border-color css
<style>
span { border-color: #F38CA5; }
span { border-color: rgb(243,140,165); }
td.TdClassName
{
border-color: #F38CA5;
}
.TagClassName
{
border-color: #F38CA5;
}
</style>