Shades of Wewak #F58B8C
Tints of Wewak #F58B8C
RGB
CMYK
RGB Variations
Color information
#F58B8C (or 0xF58B8C) is known color: Wewak. HEX triplet: F5, 8B and 8C. RGB value is (245,139,140). Sum of RGB (Red+Green+Blue) = 245+139+140=524 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.76% from 524); Green value is 139 (54.69% from 255 or 26.53% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 245 - color contains mainly: red. Hex color #F58B8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58B8C is #0A7473. Grayscale: #AAAAAA. Windows color (decimal): -685172 or 9210869. OLE color: 9210869.
HSL color Cylindrical-coordinate representation of color #F58B8C: 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 #F58B8C is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 139 | 140 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.04 |
| HSL | 359.43º | 0.84% | 0.75% | - |
| HSV(B) | 359.43º | 0.43% | 0.96% | - |
| XYZ | 51.62 | 39.77 | 29.77 | - |
| YUV | 170.81 | 110.62 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 139 | 140 | 0 | 0.43 | 0.43 | 0.04 | 359.43 | 0.84 | 0.75 |
| Hex | F5 | 8B | 8C | 0 | 2B | 2B | 4 | 167 | 54 | 4B |
| Octal | 365 | 213 | 214 | 0 | 53 | 53 | 4 | 547 | 124 | 113 |
| Binary | 11110101 | 10001011 | 10001100 | 0 | 101011 | 101011 | 100 | 101100111 | 1010100 | 1001011 |
Color Harmonies of #F58B8C
Complementary color
Monochromatic Colors of #F58B8C
Black with #F58B8C
Text Example
Text Example
White with #F58B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58B8C; }
p { color: rgb(245,139,140); }
H1.HeaderClassName
{
color: #F58B8C;
}
.AnyTagClassName
{
color: #F58B8C;
}
</style>
background-color css
<style>
a { background-color: #F58B8C; }
a { background-color: rgb(245,139,140); }
div.DivClassName
{
background-color: #F58B8C;
}
.BgClassName
{
background-color: #F58B8C;
}
</style>
border-color css
<style>
span { border-color: #F58B8C; }
span { border-color: rgb(245,139,140); }
td.TdClassName
{
border-color: #F58B8C;
}
.TagClassName
{
border-color: #F58B8C;
}
</style>