Shades of Wewak #F5889A
Tints of Wewak #F5889A
RGB
CMYK
RGB Variations
Color information
#F5889A (or 0xF5889A) is known color: Wewak. HEX triplet: F5, 88 and 9A. RGB value is (245,136,154). Sum of RGB (Red+Green+Blue) = 245+136+154=535 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.79% from 535); Green value is 136 (53.52% from 255 or 25.42% from 535); Blue value is 154 (60.55% from 255 or 28.79% from 535); Max value from RGB is 245 - color contains mainly: red. Hex color #F5889A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5889A is #0A7765. Grayscale: #AAAAAA. Windows color (decimal): -685926 or 10127605. OLE color: 10127605.
HSL color Cylindrical-coordinate representation of color #F5889A: hue angle of 350.09º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F5889A is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 136 | 154 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.04 |
| HSL | 350.09º | 0.84% | 0.75% | - |
| HSV(B) | 350.09º | 0.44% | 0.96% | - |
| XYZ | 52.29 | 39.35 | 35.41 | - |
| YUV | 170.64 | 118.61 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 136 | 154 | 0 | 0.44 | 0.37 | 0.04 | 350.09 | 0.84 | 0.75 |
| Hex | F5 | 88 | 9A | 0 | 2C | 25 | 4 | 15E | 54 | 4B |
| Octal | 365 | 210 | 232 | 0 | 54 | 45 | 4 | 536 | 124 | 113 |
| Binary | 11110101 | 10001000 | 10011010 | 0 | 101100 | 100101 | 100 | 101011110 | 1010100 | 1001011 |
Color Harmonies of #F5889A
Complementary color
Monochromatic Colors of #F5889A
Black with #F5889A
Text Example
Text Example
White with #F5889A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5889A; }
p { color: rgb(245,136,154); }
H1.HeaderClassName
{
color: #F5889A;
}
.AnyTagClassName
{
color: #F5889A;
}
</style>
background-color css
<style>
a { background-color: #F5889A; }
a { background-color: rgb(245,136,154); }
div.DivClassName
{
background-color: #F5889A;
}
.BgClassName
{
background-color: #F5889A;
}
</style>
border-color css
<style>
span { border-color: #F5889A; }
span { border-color: rgb(245,136,154); }
td.TdClassName
{
border-color: #F5889A;
}
.TagClassName
{
border-color: #F5889A;
}
</style>