Shades of Wewak #F596A2
Tints of Wewak #F596A2
RGB
CMYK
RGB Variations
Color information
#F596A2 (or 0xF596A2) is known color: Wewak. HEX triplet: F5, 96 and A2. RGB value is (245,150,162). Sum of RGB (Red+Green+Blue) = 245+150+162=557 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.99% from 557); Green value is 150 (58.98% from 255 or 26.93% from 557); Blue value is 162 (63.67% from 255 or 29.08% from 557); Max value from RGB is 245 - color contains mainly: red. Hex color #F596A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F596A2 is #0A695D. Grayscale: #B3B3B3. Windows color (decimal): -682334 or 10655477. OLE color: 10655477.
HSL color Cylindrical-coordinate representation of color #F596A2: hue angle of 352.42º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F596A2 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 150 | 162 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.04 |
| HSL | 352.42º | 0.83% | 0.77% | - |
| HSV(B) | 352.42º | 0.39% | 0.96% | - |
| XYZ | 55.08 | 43.83 | 39.74 | - |
| YUV | 179.77 | 117.97 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 150 | 162 | 0 | 0.39 | 0.34 | 0.04 | 352.42 | 0.83 | 0.77 |
| Hex | F5 | 96 | A2 | 0 | 27 | 22 | 4 | 160 | 53 | 4D |
| Octal | 365 | 226 | 242 | 0 | 47 | 42 | 4 | 540 | 123 | 115 |
| Binary | 11110101 | 10010110 | 10100010 | 0 | 100111 | 100010 | 100 | 101100000 | 1010011 | 1001101 |
Color Harmonies of #F596A2
Complementary color
Monochromatic Colors of #F596A2
Black with #F596A2
Text Example
Text Example
White with #F596A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F596A2; }
p { color: rgb(245,150,162); }
H1.HeaderClassName
{
color: #F596A2;
}
.AnyTagClassName
{
color: #F596A2;
}
</style>
background-color css
<style>
a { background-color: #F596A2; }
a { background-color: rgb(245,150,162); }
div.DivClassName
{
background-color: #F596A2;
}
.BgClassName
{
background-color: #F596A2;
}
</style>
border-color css
<style>
span { border-color: #F596A2; }
span { border-color: rgb(245,150,162); }
td.TdClassName
{
border-color: #F596A2;
}
.TagClassName
{
border-color: #F596A2;
}
</style>