Shades of Mauvelous #F192AC
Tints of Mauvelous #F192AC
RGB
CMYK
RGB Variations
Color information
#F192AC (or 0xF192AC) is known color: Mauvelous. HEX triplet: F1, 92 and AC. RGB value is (241,146,172). Sum of RGB (Red+Green+Blue) = 241+146+172=559 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.11% from 559); Green value is 146 (57.42% from 255 or 26.12% from 559); Blue value is 172 (67.58% from 255 or 30.77% from 559); Max value from RGB is 241 - color contains mainly: red. Hex color #F192AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F192AC is #0E6D53. Grayscale: #B1B1B1. Windows color (decimal): -945492 or 11309809. OLE color: 11309809.
HSL color Cylindrical-coordinate representation of color #F192AC: hue angle of 343.58º 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 #F192AC is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 146 | 172 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.05 |
| HSL | 343.58º | 0.77% | 0.76% | - |
| HSV(B) | 343.58º | 0.39% | 0.95% | - |
| XYZ | 54 | 42.24 | 44.34 | - |
| YUV | 177.37 | 124.97 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 146 | 172 | 0 | 0.39 | 0.29 | 0.05 | 343.58 | 0.77 | 0.76 |
| Hex | F1 | 92 | AC | 0 | 27 | 1D | 5 | 158 | 4D | 4C |
| Octal | 361 | 222 | 254 | 0 | 47 | 35 | 5 | 530 | 115 | 114 |
| Binary | 11110001 | 10010010 | 10101100 | 0 | 100111 | 11101 | 101 | 101011000 | 1001101 | 1001100 |
Color Harmonies of #F192AC
Complementary color
Monochromatic Colors of #F192AC
Black with #F192AC
Text Example
Text Example
White with #F192AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F192AC; }
p { color: rgb(241,146,172); }
H1.HeaderClassName
{
color: #F192AC;
}
.AnyTagClassName
{
color: #F192AC;
}
</style>
background-color css
<style>
a { background-color: #F192AC; }
a { background-color: rgb(241,146,172); }
div.DivClassName
{
background-color: #F192AC;
}
.BgClassName
{
background-color: #F192AC;
}
</style>
border-color css
<style>
span { border-color: #F192AC; }
span { border-color: rgb(241,146,172); }
td.TdClassName
{
border-color: #F192AC;
}
.TagClassName
{
border-color: #F192AC;
}
</style>