Shades of Mauvelous #F393AB
Tints of Mauvelous #F393AB
RGB
CMYK
RGB Variations
Color information
#F393AB (or 0xF393AB) is known color: Mauvelous. HEX triplet: F3, 93 and AB. RGB value is (243,147,171). Sum of RGB (Red+Green+Blue) = 243+147+171=561 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.32% from 561); Green value is 147 (57.81% from 255 or 26.20% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 243 - color contains mainly: red. Hex color #F393AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F393AB is #0C6C54. Grayscale: #B2B2B2. Windows color (decimal): -814165 or 11244531. OLE color: 11244531.
HSL color Cylindrical-coordinate representation of color #F393AB: hue angle of 345º 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 #F393AB is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 147 | 171 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.05 |
| HSL | 345º | 0.8% | 0.76% | - |
| HSV(B) | 345º | 0.4% | 0.95% | - |
| XYZ | 54.75 | 42.86 | 43.92 | - |
| YUV | 178.44 | 123.8 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 147 | 171 | 0 | 0.40 | 0.30 | 0.05 | 345 | 0.8 | 0.76 |
| Hex | F3 | 93 | AB | 0 | 28 | 1E | 5 | 159 | 50 | 4C |
| Octal | 363 | 223 | 253 | 0 | 50 | 36 | 5 | 531 | 120 | 114 |
| Binary | 11110011 | 10010011 | 10101011 | 0 | 101000 | 11110 | 101 | 101011001 | 1010000 | 1001100 |
Color Harmonies of #F393AB
Complementary color
Monochromatic Colors of #F393AB
Black with #F393AB
Text Example
Text Example
White with #F393AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F393AB; }
p { color: rgb(243,147,171); }
H1.HeaderClassName
{
color: #F393AB;
}
.AnyTagClassName
{
color: #F393AB;
}
</style>
background-color css
<style>
a { background-color: #F393AB; }
a { background-color: rgb(243,147,171); }
div.DivClassName
{
background-color: #F393AB;
}
.BgClassName
{
background-color: #F393AB;
}
</style>
border-color css
<style>
span { border-color: #F393AB; }
span { border-color: rgb(243,147,171); }
td.TdClassName
{
border-color: #F393AB;
}
.TagClassName
{
border-color: #F393AB;
}
</style>