Shades of Wewak #F5979D
Tints of Wewak #F5979D
RGB
CMYK
RGB Variations
Color information
#F5979D (or 0xF5979D) is known color: Wewak. HEX triplet: F5, 97 and 9D. RGB value is (245,151,157). Sum of RGB (Red+Green+Blue) = 245+151+157=553 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.30% from 553); Green value is 151 (59.38% from 255 or 27.31% from 553); Blue value is 157 (61.72% from 255 or 28.39% from 553); Max value from RGB is 245 - color contains mainly: red. Hex color #F5979D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5979D is #0A6862. Grayscale: #B3B3B3. Windows color (decimal): -682083 or 10328053. OLE color: 10328053.
HSL color Cylindrical-coordinate representation of color #F5979D: hue angle of 356.17º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F5979D is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 151 | 157 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.04 |
| HSL | 356.17º | 0.82% | 0.78% | - |
| HSV(B) | 356.17º | 0.38% | 0.96% | - |
| XYZ | 54.81 | 43.98 | 37.5 | - |
| YUV | 179.79 | 115.14 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 151 | 157 | 0 | 0.38 | 0.36 | 0.04 | 356.17 | 0.82 | 0.78 |
| Hex | F5 | 97 | 9D | 0 | 26 | 24 | 4 | 164 | 52 | 4E |
| Octal | 365 | 227 | 235 | 0 | 46 | 44 | 4 | 544 | 122 | 116 |
| Binary | 11110101 | 10010111 | 10011101 | 0 | 100110 | 100100 | 100 | 101100100 | 1010010 | 1001110 |
Color Harmonies of #F5979D
Complementary color
Monochromatic Colors of #F5979D
Black with #F5979D
Text Example
Text Example
White with #F5979D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5979D; }
p { color: rgb(245,151,157); }
H1.HeaderClassName
{
color: #F5979D;
}
.AnyTagClassName
{
color: #F5979D;
}
</style>
background-color css
<style>
a { background-color: #F5979D; }
a { background-color: rgb(245,151,157); }
div.DivClassName
{
background-color: #F5979D;
}
.BgClassName
{
background-color: #F5979D;
}
</style>
border-color css
<style>
span { border-color: #F5979D; }
span { border-color: rgb(245,151,157); }
td.TdClassName
{
border-color: #F5979D;
}
.TagClassName
{
border-color: #F5979D;
}
</style>