Shades of Wewak #F58D92
Tints of Wewak #F58D92
RGB
CMYK
RGB Variations
Color information
#F58D92 (or 0xF58D92) is known color: Wewak. HEX triplet: F5, 8D and 92. RGB value is (245,141,146). Sum of RGB (Red+Green+Blue) = 245+141+146=532 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.05% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 146 (57.42% from 255 or 27.44% from 532); Max value from RGB is 245 - color contains mainly: red. Hex color #F58D92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58D92 is #0A726D. Grayscale: #ACACAC. Windows color (decimal): -684654 or 9604597. OLE color: 9604597.
HSL color Cylindrical-coordinate representation of color #F58D92: hue angle of 357.12º 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 #F58D92 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 141 | 146 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.04 |
| HSL | 357.12º | 0.84% | 0.76% | - |
| HSV(B) | 357.12º | 0.42% | 0.96% | - |
| XYZ | 52.37 | 40.54 | 32.26 | - |
| YUV | 172.67 | 112.96 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 141 | 146 | 0 | 0.42 | 0.40 | 0.04 | 357.12 | 0.84 | 0.76 |
| Hex | F5 | 8D | 92 | 0 | 2A | 28 | 4 | 165 | 54 | 4C |
| Octal | 365 | 215 | 222 | 0 | 52 | 50 | 4 | 545 | 124 | 114 |
| Binary | 11110101 | 10001101 | 10010010 | 0 | 101010 | 101000 | 100 | 101100101 | 1010100 | 1001100 |
Color Harmonies of #F58D92
Complementary color
Monochromatic Colors of #F58D92
Black with #F58D92
Text Example
Text Example
White with #F58D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58D92; }
p { color: rgb(245,141,146); }
H1.HeaderClassName
{
color: #F58D92;
}
.AnyTagClassName
{
color: #F58D92;
}
</style>
background-color css
<style>
a { background-color: #F58D92; }
a { background-color: rgb(245,141,146); }
div.DivClassName
{
background-color: #F58D92;
}
.BgClassName
{
background-color: #F58D92;
}
</style>
border-color css
<style>
span { border-color: #F58D92; }
span { border-color: rgb(245,141,146); }
td.TdClassName
{
border-color: #F58D92;
}
.TagClassName
{
border-color: #F58D92;
}
</style>