Shades of Wewak #F59497
Tints of Wewak #F59497
RGB
CMYK
RGB Variations
Color information
#F59497 (or 0xF59497) is known color: Wewak. HEX triplet: F5, 94 and 97. RGB value is (245,148,151). Sum of RGB (Red+Green+Blue) = 245+148+151=544 (72% of max value = 765). Red value is 245 (96.09% from 255 or 45.04% from 544); Green value is 148 (58.20% from 255 or 27.21% from 544); Blue value is 151 (59.38% from 255 or 27.76% from 544); Max value from RGB is 245 - color contains mainly: red. Hex color #F59497 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59497 is #0A6B68. Grayscale: #B1B1B1. Windows color (decimal): -682857 or 9934069. OLE color: 9934069.
HSL color Cylindrical-coordinate representation of color #F59497: hue angle of 358.14º 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 #F59497 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 148 | 151 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.04 |
| HSL | 358.14º | 0.83% | 0.77% | - |
| HSV(B) | 358.14º | 0.4% | 0.96% | - |
| XYZ | 53.83 | 42.83 | 34.71 | - |
| YUV | 177.35 | 113.14 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 148 | 151 | 0 | 0.40 | 0.38 | 0.04 | 358.14 | 0.83 | 0.77 |
| Hex | F5 | 94 | 97 | 0 | 28 | 26 | 4 | 166 | 53 | 4D |
| Octal | 365 | 224 | 227 | 0 | 50 | 46 | 4 | 546 | 123 | 115 |
| Binary | 11110101 | 10010100 | 10010111 | 0 | 101000 | 100110 | 100 | 101100110 | 1010011 | 1001101 |
Color Harmonies of #F59497
Complementary color
Monochromatic Colors of #F59497
Black with #F59497
Text Example
Text Example
White with #F59497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59497; }
p { color: rgb(245,148,151); }
H1.HeaderClassName
{
color: #F59497;
}
.AnyTagClassName
{
color: #F59497;
}
</style>
background-color css
<style>
a { background-color: #F59497; }
a { background-color: rgb(245,148,151); }
div.DivClassName
{
background-color: #F59497;
}
.BgClassName
{
background-color: #F59497;
}
</style>
border-color css
<style>
span { border-color: #F59497; }
span { border-color: rgb(245,148,151); }
td.TdClassName
{
border-color: #F59497;
}
.TagClassName
{
border-color: #F59497;
}
</style>