Shades of Mauvelous #F192AA
Tints of Mauvelous #F192AA
RGB
CMYK
RGB Variations
Color information
#F192AA (or 0xF192AA) is known color: Mauvelous. HEX triplet: F1, 92 and AA. RGB value is (241,146,170). Sum of RGB (Red+Green+Blue) = 241+146+170=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 146 (57.42% from 255 or 26.21% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F192AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F192AA is #0E6D55. Grayscale: #B1B1B1. Windows color (decimal): -945494 or 11178737. OLE color: 11178737.
HSL color Cylindrical-coordinate representation of color #F192AA: hue angle of 344.84º 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 #F192AA is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 146 | 170 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.05 |
| HSL | 344.84º | 0.77% | 0.76% | - |
| HSV(B) | 344.84º | 0.39% | 0.95% | - |
| XYZ | 53.81 | 42.16 | 43.33 | - |
| YUV | 177.14 | 123.97 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 146 | 170 | 0 | 0.39 | 0.29 | 0.05 | 344.84 | 0.77 | 0.76 |
| Hex | F1 | 92 | AA | 0 | 27 | 1D | 5 | 159 | 4D | 4C |
| Octal | 361 | 222 | 252 | 0 | 47 | 35 | 5 | 531 | 115 | 114 |
| Binary | 11110001 | 10010010 | 10101010 | 0 | 100111 | 11101 | 101 | 101011001 | 1001101 | 1001100 |
Color Harmonies of #F192AA
Complementary color
Monochromatic Colors of #F192AA
Black with #F192AA
Text Example
Text Example
White with #F192AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F192AA; }
p { color: rgb(241,146,170); }
H1.HeaderClassName
{
color: #F192AA;
}
.AnyTagClassName
{
color: #F192AA;
}
</style>
background-color css
<style>
a { background-color: #F192AA; }
a { background-color: rgb(241,146,170); }
div.DivClassName
{
background-color: #F192AA;
}
.BgClassName
{
background-color: #F192AA;
}
</style>
border-color css
<style>
span { border-color: #F192AA; }
span { border-color: rgb(241,146,170); }
td.TdClassName
{
border-color: #F192AA;
}
.TagClassName
{
border-color: #F192AA;
}
</style>