Shades of Wewak #F58A8B
Tints of Wewak #F58A8B
RGB
CMYK
RGB Variations
Color information
#F58A8B (or 0xF58A8B) is known color: Wewak. HEX triplet: F5, 8A and 8B. RGB value is (245,138,139). Sum of RGB (Red+Green+Blue) = 245+138+139=522 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.93% from 522); Green value is 138 (54.30% from 255 or 26.44% from 522); Blue value is 139 (54.69% from 255 or 26.63% from 522); Max value from RGB is 245 - color contains mainly: red. Hex color #F58A8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58A8B is #0A7574. Grayscale: #AAAAAA. Windows color (decimal): -685429 or 9145077. OLE color: 9145077.
HSL color Cylindrical-coordinate representation of color #F58A8B: hue angle of 359.44º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F58A8B is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 138 | 139 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.04 |
| HSL | 359.44º | 0.84% | 0.75% | - |
| HSV(B) | 359.44º | 0.44% | 0.96% | - |
| XYZ | 51.4 | 39.45 | 29.33 | - |
| YUV | 170.11 | 110.45 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 138 | 139 | 0 | 0.44 | 0.43 | 0.04 | 359.44 | 0.84 | 0.75 |
| Hex | F5 | 8A | 8B | 0 | 2C | 2B | 4 | 167 | 54 | 4B |
| Octal | 365 | 212 | 213 | 0 | 54 | 53 | 4 | 547 | 124 | 113 |
| Binary | 11110101 | 10001010 | 10001011 | 0 | 101100 | 101011 | 100 | 101100111 | 1010100 | 1001011 |
Color Harmonies of #F58A8B
Complementary color
Monochromatic Colors of #F58A8B
Black with #F58A8B
Text Example
Text Example
White with #F58A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58A8B; }
p { color: rgb(245,138,139); }
H1.HeaderClassName
{
color: #F58A8B;
}
.AnyTagClassName
{
color: #F58A8B;
}
</style>
background-color css
<style>
a { background-color: #F58A8B; }
a { background-color: rgb(245,138,139); }
div.DivClassName
{
background-color: #F58A8B;
}
.BgClassName
{
background-color: #F58A8B;
}
</style>
border-color css
<style>
span { border-color: #F58A8B; }
span { border-color: rgb(245,138,139); }
td.TdClassName
{
border-color: #F58A8B;
}
.TagClassName
{
border-color: #F58A8B;
}
</style>