Shades of Wewak #F59A9D
Tints of Wewak #F59A9D
RGB
CMYK
RGB Variations
Color information
#F59A9D (or 0xF59A9D) is known color: Wewak. HEX triplet: F5, 9A and 9D. RGB value is (245,154,157). Sum of RGB (Red+Green+Blue) = 245+154+157=556 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.06% from 556); Green value is 154 (60.55% from 255 or 27.70% from 556); Blue value is 157 (61.72% from 255 or 28.24% from 556); Max value from RGB is 245 - color contains mainly: red. Hex color #F59A9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59A9D is #0A6562. Grayscale: #B5B5B5. Windows color (decimal): -681315 or 10328821. OLE color: 10328821.
HSL color Cylindrical-coordinate representation of color #F59A9D: hue angle of 358.02º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F59A9D is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 154 | 157 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.04 |
| HSL | 358.02º | 0.82% | 0.78% | - |
| HSV(B) | 358.02º | 0.37% | 0.96% | - |
| XYZ | 55.3 | 44.96 | 37.66 | - |
| YUV | 181.55 | 114.15 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 154 | 157 | 0 | 0.37 | 0.36 | 0.04 | 358.02 | 0.82 | 0.78 |
| Hex | F5 | 9A | 9D | 0 | 25 | 24 | 4 | 166 | 52 | 4E |
| Octal | 365 | 232 | 235 | 0 | 45 | 44 | 4 | 546 | 122 | 116 |
| Binary | 11110101 | 10011010 | 10011101 | 0 | 100101 | 100100 | 100 | 101100110 | 1010010 | 1001110 |
Color Harmonies of #F59A9D
Complementary color
Monochromatic Colors of #F59A9D
Black with #F59A9D
Text Example
Text Example
White with #F59A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59A9D; }
p { color: rgb(245,154,157); }
H1.HeaderClassName
{
color: #F59A9D;
}
.AnyTagClassName
{
color: #F59A9D;
}
</style>
background-color css
<style>
a { background-color: #F59A9D; }
a { background-color: rgb(245,154,157); }
div.DivClassName
{
background-color: #F59A9D;
}
.BgClassName
{
background-color: #F59A9D;
}
</style>
border-color css
<style>
span { border-color: #F59A9D; }
span { border-color: rgb(245,154,157); }
td.TdClassName
{
border-color: #F59A9D;
}
.TagClassName
{
border-color: #F59A9D;
}
</style>