Shades of Wewak #F5939D
Tints of Wewak #F5939D
RGB
CMYK
RGB Variations
Color information
#F5939D (or 0xF5939D) is known color: Wewak. HEX triplet: F5, 93 and 9D. RGB value is (245,147,157). Sum of RGB (Red+Green+Blue) = 245+147+157=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 147 (57.81% from 255 or 26.78% from 549); Blue value is 157 (61.72% from 255 or 28.60% from 549); Max value from RGB is 245 - color contains mainly: red. Hex color #F5939D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5939D is #0A6C62. Grayscale: #B1B1B1. Windows color (decimal): -683107 or 10327029. OLE color: 10327029.
HSL color Cylindrical-coordinate representation of color #F5939D: hue angle of 353.88º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F5939D is Cyan = 0, Magento = 0.4, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 147 | 157 | - |
| CMYK | 0 | 0.4 | 0.36 | 0.04 |
| HSL | 353.88º | 0.83% | 0.77% | - |
| HSV(B) | 353.88º | 0.4% | 0.96% | - |
| XYZ | 54.18 | 42.71 | 37.29 | - |
| YUV | 177.44 | 116.47 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 147 | 157 | 0 | 0.4 | 0.36 | 0.04 | 353.88 | 0.83 | 0.77 |
| Hex | F5 | 93 | 9D | 0 | 28 | 24 | 4 | 162 | 53 | 4D |
| Octal | 365 | 223 | 235 | 0 | 50 | 44 | 4 | 542 | 123 | 115 |
| Binary | 11110101 | 10010011 | 10011101 | 0 | 101000 | 100100 | 100 | 101100010 | 1010011 | 1001101 |
Color Harmonies of #F5939D
Complementary color
Monochromatic Colors of #F5939D
Black with #F5939D
Text Example
Text Example
White with #F5939D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5939D; }
p { color: rgb(245,147,157); }
H1.HeaderClassName
{
color: #F5939D;
}
.AnyTagClassName
{
color: #F5939D;
}
</style>
background-color css
<style>
a { background-color: #F5939D; }
a { background-color: rgb(245,147,157); }
div.DivClassName
{
background-color: #F5939D;
}
.BgClassName
{
background-color: #F5939D;
}
</style>
border-color css
<style>
span { border-color: #F5939D; }
span { border-color: rgb(245,147,157); }
td.TdClassName
{
border-color: #F5939D;
}
.TagClassName
{
border-color: #F5939D;
}
</style>