Shades of Mauvelous #F193AA
Tints of Mauvelous #F193AA
RGB
CMYK
RGB Variations
Color information
#F193AA (or 0xF193AA) is known color: Mauvelous. HEX triplet: F1, 93 and AA. RGB value is (241,147,170). Sum of RGB (Red+Green+Blue) = 241+147+170=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 147 (57.81% from 255 or 26.34% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 241 - color contains mainly: red. Hex color #F193AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F193AA is #0E6C55. Grayscale: #B1B1B1. Windows color (decimal): -945238 or 11178993. OLE color: 11178993.
HSL color Cylindrical-coordinate representation of color #F193AA: hue angle of 345.32º degrees, saturation: 0.77, 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 #F193AA is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 147 | 170 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.05 |
| HSL | 345.32º | 0.77% | 0.76% | - |
| HSV(B) | 345.32º | 0.39% | 0.95% | - |
| XYZ | 53.97 | 42.47 | 43.38 | - |
| YUV | 177.73 | 123.64 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 147 | 170 | 0 | 0.39 | 0.29 | 0.05 | 345.32 | 0.77 | 0.76 |
| Hex | F1 | 93 | AA | 0 | 27 | 1D | 5 | 159 | 4D | 4C |
| Octal | 361 | 223 | 252 | 0 | 47 | 35 | 5 | 531 | 115 | 114 |
| Binary | 11110001 | 10010011 | 10101010 | 0 | 100111 | 11101 | 101 | 101011001 | 1001101 | 1001100 |
Color Harmonies of #F193AA
Complementary color
Monochromatic Colors of #F193AA
Black with #F193AA
Text Example
Text Example
White with #F193AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F193AA; }
p { color: rgb(241,147,170); }
H1.HeaderClassName
{
color: #F193AA;
}
.AnyTagClassName
{
color: #F193AA;
}
</style>
background-color css
<style>
a { background-color: #F193AA; }
a { background-color: rgb(241,147,170); }
div.DivClassName
{
background-color: #F193AA;
}
.BgClassName
{
background-color: #F193AA;
}
</style>
border-color css
<style>
span { border-color: #F193AA; }
span { border-color: rgb(241,147,170); }
td.TdClassName
{
border-color: #F193AA;
}
.TagClassName
{
border-color: #F193AA;
}
</style>