Shades of Mauvelous #F38FA5
Tints of Mauvelous #F38FA5
RGB
CMYK
RGB Variations
Color information
#F38FA5 (or 0xF38FA5) is known color: Mauvelous. HEX triplet: F3, 8F and A5. RGB value is (243,143,165). Sum of RGB (Red+Green+Blue) = 243+143+165=551 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.10% from 551); Green value is 143 (56.25% from 255 or 25.95% from 551); Blue value is 165 (64.84% from 255 or 29.95% from 551); Max value from RGB is 243 - color contains mainly: red. Hex color #F38FA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38FA5 is #0C705A. Grayscale: #AFAFAF. Windows color (decimal): -815195 or 10850291. OLE color: 10850291.
HSL color Cylindrical-coordinate representation of color #F38FA5: hue angle of 346.8º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F38FA5 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 143 | 165 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.05 |
| HSL | 346.8º | 0.81% | 0.76% | - |
| HSV(B) | 346.8º | 0.41% | 0.95% | - |
| XYZ | 53.58 | 41.42 | 40.77 | - |
| YUV | 175.41 | 122.13 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 143 | 165 | 0 | 0.41 | 0.32 | 0.05 | 346.8 | 0.81 | 0.76 |
| Hex | F3 | 8F | A5 | 0 | 29 | 20 | 5 | 15B | 51 | 4C |
| Octal | 363 | 217 | 245 | 0 | 51 | 40 | 5 | 533 | 121 | 114 |
| Binary | 11110011 | 10001111 | 10100101 | 0 | 101001 | 100000 | 101 | 101011011 | 1010001 | 1001100 |
Color Harmonies of #F38FA5
Complementary color
Monochromatic Colors of #F38FA5
Black with #F38FA5
Text Example
Text Example
White with #F38FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38FA5; }
p { color: rgb(243,143,165); }
H1.HeaderClassName
{
color: #F38FA5;
}
.AnyTagClassName
{
color: #F38FA5;
}
</style>
background-color css
<style>
a { background-color: #F38FA5; }
a { background-color: rgb(243,143,165); }
div.DivClassName
{
background-color: #F38FA5;
}
.BgClassName
{
background-color: #F38FA5;
}
</style>
border-color css
<style>
span { border-color: #F38FA5; }
span { border-color: rgb(243,143,165); }
td.TdClassName
{
border-color: #F38FA5;
}
.TagClassName
{
border-color: #F38FA5;
}
</style>