Shades of Wewak #F58D9D
Tints of Wewak #F58D9D
RGB
CMYK
RGB Variations
Color information
#F58D9D (or 0xF58D9D) is known color: Wewak. HEX triplet: F5, 8D and 9D. RGB value is (245,141,157). Sum of RGB (Red+Green+Blue) = 245+141+157=543 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.12% from 543); Green value is 141 (55.47% from 255 or 25.97% from 543); Blue value is 157 (61.72% from 255 or 28.91% from 543); Max value from RGB is 245 - color contains mainly: red. Hex color #F58D9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58D9D is #0A7262. Grayscale: #ADADAD. Windows color (decimal): -684643 or 10325493. OLE color: 10325493.
HSL color Cylindrical-coordinate representation of color #F58D9D: hue angle of 350.77º 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 #F58D9D is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 141 | 157 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.04 |
| HSL | 350.77º | 0.84% | 0.76% | - |
| HSV(B) | 350.77º | 0.42% | 0.96% | - |
| XYZ | 53.27 | 40.9 | 36.98 | - |
| YUV | 173.92 | 118.46 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 141 | 157 | 0 | 0.42 | 0.36 | 0.04 | 350.77 | 0.84 | 0.76 |
| Hex | F5 | 8D | 9D | 0 | 2A | 24 | 4 | 15F | 54 | 4C |
| Octal | 365 | 215 | 235 | 0 | 52 | 44 | 4 | 537 | 124 | 114 |
| Binary | 11110101 | 10001101 | 10011101 | 0 | 101010 | 100100 | 100 | 101011111 | 1010100 | 1001100 |
Color Harmonies of #F58D9D
Complementary color
Monochromatic Colors of #F58D9D
Black with #F58D9D
Text Example
Text Example
White with #F58D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58D9D; }
p { color: rgb(245,141,157); }
H1.HeaderClassName
{
color: #F58D9D;
}
.AnyTagClassName
{
color: #F58D9D;
}
</style>
background-color css
<style>
a { background-color: #F58D9D; }
a { background-color: rgb(245,141,157); }
div.DivClassName
{
background-color: #F58D9D;
}
.BgClassName
{
background-color: #F58D9D;
}
</style>
border-color css
<style>
span { border-color: #F58D9D; }
span { border-color: rgb(245,141,157); }
td.TdClassName
{
border-color: #F58D9D;
}
.TagClassName
{
border-color: #F58D9D;
}
</style>