Shades of Wewak #F58D99
Tints of Wewak #F58D99
RGB
CMYK
RGB Variations
Color information
#F58D99 (or 0xF58D99) is known color: Wewak. HEX triplet: F5, 8D and 99. RGB value is (245,141,153). Sum of RGB (Red+Green+Blue) = 245+141+153=539 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.45% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 153 (60.16% from 255 or 28.39% from 539); Max value from RGB is 245 - color contains mainly: red. Hex color #F58D99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58D99 is #0A7266. Grayscale: #ADADAD. Windows color (decimal): -684647 or 10063349. OLE color: 10063349.
HSL color Cylindrical-coordinate representation of color #F58D99: hue angle of 353.08º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F58D99 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 141 | 153 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.04 |
| HSL | 353.08º | 0.84% | 0.76% | - |
| HSV(B) | 353.08º | 0.42% | 0.96% | - |
| XYZ | 52.93 | 40.76 | 35.22 | - |
| YUV | 173.46 | 116.46 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 141 | 153 | 0 | 0.42 | 0.38 | 0.04 | 353.08 | 0.84 | 0.76 |
| Hex | F5 | 8D | 99 | 0 | 2A | 26 | 4 | 161 | 54 | 4C |
| Octal | 365 | 215 | 231 | 0 | 52 | 46 | 4 | 541 | 124 | 114 |
| Binary | 11110101 | 10001101 | 10011001 | 0 | 101010 | 100110 | 100 | 101100001 | 1010100 | 1001100 |
Color Harmonies of #F58D99
Complementary color
Monochromatic Colors of #F58D99
Black with #F58D99
Text Example
Text Example
White with #F58D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58D99; }
p { color: rgb(245,141,153); }
H1.HeaderClassName
{
color: #F58D99;
}
.AnyTagClassName
{
color: #F58D99;
}
</style>
background-color css
<style>
a { background-color: #F58D99; }
a { background-color: rgb(245,141,153); }
div.DivClassName
{
background-color: #F58D99;
}
.BgClassName
{
background-color: #F58D99;
}
</style>
border-color css
<style>
span { border-color: #F58D99; }
span { border-color: rgb(245,141,153); }
td.TdClassName
{
border-color: #F58D99;
}
.TagClassName
{
border-color: #F58D99;
}
</style>