Shades of Wewak #F596A0
Tints of Wewak #F596A0
RGB
CMYK
RGB Variations
Color information
#F596A0 (or 0xF596A0) is known color: Wewak. HEX triplet: F5, 96 and A0. RGB value is (245,150,160). Sum of RGB (Red+Green+Blue) = 245+150+160=555 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.14% from 555); Green value is 150 (58.98% from 255 or 27.03% from 555); Blue value is 160 (62.89% from 255 or 28.83% from 555); Max value from RGB is 245 - color contains mainly: red. Hex color #F596A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F596A0 is #0A695F. Grayscale: #B3B3B3. Windows color (decimal): -682336 or 10524405. OLE color: 10524405.
HSL color Cylindrical-coordinate representation of color #F596A0: hue angle of 353.68º 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 #F596A0 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 150 | 160 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.04 |
| HSL | 353.68º | 0.83% | 0.77% | - |
| HSV(B) | 353.68º | 0.39% | 0.96% | - |
| XYZ | 54.91 | 43.76 | 38.81 | - |
| YUV | 179.55 | 116.97 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 150 | 160 | 0 | 0.39 | 0.35 | 0.04 | 353.68 | 0.83 | 0.77 |
| Hex | F5 | 96 | A0 | 0 | 27 | 23 | 4 | 162 | 53 | 4D |
| Octal | 365 | 226 | 240 | 0 | 47 | 43 | 4 | 542 | 123 | 115 |
| Binary | 11110101 | 10010110 | 10100000 | 0 | 100111 | 100011 | 100 | 101100010 | 1010011 | 1001101 |
Color Harmonies of #F596A0
Complementary color
Monochromatic Colors of #F596A0
Black with #F596A0
Text Example
Text Example
White with #F596A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F596A0; }
p { color: rgb(245,150,160); }
H1.HeaderClassName
{
color: #F596A0;
}
.AnyTagClassName
{
color: #F596A0;
}
</style>
background-color css
<style>
a { background-color: #F596A0; }
a { background-color: rgb(245,150,160); }
div.DivClassName
{
background-color: #F596A0;
}
.BgClassName
{
background-color: #F596A0;
}
</style>
border-color css
<style>
span { border-color: #F596A0; }
span { border-color: rgb(245,150,160); }
td.TdClassName
{
border-color: #F596A0;
}
.TagClassName
{
border-color: #F596A0;
}
</style>