Shades of Wewak #F58D8F
Tints of Wewak #F58D8F
RGB
CMYK
RGB Variations
Color information
#F58D8F (or 0xF58D8F) is known color: Wewak. HEX triplet: F5, 8D and 8F. RGB value is (245,141,143). Sum of RGB (Red+Green+Blue) = 245+141+143=529 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.31% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 143 (56.25% from 255 or 27.03% from 529); Max value from RGB is 245 - color contains mainly: red. Hex color #F58D8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58D8F is #0A7270. Grayscale: #ACACAC. Windows color (decimal): -684657 or 9407989. OLE color: 9407989.
HSL color Cylindrical-coordinate representation of color #F58D8F: hue angle of 358.85º 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 #F58D8F is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 141 | 143 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.04 |
| HSL | 358.85º | 0.84% | 0.76% | - |
| HSV(B) | 358.85º | 0.42% | 0.96% | - |
| XYZ | 52.14 | 40.45 | 31.05 | - |
| YUV | 172.32 | 111.46 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 141 | 143 | 0 | 0.42 | 0.42 | 0.04 | 358.85 | 0.84 | 0.76 |
| Hex | F5 | 8D | 8F | 0 | 2A | 2A | 4 | 167 | 54 | 4C |
| Octal | 365 | 215 | 217 | 0 | 52 | 52 | 4 | 547 | 124 | 114 |
| Binary | 11110101 | 10001101 | 10001111 | 0 | 101010 | 101010 | 100 | 101100111 | 1010100 | 1001100 |
Color Harmonies of #F58D8F
Complementary color
Monochromatic Colors of #F58D8F
Black with #F58D8F
Text Example
Text Example
White with #F58D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58D8F; }
p { color: rgb(245,141,143); }
H1.HeaderClassName
{
color: #F58D8F;
}
.AnyTagClassName
{
color: #F58D8F;
}
</style>
background-color css
<style>
a { background-color: #F58D8F; }
a { background-color: rgb(245,141,143); }
div.DivClassName
{
background-color: #F58D8F;
}
.BgClassName
{
background-color: #F58D8F;
}
</style>
border-color css
<style>
span { border-color: #F58D8F; }
span { border-color: rgb(245,141,143); }
td.TdClassName
{
border-color: #F58D8F;
}
.TagClassName
{
border-color: #F58D8F;
}
</style>