Shades of Wewak #F5888D
Tints of Wewak #F5888D
RGB
CMYK
RGB Variations
Color information
#F5888D (or 0xF5888D) is known color: Wewak. HEX triplet: F5, 88 and 8D. RGB value is (245,136,141). Sum of RGB (Red+Green+Blue) = 245+136+141=522 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.93% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 245 - color contains mainly: red. Hex color #F5888D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5888D is #0A7772. Grayscale: #A9A9A9. Windows color (decimal): -685939 or 9275637. OLE color: 9275637.
HSL color Cylindrical-coordinate representation of color #F5888D: hue angle of 357.25º 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 #F5888D is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 136 | 141 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.04 |
| HSL | 357.25º | 0.84% | 0.75% | - |
| HSV(B) | 357.25º | 0.44% | 0.96% | - |
| XYZ | 51.27 | 38.94 | 30.01 | - |
| YUV | 169.16 | 112.11 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 136 | 141 | 0 | 0.44 | 0.42 | 0.04 | 357.25 | 0.84 | 0.75 |
| Hex | F5 | 88 | 8D | 0 | 2C | 2A | 4 | 165 | 54 | 4B |
| Octal | 365 | 210 | 215 | 0 | 54 | 52 | 4 | 545 | 124 | 113 |
| Binary | 11110101 | 10001000 | 10001101 | 0 | 101100 | 101010 | 100 | 101100101 | 1010100 | 1001011 |
Color Harmonies of #F5888D
Complementary color
Monochromatic Colors of #F5888D
Black with #F5888D
Text Example
Text Example
White with #F5888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5888D; }
p { color: rgb(245,136,141); }
H1.HeaderClassName
{
color: #F5888D;
}
.AnyTagClassName
{
color: #F5888D;
}
</style>
background-color css
<style>
a { background-color: #F5888D; }
a { background-color: rgb(245,136,141); }
div.DivClassName
{
background-color: #F5888D;
}
.BgClassName
{
background-color: #F5888D;
}
</style>
border-color css
<style>
span { border-color: #F5888D; }
span { border-color: rgb(245,136,141); }
td.TdClassName
{
border-color: #F5888D;
}
.TagClassName
{
border-color: #F5888D;
}
</style>