Shades of Mauvelous #F192A8
Tints of Mauvelous #F192A8
RGB
CMYK
RGB Variations
Color information
#F192A8 (or 0xF192A8) is known color: Mauvelous. HEX triplet: F1, 92 and A8. RGB value is (241,146,168). Sum of RGB (Red+Green+Blue) = 241+146+168=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 146 (57.42% from 255 or 26.31% from 555); Blue value is 168 (66.02% from 255 or 30.27% from 555); Max value from RGB is 241 - color contains mainly: red. Hex color #F192A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F192A8 is #0E6D57. Grayscale: #B0B0B0. Windows color (decimal): -945496 or 11047665. OLE color: 11047665.
HSL color Cylindrical-coordinate representation of color #F192A8: hue angle of 346.11º 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 #F192A8 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 146 | 168 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.05 |
| HSL | 346.11º | 0.77% | 0.76% | - |
| HSV(B) | 346.11º | 0.39% | 0.95% | - |
| XYZ | 53.62 | 42.09 | 42.34 | - |
| YUV | 176.91 | 122.97 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 146 | 168 | 0 | 0.39 | 0.30 | 0.05 | 346.11 | 0.77 | 0.76 |
| Hex | F1 | 92 | A8 | 0 | 27 | 1E | 5 | 15A | 4D | 4C |
| Octal | 361 | 222 | 250 | 0 | 47 | 36 | 5 | 532 | 115 | 114 |
| Binary | 11110001 | 10010010 | 10101000 | 0 | 100111 | 11110 | 101 | 101011010 | 1001101 | 1001100 |
Color Harmonies of #F192A8
Complementary color
Monochromatic Colors of #F192A8
Black with #F192A8
Text Example
Text Example
White with #F192A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F192A8; }
p { color: rgb(241,146,168); }
H1.HeaderClassName
{
color: #F192A8;
}
.AnyTagClassName
{
color: #F192A8;
}
</style>
background-color css
<style>
a { background-color: #F192A8; }
a { background-color: rgb(241,146,168); }
div.DivClassName
{
background-color: #F192A8;
}
.BgClassName
{
background-color: #F192A8;
}
</style>
border-color css
<style>
span { border-color: #F192A8; }
span { border-color: rgb(241,146,168); }
td.TdClassName
{
border-color: #F192A8;
}
.TagClassName
{
border-color: #F192A8;
}
</style>