Shades of Mauvelous #F388A3
Tints of Mauvelous #F388A3
RGB
CMYK
RGB Variations
Color information
#F388A3 (or 0xF388A3) is known color: Mauvelous. HEX triplet: F3, 88 and A3. RGB value is (243,136,163). Sum of RGB (Red+Green+Blue) = 243+136+163=542 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.83% from 542); Green value is 136 (53.52% from 255 or 25.09% from 542); Blue value is 163 (64.06% from 255 or 30.07% from 542); Max value from RGB is 243 - color contains mainly: red. Hex color #F388A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F388A3 is #0C775C. Grayscale: #ABABAB. Windows color (decimal): -816989 or 10717427. OLE color: 10717427.
HSL color Cylindrical-coordinate representation of color #F388A3: hue angle of 344.86º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F388A3 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 136 | 163 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.05 |
| HSL | 344.86º | 0.82% | 0.74% | - |
| HSV(B) | 344.86º | 0.44% | 0.95% | - |
| XYZ | 52.38 | 39.31 | 39.48 | - |
| YUV | 171.07 | 123.45 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 136 | 163 | 0 | 0.44 | 0.33 | 0.05 | 344.86 | 0.82 | 0.74 |
| Hex | F3 | 88 | A3 | 0 | 2C | 21 | 5 | 159 | 52 | 4A |
| Octal | 363 | 210 | 243 | 0 | 54 | 41 | 5 | 531 | 122 | 112 |
| Binary | 11110011 | 10001000 | 10100011 | 0 | 101100 | 100001 | 101 | 101011001 | 1010010 | 1001010 |
Color Harmonies of #F388A3
Complementary color
Monochromatic Colors of #F388A3
Black with #F388A3
Text Example
Text Example
White with #F388A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F388A3; }
p { color: rgb(243,136,163); }
H1.HeaderClassName
{
color: #F388A3;
}
.AnyTagClassName
{
color: #F388A3;
}
</style>
background-color css
<style>
a { background-color: #F388A3; }
a { background-color: rgb(243,136,163); }
div.DivClassName
{
background-color: #F388A3;
}
.BgClassName
{
background-color: #F388A3;
}
</style>
border-color css
<style>
span { border-color: #F388A3; }
span { border-color: rgb(243,136,163); }
td.TdClassName
{
border-color: #F388A3;
}
.TagClassName
{
border-color: #F388A3;
}
</style>