Shades of Mauvelous #F192AB
Tints of Mauvelous #F192AB
RGB
CMYK
RGB Variations
Color information
#F192AB (or 0xF192AB) is known color: Mauvelous. HEX triplet: F1, 92 and AB. RGB value is (241,146,171). Sum of RGB (Red+Green+Blue) = 241+146+171=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 146 (57.42% from 255 or 26.16% from 558); Blue value is 171 (67.19% from 255 or 30.65% from 558); Max value from RGB is 241 - color contains mainly: red. Hex color #F192AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F192AB is #0E6D54. Grayscale: #B1B1B1. Windows color (decimal): -945493 or 11244273. OLE color: 11244273.
HSL color Cylindrical-coordinate representation of color #F192AB: hue angle of 344.21º 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 #F192AB is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 146 | 171 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.05 |
| HSL | 344.21º | 0.77% | 0.76% | - |
| HSV(B) | 344.21º | 0.39% | 0.95% | - |
| XYZ | 53.91 | 42.2 | 43.83 | - |
| YUV | 177.26 | 124.47 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 146 | 171 | 0 | 0.39 | 0.29 | 0.05 | 344.21 | 0.77 | 0.76 |
| Hex | F1 | 92 | AB | 0 | 27 | 1D | 5 | 158 | 4D | 4C |
| Octal | 361 | 222 | 253 | 0 | 47 | 35 | 5 | 530 | 115 | 114 |
| Binary | 11110001 | 10010010 | 10101011 | 0 | 100111 | 11101 | 101 | 101011000 | 1001101 | 1001100 |
Color Harmonies of #F192AB
Complementary color
Monochromatic Colors of #F192AB
Black with #F192AB
Text Example
Text Example
White with #F192AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F192AB; }
p { color: rgb(241,146,171); }
H1.HeaderClassName
{
color: #F192AB;
}
.AnyTagClassName
{
color: #F192AB;
}
</style>
background-color css
<style>
a { background-color: #F192AB; }
a { background-color: rgb(241,146,171); }
div.DivClassName
{
background-color: #F192AB;
}
.BgClassName
{
background-color: #F192AB;
}
</style>
border-color css
<style>
span { border-color: #F192AB; }
span { border-color: rgb(241,146,171); }
td.TdClassName
{
border-color: #F192AB;
}
.TagClassName
{
border-color: #F192AB;
}
</style>