Shades of Wewak #F58E8F
Tints of Wewak #F58E8F
RGB
CMYK
RGB Variations
Color information
#F58E8F (or 0xF58E8F) is known color: Wewak. HEX triplet: F5, 8E and 8F. RGB value is (245,142,143). Sum of RGB (Red+Green+Blue) = 245+142+143=530 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.23% from 530); Green value is 142 (55.86% from 255 or 26.79% from 530); Blue value is 143 (56.25% from 255 or 26.98% from 530); Max value from RGB is 245 - color contains mainly: red. Hex color #F58E8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58E8F is #0A7170. Grayscale: #ADADAD. Windows color (decimal): -684401 or 9408245. OLE color: 9408245.
HSL color Cylindrical-coordinate representation of color #F58E8F: hue angle of 359.42º 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 #F58E8F is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 142 | 143 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.04 |
| HSL | 359.42º | 0.84% | 0.76% | - |
| HSV(B) | 359.42º | 0.42% | 0.96% | - |
| XYZ | 52.29 | 40.74 | 31.09 | - |
| YUV | 172.91 | 111.12 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 142 | 143 | 0 | 0.42 | 0.42 | 0.04 | 359.42 | 0.84 | 0.76 |
| Hex | F5 | 8E | 8F | 0 | 2A | 2A | 4 | 167 | 54 | 4C |
| Octal | 365 | 216 | 217 | 0 | 52 | 52 | 4 | 547 | 124 | 114 |
| Binary | 11110101 | 10001110 | 10001111 | 0 | 101010 | 101010 | 100 | 101100111 | 1010100 | 1001100 |
Color Harmonies of #F58E8F
Complementary color
Monochromatic Colors of #F58E8F
Black with #F58E8F
Text Example
Text Example
White with #F58E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58E8F; }
p { color: rgb(245,142,143); }
H1.HeaderClassName
{
color: #F58E8F;
}
.AnyTagClassName
{
color: #F58E8F;
}
</style>
background-color css
<style>
a { background-color: #F58E8F; }
a { background-color: rgb(245,142,143); }
div.DivClassName
{
background-color: #F58E8F;
}
.BgClassName
{
background-color: #F58E8F;
}
</style>
border-color css
<style>
span { border-color: #F58E8F; }
span { border-color: rgb(245,142,143); }
td.TdClassName
{
border-color: #F58E8F;
}
.TagClassName
{
border-color: #F58E8F;
}
</style>