Shades of Wewak #F59DA2
Tints of Wewak #F59DA2
RGB
CMYK
RGB Variations
Color information
#F59DA2 (or 0xF59DA2) is known color: Wewak. HEX triplet: F5, 9D and A2. RGB value is (245,157,162). Sum of RGB (Red+Green+Blue) = 245+157+162=564 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.44% from 564); Green value is 157 (61.72% from 255 or 27.84% from 564); Blue value is 162 (63.67% from 255 or 28.72% from 564); Max value from RGB is 245 - color contains mainly: red. Hex color #F59DA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59DA2 is #0A625D. Grayscale: #B7B7B7. Windows color (decimal): -680542 or 10657269. OLE color: 10657269.
HSL color Cylindrical-coordinate representation of color #F59DA2: hue angle of 356.59º 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 #F59DA2 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 157 | 162 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.04 |
| HSL | 356.59º | 0.81% | 0.79% | - |
| HSV(B) | 356.59º | 0.36% | 0.96% | - |
| XYZ | 56.23 | 46.14 | 40.12 | - |
| YUV | 183.88 | 115.65 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 157 | 162 | 0 | 0.36 | 0.34 | 0.04 | 356.59 | 0.81 | 0.79 |
| Hex | F5 | 9D | A2 | 0 | 24 | 22 | 4 | 165 | 51 | 4F |
| Octal | 365 | 235 | 242 | 0 | 44 | 42 | 4 | 545 | 121 | 117 |
| Binary | 11110101 | 10011101 | 10100010 | 0 | 100100 | 100010 | 100 | 101100101 | 1010001 | 1001111 |
Color Harmonies of #F59DA2
Complementary color
Monochromatic Colors of #F59DA2
Black with #F59DA2
Text Example
Text Example
White with #F59DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59DA2; }
p { color: rgb(245,157,162); }
H1.HeaderClassName
{
color: #F59DA2;
}
.AnyTagClassName
{
color: #F59DA2;
}
</style>
background-color css
<style>
a { background-color: #F59DA2; }
a { background-color: rgb(245,157,162); }
div.DivClassName
{
background-color: #F59DA2;
}
.BgClassName
{
background-color: #F59DA2;
}
</style>
border-color css
<style>
span { border-color: #F59DA2; }
span { border-color: rgb(245,157,162); }
td.TdClassName
{
border-color: #F59DA2;
}
.TagClassName
{
border-color: #F59DA2;
}
</style>