Shades of Mauvelous #F393A8
Tints of Mauvelous #F393A8
RGB
CMYK
RGB Variations
Color information
#F393A8 (or 0xF393A8) is known color: Mauvelous. HEX triplet: F3, 93 and A8. RGB value is (243,147,168). Sum of RGB (Red+Green+Blue) = 243+147+168=558 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.55% from 558); Green value is 147 (57.81% from 255 or 26.34% from 558); Blue value is 168 (66.02% from 255 or 30.11% from 558); Max value from RGB is 243 - color contains mainly: red. Hex color #F393A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F393A8 is #0C6C57. Grayscale: #B2B2B2. Windows color (decimal): -814168 or 11047923. OLE color: 11047923.
HSL color Cylindrical-coordinate representation of color #F393A8: hue angle of 346.88º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F393A8 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 147 | 168 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.05 |
| HSL | 346.88º | 0.8% | 0.76% | - |
| HSV(B) | 346.88º | 0.4% | 0.95% | - |
| XYZ | 54.46 | 42.75 | 42.43 | - |
| YUV | 178.1 | 122.3 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 147 | 168 | 0 | 0.40 | 0.31 | 0.05 | 346.88 | 0.8 | 0.76 |
| Hex | F3 | 93 | A8 | 0 | 28 | 1F | 5 | 15B | 50 | 4C |
| Octal | 363 | 223 | 250 | 0 | 50 | 37 | 5 | 533 | 120 | 114 |
| Binary | 11110011 | 10010011 | 10101000 | 0 | 101000 | 11111 | 101 | 101011011 | 1010000 | 1001100 |
Color Harmonies of #F393A8
Complementary color
Monochromatic Colors of #F393A8
Black with #F393A8
Text Example
Text Example
White with #F393A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F393A8; }
p { color: rgb(243,147,168); }
H1.HeaderClassName
{
color: #F393A8;
}
.AnyTagClassName
{
color: #F393A8;
}
</style>
background-color css
<style>
a { background-color: #F393A8; }
a { background-color: rgb(243,147,168); }
div.DivClassName
{
background-color: #F393A8;
}
.BgClassName
{
background-color: #F393A8;
}
</style>
border-color css
<style>
span { border-color: #F393A8; }
span { border-color: rgb(243,147,168); }
td.TdClassName
{
border-color: #F393A8;
}
.TagClassName
{
border-color: #F393A8;
}
</style>