Shades of Wewak #F19195
Tints of Wewak #F19195
RGB
CMYK
RGB Variations
Color information
#F19195 (or 0xF19195) is known color: Wewak. HEX triplet: F1, 91 and 95. RGB value is (241,145,149). Sum of RGB (Red+Green+Blue) = 241+145+149=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 145 (57.03% from 255 or 27.10% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 241 - color contains mainly: red. Hex color #F19195 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19195 is #0E6E6A. Grayscale: #AEAEAE. Windows color (decimal): -945771 or 9802225. OLE color: 9802225.
HSL color Cylindrical-coordinate representation of color #F19195: hue angle of 357.5º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F19195 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 145 | 149 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.05 |
| HSL | 357.5º | 0.77% | 0.76% | - |
| HSV(B) | 357.5º | 0.4% | 0.95% | - |
| XYZ | 51.83 | 41.12 | 33.64 | - |
| YUV | 174.16 | 113.8 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 145 | 149 | 0 | 0.40 | 0.38 | 0.05 | 357.5 | 0.77 | 0.76 |
| Hex | F1 | 91 | 95 | 0 | 28 | 26 | 5 | 166 | 4D | 4C |
| Octal | 361 | 221 | 225 | 0 | 50 | 46 | 5 | 546 | 115 | 114 |
| Binary | 11110001 | 10010001 | 10010101 | 0 | 101000 | 100110 | 101 | 101100110 | 1001101 | 1001100 |
Color Harmonies of #F19195
Complementary color
Monochromatic Colors of #F19195
Black with #F19195
Text Example
Text Example
White with #F19195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19195; }
p { color: rgb(241,145,149); }
H1.HeaderClassName
{
color: #F19195;
}
.AnyTagClassName
{
color: #F19195;
}
</style>
background-color css
<style>
a { background-color: #F19195; }
a { background-color: rgb(241,145,149); }
div.DivClassName
{
background-color: #F19195;
}
.BgClassName
{
background-color: #F19195;
}
</style>
border-color css
<style>
span { border-color: #F19195; }
span { border-color: rgb(241,145,149); }
td.TdClassName
{
border-color: #F19195;
}
.TagClassName
{
border-color: #F19195;
}
</style>