Shades of Mauvelous #F198A5
Tints of Mauvelous #F198A5
RGB
CMYK
RGB Variations
Color information
#F198A5 (or 0xF198A5) is known color: Mauvelous. HEX triplet: F1, 98 and A5. RGB value is (241,152,165). Sum of RGB (Red+Green+Blue) = 241+152+165=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 152 (59.77% from 255 or 27.24% from 558); Blue value is 165 (64.84% from 255 or 29.57% from 558); Max value from RGB is 241 - color contains mainly: red. Hex color #F198A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F198A5 is #0E675A. Grayscale: #B4B4B4. Windows color (decimal): -943963 or 10852593. OLE color: 10852593.
HSL color Cylindrical-coordinate representation of color #F198A5: hue angle of 351.24º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F198A5 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 152 | 165 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.05 |
| HSL | 351.24º | 0.76% | 0.77% | - |
| HSV(B) | 351.24º | 0.37% | 0.95% | - |
| XYZ | 54.3 | 43.87 | 41.2 | - |
| YUV | 180.09 | 119.49 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 152 | 165 | 0 | 0.37 | 0.32 | 0.05 | 351.24 | 0.76 | 0.77 |
| Hex | F1 | 98 | A5 | 0 | 25 | 20 | 5 | 15F | 4C | 4D |
| Octal | 361 | 230 | 245 | 0 | 45 | 40 | 5 | 537 | 114 | 115 |
| Binary | 11110001 | 10011000 | 10100101 | 0 | 100101 | 100000 | 101 | 101011111 | 1001100 | 1001101 |
Color Harmonies of #F198A5
Complementary color
Monochromatic Colors of #F198A5
Black with #F198A5
Text Example
Text Example
White with #F198A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F198A5; }
p { color: rgb(241,152,165); }
H1.HeaderClassName
{
color: #F198A5;
}
.AnyTagClassName
{
color: #F198A5;
}
</style>
background-color css
<style>
a { background-color: #F198A5; }
a { background-color: rgb(241,152,165); }
div.DivClassName
{
background-color: #F198A5;
}
.BgClassName
{
background-color: #F198A5;
}
</style>
border-color css
<style>
span { border-color: #F198A5; }
span { border-color: rgb(241,152,165); }
td.TdClassName
{
border-color: #F198A5;
}
.TagClassName
{
border-color: #F198A5;
}
</style>