Shades of Wewak #F195A2
Tints of Wewak #F195A2
RGB
CMYK
RGB Variations
Color information
#F195A2 (or 0xF195A2) is known color: Wewak. HEX triplet: F1, 95 and A2. RGB value is (241,149,162). Sum of RGB (Red+Green+Blue) = 241+149+162=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 149 (58.59% from 255 or 26.99% from 552); Blue value is 162 (63.67% from 255 or 29.35% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F195A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F195A2 is #0E6A5D. Grayscale: #B2B2B2. Windows color (decimal): -944734 or 10655217. OLE color: 10655217.
HSL color Cylindrical-coordinate representation of color #F195A2: hue angle of 351.52º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F195A2 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 149 | 162 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.05 |
| HSL | 351.52º | 0.77% | 0.76% | - |
| HSV(B) | 351.52º | 0.38% | 0.95% | - |
| XYZ | 53.54 | 42.8 | 39.62 | - |
| YUV | 177.99 | 118.98 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 149 | 162 | 0 | 0.38 | 0.33 | 0.05 | 351.52 | 0.77 | 0.76 |
| Hex | F1 | 95 | A2 | 0 | 26 | 21 | 5 | 160 | 4D | 4C |
| Octal | 361 | 225 | 242 | 0 | 46 | 41 | 5 | 540 | 115 | 114 |
| Binary | 11110001 | 10010101 | 10100010 | 0 | 100110 | 100001 | 101 | 101100000 | 1001101 | 1001100 |
Color Harmonies of #F195A2
Complementary color
Monochromatic Colors of #F195A2
Black with #F195A2
Text Example
Text Example
White with #F195A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F195A2; }
p { color: rgb(241,149,162); }
H1.HeaderClassName
{
color: #F195A2;
}
.AnyTagClassName
{
color: #F195A2;
}
</style>
background-color css
<style>
a { background-color: #F195A2; }
a { background-color: rgb(241,149,162); }
div.DivClassName
{
background-color: #F195A2;
}
.BgClassName
{
background-color: #F195A2;
}
</style>
border-color css
<style>
span { border-color: #F195A2; }
span { border-color: rgb(241,149,162); }
td.TdClassName
{
border-color: #F195A2;
}
.TagClassName
{
border-color: #F195A2;
}
</style>