Shades of Wewak #F58C9C
Tints of Wewak #F58C9C
RGB
CMYK
RGB Variations
Color information
#F58C9C (or 0xF58C9C) is known color: Wewak. HEX triplet: F5, 8C and 9C. RGB value is (245,140,156). Sum of RGB (Red+Green+Blue) = 245+140+156=541 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.29% from 541); Green value is 140 (55.08% from 255 or 25.88% from 541); Blue value is 156 (61.33% from 255 or 28.84% from 541); Max value from RGB is 245 - color contains mainly: red. Hex color #F58C9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58C9C is #0A7363. Grayscale: #ADADAD. Windows color (decimal): -684900 or 10259701. OLE color: 10259701.
HSL color Cylindrical-coordinate representation of color #F58C9C: hue angle of 350.86º 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 #F58C9C is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 140 | 156 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.04 |
| HSL | 350.86º | 0.84% | 0.75% | - |
| HSV(B) | 350.86º | 0.43% | 0.96% | - |
| XYZ | 53.04 | 40.57 | 36.49 | - |
| YUV | 173.22 | 118.29 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 140 | 156 | 0 | 0.43 | 0.36 | 0.04 | 350.86 | 0.84 | 0.75 |
| Hex | F5 | 8C | 9C | 0 | 2B | 24 | 4 | 15F | 54 | 4B |
| Octal | 365 | 214 | 234 | 0 | 53 | 44 | 4 | 537 | 124 | 113 |
| Binary | 11110101 | 10001100 | 10011100 | 0 | 101011 | 100100 | 100 | 101011111 | 1010100 | 1001011 |
Color Harmonies of #F58C9C
Complementary color
Monochromatic Colors of #F58C9C
Black with #F58C9C
Text Example
Text Example
White with #F58C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58C9C; }
p { color: rgb(245,140,156); }
H1.HeaderClassName
{
color: #F58C9C;
}
.AnyTagClassName
{
color: #F58C9C;
}
</style>
background-color css
<style>
a { background-color: #F58C9C; }
a { background-color: rgb(245,140,156); }
div.DivClassName
{
background-color: #F58C9C;
}
.BgClassName
{
background-color: #F58C9C;
}
</style>
border-color css
<style>
span { border-color: #F58C9C; }
span { border-color: rgb(245,140,156); }
td.TdClassName
{
border-color: #F58C9C;
}
.TagClassName
{
border-color: #F58C9C;
}
</style>