Shades of Mauvelous #F293AB
Tints of Mauvelous #F293AB
RGB
CMYK
RGB Variations
Color information
#F293AB (or 0xF293AB) is known color: Mauvelous. HEX triplet: F2, 93 and AB. RGB value is (242,147,171). Sum of RGB (Red+Green+Blue) = 242+147+171=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 147 (57.81% from 255 or 26.25% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F293AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F293AB is #0D6C54. Grayscale: #B2B2B2. Windows color (decimal): -879701 or 11244530. OLE color: 11244530.
HSL color Cylindrical-coordinate representation of color #F293AB: hue angle of 344.84º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F293AB is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 171 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.05 |
| HSL | 344.84º | 0.79% | 0.76% | - |
| HSV(B) | 344.84º | 0.39% | 0.95% | - |
| XYZ | 54.4 | 42.68 | 43.9 | - |
| YUV | 178.14 | 123.97 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 171 | 0 | 0.39 | 0.29 | 0.05 | 344.84 | 0.79 | 0.76 |
| Hex | F2 | 93 | AB | 0 | 27 | 1D | 5 | 159 | 4F | 4C |
| Octal | 362 | 223 | 253 | 0 | 47 | 35 | 5 | 531 | 117 | 114 |
| Binary | 11110010 | 10010011 | 10101011 | 0 | 100111 | 11101 | 101 | 101011001 | 1001111 | 1001100 |
Color Harmonies of #F293AB
Complementary color
Monochromatic Colors of #F293AB
Black with #F293AB
Text Example
Text Example
White with #F293AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F293AB; }
p { color: rgb(242,147,171); }
H1.HeaderClassName
{
color: #F293AB;
}
.AnyTagClassName
{
color: #F293AB;
}
</style>
background-color css
<style>
a { background-color: #F293AB; }
a { background-color: rgb(242,147,171); }
div.DivClassName
{
background-color: #F293AB;
}
.BgClassName
{
background-color: #F293AB;
}
</style>
border-color css
<style>
span { border-color: #F293AB; }
span { border-color: rgb(242,147,171); }
td.TdClassName
{
border-color: #F293AB;
}
.TagClassName
{
border-color: #F293AB;
}
</style>