Shades of Wewak #F59096
Tints of Wewak #F59096
RGB
CMYK
RGB Variations
Color information
#F59096 (or 0xF59096) is known color: Wewak. HEX triplet: F5, 90 and 96. RGB value is (245,144,150). Sum of RGB (Red+Green+Blue) = 245+144+150=539 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.45% from 539); Green value is 144 (56.64% from 255 or 26.72% from 539); Blue value is 150 (58.98% from 255 or 27.83% from 539); Max value from RGB is 245 - color contains mainly: red. Hex color #F59096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59096 is #0A6F69. Grayscale: #AEAEAE. Windows color (decimal): -683882 or 9867509. OLE color: 9867509.
HSL color Cylindrical-coordinate representation of color #F59096: hue angle of 356.44º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F59096 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 144 | 150 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.04 |
| HSL | 356.44º | 0.83% | 0.76% | - |
| HSV(B) | 356.44º | 0.41% | 0.96% | - |
| XYZ | 53.13 | 41.56 | 34.08 | - |
| YUV | 174.88 | 113.96 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 144 | 150 | 0 | 0.41 | 0.39 | 0.04 | 356.44 | 0.83 | 0.76 |
| Hex | F5 | 90 | 96 | 0 | 29 | 27 | 4 | 164 | 53 | 4C |
| Octal | 365 | 220 | 226 | 0 | 51 | 47 | 4 | 544 | 123 | 114 |
| Binary | 11110101 | 10010000 | 10010110 | 0 | 101001 | 100111 | 100 | 101100100 | 1010011 | 1001100 |
Color Harmonies of #F59096
Complementary color
Monochromatic Colors of #F59096
Black with #F59096
Text Example
Text Example
White with #F59096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59096; }
p { color: rgb(245,144,150); }
H1.HeaderClassName
{
color: #F59096;
}
.AnyTagClassName
{
color: #F59096;
}
</style>
background-color css
<style>
a { background-color: #F59096; }
a { background-color: rgb(245,144,150); }
div.DivClassName
{
background-color: #F59096;
}
.BgClassName
{
background-color: #F59096;
}
</style>
border-color css
<style>
span { border-color: #F59096; }
span { border-color: rgb(245,144,150); }
td.TdClassName
{
border-color: #F59096;
}
.TagClassName
{
border-color: #F59096;
}
</style>