Shades of Wewak #F596A1
Tints of Wewak #F596A1
RGB
CMYK
RGB Variations
Color information
#F596A1 (or 0xF596A1) is known color: Wewak. HEX triplet: F5, 96 and A1. RGB value is (245,150,161). Sum of RGB (Red+Green+Blue) = 245+150+161=556 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.06% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 161 (63.28% from 255 or 28.96% from 556); Max value from RGB is 245 - color contains mainly: red. Hex color #F596A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F596A1 is #0A695E. Grayscale: #B3B3B3. Windows color (decimal): -682335 or 10589941. OLE color: 10589941.
HSL color Cylindrical-coordinate representation of color #F596A1: hue angle of 353.05º 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 #F596A1 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 150 | 161 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.04 |
| HSL | 353.05º | 0.83% | 0.77% | - |
| HSV(B) | 353.05º | 0.39% | 0.96% | - |
| XYZ | 55 | 43.8 | 39.27 | - |
| YUV | 179.66 | 117.47 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 150 | 161 | 0 | 0.39 | 0.34 | 0.04 | 353.05 | 0.83 | 0.77 |
| Hex | F5 | 96 | A1 | 0 | 27 | 22 | 4 | 161 | 53 | 4D |
| Octal | 365 | 226 | 241 | 0 | 47 | 42 | 4 | 541 | 123 | 115 |
| Binary | 11110101 | 10010110 | 10100001 | 0 | 100111 | 100010 | 100 | 101100001 | 1010011 | 1001101 |
Color Harmonies of #F596A1
Complementary color
Monochromatic Colors of #F596A1
Black with #F596A1
Text Example
Text Example
White with #F596A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F596A1; }
p { color: rgb(245,150,161); }
H1.HeaderClassName
{
color: #F596A1;
}
.AnyTagClassName
{
color: #F596A1;
}
</style>
background-color css
<style>
a { background-color: #F596A1; }
a { background-color: rgb(245,150,161); }
div.DivClassName
{
background-color: #F596A1;
}
.BgClassName
{
background-color: #F596A1;
}
</style>
border-color css
<style>
span { border-color: #F596A1; }
span { border-color: rgb(245,150,161); }
td.TdClassName
{
border-color: #F596A1;
}
.TagClassName
{
border-color: #F596A1;
}
</style>