Shades of Wewak #F196A1
Tints of Wewak #F196A1
RGB
CMYK
RGB Variations
Color information
#F196A1 (or 0xF196A1) is known color: Wewak. HEX triplet: F1, 96 and A1. RGB value is (241,150,161). Sum of RGB (Red+Green+Blue) = 241+150+161=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 150 (58.98% from 255 or 27.17% from 552); Blue value is 161 (63.28% from 255 or 29.17% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F196A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F196A1 is #0E695E. Grayscale: #B2B2B2. Windows color (decimal): -944479 or 10589937. OLE color: 10589937.
HSL color Cylindrical-coordinate representation of color #F196A1: hue angle of 352.75º 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 #F196A1 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 150 | 161 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.05 |
| HSL | 352.75º | 0.76% | 0.77% | - |
| HSV(B) | 352.75º | 0.38% | 0.95% | - |
| XYZ | 53.62 | 43.09 | 39.21 | - |
| YUV | 178.46 | 118.15 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 150 | 161 | 0 | 0.38 | 0.33 | 0.05 | 352.75 | 0.76 | 0.77 |
| Hex | F1 | 96 | A1 | 0 | 26 | 21 | 5 | 161 | 4C | 4D |
| Octal | 361 | 226 | 241 | 0 | 46 | 41 | 5 | 541 | 114 | 115 |
| Binary | 11110001 | 10010110 | 10100001 | 0 | 100110 | 100001 | 101 | 101100001 | 1001100 | 1001101 |
Color Harmonies of #F196A1
Complementary color
Monochromatic Colors of #F196A1
Black with #F196A1
Text Example
Text Example
White with #F196A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F196A1; }
p { color: rgb(241,150,161); }
H1.HeaderClassName
{
color: #F196A1;
}
.AnyTagClassName
{
color: #F196A1;
}
</style>
background-color css
<style>
a { background-color: #F196A1; }
a { background-color: rgb(241,150,161); }
div.DivClassName
{
background-color: #F196A1;
}
.BgClassName
{
background-color: #F196A1;
}
</style>
border-color css
<style>
span { border-color: #F196A1; }
span { border-color: rgb(241,150,161); }
td.TdClassName
{
border-color: #F196A1;
}
.TagClassName
{
border-color: #F196A1;
}
</style>