Shades of Wewak #F58C8F
Tints of Wewak #F58C8F
RGB
CMYK
RGB Variations
Color information
#F58C8F (or 0xF58C8F) is known color: Wewak. HEX triplet: F5, 8C and 8F. RGB value is (245,140,143). Sum of RGB (Red+Green+Blue) = 245+140+143=528 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.40% from 528); Green value is 140 (55.08% from 255 or 26.52% from 528); Blue value is 143 (56.25% from 255 or 27.08% from 528); Max value from RGB is 245 - color contains mainly: red. Hex color #F58C8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58C8F is #0A7370. Grayscale: #ABABAB. Windows color (decimal): -684913 or 9407733. OLE color: 9407733.
HSL color Cylindrical-coordinate representation of color #F58C8F: hue angle of 358.29º 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 #F58C8F is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 140 | 143 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.04 |
| HSL | 358.29º | 0.84% | 0.75% | - |
| HSV(B) | 358.29º | 0.43% | 0.96% | - |
| XYZ | 51.99 | 40.15 | 31 | - |
| YUV | 171.74 | 111.79 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 140 | 143 | 0 | 0.43 | 0.42 | 0.04 | 358.29 | 0.84 | 0.75 |
| Hex | F5 | 8C | 8F | 0 | 2B | 2A | 4 | 166 | 54 | 4B |
| Octal | 365 | 214 | 217 | 0 | 53 | 52 | 4 | 546 | 124 | 113 |
| Binary | 11110101 | 10001100 | 10001111 | 0 | 101011 | 101010 | 100 | 101100110 | 1010100 | 1001011 |
Color Harmonies of #F58C8F
Complementary color
Monochromatic Colors of #F58C8F
Black with #F58C8F
Text Example
Text Example
White with #F58C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58C8F; }
p { color: rgb(245,140,143); }
H1.HeaderClassName
{
color: #F58C8F;
}
.AnyTagClassName
{
color: #F58C8F;
}
</style>
background-color css
<style>
a { background-color: #F58C8F; }
a { background-color: rgb(245,140,143); }
div.DivClassName
{
background-color: #F58C8F;
}
.BgClassName
{
background-color: #F58C8F;
}
</style>
border-color css
<style>
span { border-color: #F58C8F; }
span { border-color: rgb(245,140,143); }
td.TdClassName
{
border-color: #F58C8F;
}
.TagClassName
{
border-color: #F58C8F;
}
</style>