Shades of Wewak #F58C90
Tints of Wewak #F58C90
RGB
CMYK
RGB Variations
Color information
#F58C90 (or 0xF58C90) is known color: Wewak. HEX triplet: F5, 8C and 90. RGB value is (245,140,144). Sum of RGB (Red+Green+Blue) = 245+140+144=529 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.31% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 245 - color contains mainly: red. Hex color #F58C90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58C90 is #0A736F. Grayscale: #ABABAB. Windows color (decimal): -684912 or 9473269. OLE color: 9473269.
HSL color Cylindrical-coordinate representation of color #F58C90: hue angle of 357.71º 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 #F58C90 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 140 | 144 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.04 |
| HSL | 357.71º | 0.84% | 0.75% | - |
| HSV(B) | 357.71º | 0.43% | 0.96% | - |
| XYZ | 52.07 | 40.18 | 31.4 | - |
| YUV | 171.85 | 112.29 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 140 | 144 | 0 | 0.43 | 0.41 | 0.04 | 357.71 | 0.84 | 0.75 |
| Hex | F5 | 8C | 90 | 0 | 2B | 29 | 4 | 166 | 54 | 4B |
| Octal | 365 | 214 | 220 | 0 | 53 | 51 | 4 | 546 | 124 | 113 |
| Binary | 11110101 | 10001100 | 10010000 | 0 | 101011 | 101001 | 100 | 101100110 | 1010100 | 1001011 |
Color Harmonies of #F58C90
Complementary color
Monochromatic Colors of #F58C90
Black with #F58C90
Text Example
Text Example
White with #F58C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58C90; }
p { color: rgb(245,140,144); }
H1.HeaderClassName
{
color: #F58C90;
}
.AnyTagClassName
{
color: #F58C90;
}
</style>
background-color css
<style>
a { background-color: #F58C90; }
a { background-color: rgb(245,140,144); }
div.DivClassName
{
background-color: #F58C90;
}
.BgClassName
{
background-color: #F58C90;
}
</style>
border-color css
<style>
span { border-color: #F58C90; }
span { border-color: rgb(245,140,144); }
td.TdClassName
{
border-color: #F58C90;
}
.TagClassName
{
border-color: #F58C90;
}
</style>