Shades of Wewak #F59396
Tints of Wewak #F59396
RGB
CMYK
RGB Variations
Color information
#F59396 (or 0xF59396) is known color: Wewak. HEX triplet: F5, 93 and 96. RGB value is (245,147,150). Sum of RGB (Red+Green+Blue) = 245+147+150=542 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.20% from 542); Green value is 147 (57.81% from 255 or 27.12% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 245 - color contains mainly: red. Hex color #F59396 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59396 is #0A6C69. Grayscale: #B0B0B0. Windows color (decimal): -683114 or 9868277. OLE color: 9868277.
HSL color Cylindrical-coordinate representation of color #F59396: hue angle of 358.16º 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 #F59396 is Cyan = 0, Magento = 0.4, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 147 | 150 | - |
| CMYK | 0 | 0.4 | 0.39 | 0.04 |
| HSL | 358.16º | 0.83% | 0.77% | - |
| HSV(B) | 358.16º | 0.4% | 0.96% | - |
| XYZ | 53.59 | 42.48 | 34.23 | - |
| YUV | 176.64 | 112.97 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 147 | 150 | 0 | 0.4 | 0.39 | 0.04 | 358.16 | 0.83 | 0.77 |
| Hex | F5 | 93 | 96 | 0 | 28 | 27 | 4 | 166 | 53 | 4D |
| Octal | 365 | 223 | 226 | 0 | 50 | 47 | 4 | 546 | 123 | 115 |
| Binary | 11110101 | 10010011 | 10010110 | 0 | 101000 | 100111 | 100 | 101100110 | 1010011 | 1001101 |
Color Harmonies of #F59396
Complementary color
Monochromatic Colors of #F59396
Black with #F59396
Text Example
Text Example
White with #F59396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59396; }
p { color: rgb(245,147,150); }
H1.HeaderClassName
{
color: #F59396;
}
.AnyTagClassName
{
color: #F59396;
}
</style>
background-color css
<style>
a { background-color: #F59396; }
a { background-color: rgb(245,147,150); }
div.DivClassName
{
background-color: #F59396;
}
.BgClassName
{
background-color: #F59396;
}
</style>
border-color css
<style>
span { border-color: #F59396; }
span { border-color: rgb(245,147,150); }
td.TdClassName
{
border-color: #F59396;
}
.TagClassName
{
border-color: #F59396;
}
</style>