Shades of Wewak #F196A0
Tints of Wewak #F196A0
RGB
CMYK
RGB Variations
Color information
#F196A0 (or 0xF196A0) is known color: Wewak. HEX triplet: F1, 96 and A0. RGB value is (241,150,160). Sum of RGB (Red+Green+Blue) = 241+150+160=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 160 (62.89% from 255 or 29.04% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F196A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F196A0 is #0E695F. Grayscale: #B2B2B2. Windows color (decimal): -944480 or 10524401. OLE color: 10524401.
HSL color Cylindrical-coordinate representation of color #F196A0: hue angle of 353.41º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F196A0 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 150 | 160 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.05 |
| HSL | 353.41º | 0.76% | 0.77% | - |
| HSV(B) | 353.41º | 0.38% | 0.95% | - |
| XYZ | 53.53 | 43.05 | 38.75 | - |
| YUV | 178.35 | 117.65 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 150 | 160 | 0 | 0.38 | 0.34 | 0.05 | 353.41 | 0.76 | 0.77 |
| Hex | F1 | 96 | A0 | 0 | 26 | 22 | 5 | 161 | 4C | 4D |
| Octal | 361 | 226 | 240 | 0 | 46 | 42 | 5 | 541 | 114 | 115 |
| Binary | 11110001 | 10010110 | 10100000 | 0 | 100110 | 100010 | 101 | 101100001 | 1001100 | 1001101 |
Color Harmonies of #F196A0
Complementary color
Monochromatic Colors of #F196A0
Black with #F196A0
Text Example
Text Example
White with #F196A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F196A0; }
p { color: rgb(241,150,160); }
H1.HeaderClassName
{
color: #F196A0;
}
.AnyTagClassName
{
color: #F196A0;
}
</style>
background-color css
<style>
a { background-color: #F196A0; }
a { background-color: rgb(241,150,160); }
div.DivClassName
{
background-color: #F196A0;
}
.BgClassName
{
background-color: #F196A0;
}
</style>
border-color css
<style>
span { border-color: #F196A0; }
span { border-color: rgb(241,150,160); }
td.TdClassName
{
border-color: #F196A0;
}
.TagClassName
{
border-color: #F196A0;
}
</style>