Shades of Wewak #F58C8D
Tints of Wewak #F58C8D
RGB
CMYK
RGB Variations
Color information
#F58C8D (or 0xF58C8D) is known color: Wewak. HEX triplet: F5, 8C and 8D. RGB value is (245,140,141). Sum of RGB (Red+Green+Blue) = 245+140+141=526 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.58% from 526); Green value is 140 (55.08% from 255 or 26.62% from 526); Blue value is 141 (55.47% from 255 or 26.81% from 526); Max value from RGB is 245 - color contains mainly: red. Hex color #F58C8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58C8D is #0A7372. Grayscale: #ABABAB. Windows color (decimal): -684915 or 9276661. OLE color: 9276661.
HSL color Cylindrical-coordinate representation of color #F58C8D: hue angle of 359.43º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F58C8D is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 140 | 141 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.04 |
| HSL | 359.43º | 0.84% | 0.75% | - |
| HSV(B) | 359.43º | 0.43% | 0.96% | - |
| XYZ | 51.84 | 40.09 | 30.21 | - |
| YUV | 171.51 | 110.79 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 140 | 141 | 0 | 0.43 | 0.42 | 0.04 | 359.43 | 0.84 | 0.75 |
| Hex | F5 | 8C | 8D | 0 | 2B | 2A | 4 | 167 | 54 | 4B |
| Octal | 365 | 214 | 215 | 0 | 53 | 52 | 4 | 547 | 124 | 113 |
| Binary | 11110101 | 10001100 | 10001101 | 0 | 101011 | 101010 | 100 | 101100111 | 1010100 | 1001011 |
Color Harmonies of #F58C8D
Complementary color
Monochromatic Colors of #F58C8D
Black with #F58C8D
Text Example
Text Example
White with #F58C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58C8D; }
p { color: rgb(245,140,141); }
H1.HeaderClassName
{
color: #F58C8D;
}
.AnyTagClassName
{
color: #F58C8D;
}
</style>
background-color css
<style>
a { background-color: #F58C8D; }
a { background-color: rgb(245,140,141); }
div.DivClassName
{
background-color: #F58C8D;
}
.BgClassName
{
background-color: #F58C8D;
}
</style>
border-color css
<style>
span { border-color: #F58C8D; }
span { border-color: rgb(245,140,141); }
td.TdClassName
{
border-color: #F58C8D;
}
.TagClassName
{
border-color: #F58C8D;
}
</style>