Shades of Wewak #F59EA2
Tints of Wewak #F59EA2
RGB
CMYK
RGB Variations
Color information
#F59EA2 (or 0xF59EA2) is known color: Wewak. HEX triplet: F5, 9E and A2. RGB value is (245,158,162). Sum of RGB (Red+Green+Blue) = 245+158+162=565 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.36% from 565); Green value is 158 (62.11% from 255 or 27.96% from 565); Blue value is 162 (63.67% from 255 or 28.67% from 565); Max value from RGB is 245 - color contains mainly: red. Hex color #F59EA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59EA2 is #0A615D. Grayscale: #B8B8B8. Windows color (decimal): -680286 or 10657525. OLE color: 10657525.
HSL color Cylindrical-coordinate representation of color #F59EA2: hue angle of 357.24º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F59EA2 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 158 | 162 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.04 |
| HSL | 357.24º | 0.81% | 0.79% | - |
| HSV(B) | 357.24º | 0.36% | 0.96% | - |
| XYZ | 56.4 | 46.47 | 40.18 | - |
| YUV | 184.47 | 115.32 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 158 | 162 | 0 | 0.36 | 0.34 | 0.04 | 357.24 | 0.81 | 0.79 |
| Hex | F5 | 9E | A2 | 0 | 24 | 22 | 4 | 165 | 51 | 4F |
| Octal | 365 | 236 | 242 | 0 | 44 | 42 | 4 | 545 | 121 | 117 |
| Binary | 11110101 | 10011110 | 10100010 | 0 | 100100 | 100010 | 100 | 101100101 | 1010001 | 1001111 |
Color Harmonies of #F59EA2
Complementary color
Monochromatic Colors of #F59EA2
Black with #F59EA2
Text Example
Text Example
White with #F59EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59EA2; }
p { color: rgb(245,158,162); }
H1.HeaderClassName
{
color: #F59EA2;
}
.AnyTagClassName
{
color: #F59EA2;
}
</style>
background-color css
<style>
a { background-color: #F59EA2; }
a { background-color: rgb(245,158,162); }
div.DivClassName
{
background-color: #F59EA2;
}
.BgClassName
{
background-color: #F59EA2;
}
</style>
border-color css
<style>
span { border-color: #F59EA2; }
span { border-color: rgb(245,158,162); }
td.TdClassName
{
border-color: #F59EA2;
}
.TagClassName
{
border-color: #F59EA2;
}
</style>