Shades of Wewak #F58D96
Tints of Wewak #F58D96
RGB
CMYK
RGB Variations
Color information
#F58D96 (or 0xF58D96) is known color: Wewak. HEX triplet: F5, 8D and 96. RGB value is (245,141,150). Sum of RGB (Red+Green+Blue) = 245+141+150=536 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.71% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 150 (58.98% from 255 or 27.99% from 536); Max value from RGB is 245 - color contains mainly: red. Hex color #F58D96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58D96 is #0A7269. Grayscale: #ADADAD. Windows color (decimal): -684650 or 9866741. OLE color: 9866741.
HSL color Cylindrical-coordinate representation of color #F58D96: hue angle of 354.81º 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 #F58D96 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 141 | 150 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.04 |
| HSL | 354.81º | 0.84% | 0.76% | - |
| HSV(B) | 354.81º | 0.42% | 0.96% | - |
| XYZ | 52.69 | 40.66 | 33.93 | - |
| YUV | 173.12 | 114.96 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 141 | 150 | 0 | 0.42 | 0.39 | 0.04 | 354.81 | 0.84 | 0.76 |
| Hex | F5 | 8D | 96 | 0 | 2A | 27 | 4 | 163 | 54 | 4C |
| Octal | 365 | 215 | 226 | 0 | 52 | 47 | 4 | 543 | 124 | 114 |
| Binary | 11110101 | 10001101 | 10010110 | 0 | 101010 | 100111 | 100 | 101100011 | 1010100 | 1001100 |
Color Harmonies of #F58D96
Complementary color
Monochromatic Colors of #F58D96
Black with #F58D96
Text Example
Text Example
White with #F58D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58D96; }
p { color: rgb(245,141,150); }
H1.HeaderClassName
{
color: #F58D96;
}
.AnyTagClassName
{
color: #F58D96;
}
</style>
background-color css
<style>
a { background-color: #F58D96; }
a { background-color: rgb(245,141,150); }
div.DivClassName
{
background-color: #F58D96;
}
.BgClassName
{
background-color: #F58D96;
}
</style>
border-color css
<style>
span { border-color: #F58D96; }
span { border-color: rgb(245,141,150); }
td.TdClassName
{
border-color: #F58D96;
}
.TagClassName
{
border-color: #F58D96;
}
</style>