Shades of Wewak #F58D98
Tints of Wewak #F58D98
RGB
CMYK
RGB Variations
Color information
#F58D98 (or 0xF58D98) is known color: Wewak. HEX triplet: F5, 8D and 98. RGB value is (245,141,152). Sum of RGB (Red+Green+Blue) = 245+141+152=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 152 (59.77% from 255 or 28.25% from 538); Max value from RGB is 245 - color contains mainly: red. Hex color #F58D98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58D98 is #0A7267. Grayscale: #ADADAD. Windows color (decimal): -684648 or 9997813. OLE color: 9997813.
HSL color Cylindrical-coordinate representation of color #F58D98: hue angle of 353.65º 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 #F58D98 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 141 | 152 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.04 |
| HSL | 353.65º | 0.84% | 0.76% | - |
| HSV(B) | 353.65º | 0.42% | 0.96% | - |
| XYZ | 52.85 | 40.73 | 34.78 | - |
| YUV | 173.35 | 115.96 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 141 | 152 | 0 | 0.42 | 0.38 | 0.04 | 353.65 | 0.84 | 0.76 |
| Hex | F5 | 8D | 98 | 0 | 2A | 26 | 4 | 162 | 54 | 4C |
| Octal | 365 | 215 | 230 | 0 | 52 | 46 | 4 | 542 | 124 | 114 |
| Binary | 11110101 | 10001101 | 10011000 | 0 | 101010 | 100110 | 100 | 101100010 | 1010100 | 1001100 |
Color Harmonies of #F58D98
Complementary color
Monochromatic Colors of #F58D98
Black with #F58D98
Text Example
Text Example
White with #F58D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58D98; }
p { color: rgb(245,141,152); }
H1.HeaderClassName
{
color: #F58D98;
}
.AnyTagClassName
{
color: #F58D98;
}
</style>
background-color css
<style>
a { background-color: #F58D98; }
a { background-color: rgb(245,141,152); }
div.DivClassName
{
background-color: #F58D98;
}
.BgClassName
{
background-color: #F58D98;
}
</style>
border-color css
<style>
span { border-color: #F58D98; }
span { border-color: rgb(245,141,152); }
td.TdClassName
{
border-color: #F58D98;
}
.TagClassName
{
border-color: #F58D98;
}
</style>