Shades of Wewak #F5979C
Tints of Wewak #F5979C
RGB
CMYK
RGB Variations
Color information
#F5979C (or 0xF5979C) is known color: Wewak. HEX triplet: F5, 97 and 9C. RGB value is (245,151,156). Sum of RGB (Red+Green+Blue) = 245+151+156=552 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.38% from 552); Green value is 151 (59.38% from 255 or 27.36% from 552); Blue value is 156 (61.33% from 255 or 28.26% from 552); Max value from RGB is 245 - color contains mainly: red. Hex color #F5979C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5979C is #0A6863. Grayscale: #B3B3B3. Windows color (decimal): -682084 or 10262517. OLE color: 10262517.
HSL color Cylindrical-coordinate representation of color #F5979C: hue angle of 356.81º 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 #F5979C is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 151 | 156 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.04 |
| HSL | 356.81º | 0.82% | 0.78% | - |
| HSV(B) | 356.81º | 0.38% | 0.96% | - |
| XYZ | 54.72 | 43.95 | 37.05 | - |
| YUV | 179.68 | 114.64 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 151 | 156 | 0 | 0.38 | 0.36 | 0.04 | 356.81 | 0.82 | 0.78 |
| Hex | F5 | 97 | 9C | 0 | 26 | 24 | 4 | 165 | 52 | 4E |
| Octal | 365 | 227 | 234 | 0 | 46 | 44 | 4 | 545 | 122 | 116 |
| Binary | 11110101 | 10010111 | 10011100 | 0 | 100110 | 100100 | 100 | 101100101 | 1010010 | 1001110 |
Color Harmonies of #F5979C
Complementary color
Monochromatic Colors of #F5979C
Black with #F5979C
Text Example
Text Example
White with #F5979C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5979C; }
p { color: rgb(245,151,156); }
H1.HeaderClassName
{
color: #F5979C;
}
.AnyTagClassName
{
color: #F5979C;
}
</style>
background-color css
<style>
a { background-color: #F5979C; }
a { background-color: rgb(245,151,156); }
div.DivClassName
{
background-color: #F5979C;
}
.BgClassName
{
background-color: #F5979C;
}
</style>
border-color css
<style>
span { border-color: #F5979C; }
span { border-color: rgb(245,151,156); }
td.TdClassName
{
border-color: #F5979C;
}
.TagClassName
{
border-color: #F5979C;
}
</style>