Shades of Wewak #F59295
Tints of Wewak #F59295
RGB
CMYK
RGB Variations
Color information
#F59295 (or 0xF59295) is known color: Wewak. HEX triplet: F5, 92 and 95. RGB value is (245,146,149). Sum of RGB (Red+Green+Blue) = 245+146+149=540 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.37% from 540); Green value is 146 (57.42% from 255 or 27.04% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 245 - color contains mainly: red. Hex color #F59295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59295 is #0A6D6A. Grayscale: #B0B0B0. Windows color (decimal): -683371 or 9802485. OLE color: 9802485.
HSL color Cylindrical-coordinate representation of color #F59295: hue angle of 358.18º 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 #F59295 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 146 | 149 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.04 |
| HSL | 358.18º | 0.83% | 0.77% | - |
| HSV(B) | 358.18º | 0.4% | 0.96% | - |
| XYZ | 53.36 | 42.14 | 33.76 | - |
| YUV | 175.94 | 112.8 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 146 | 149 | 0 | 0.40 | 0.39 | 0.04 | 358.18 | 0.83 | 0.77 |
| Hex | F5 | 92 | 95 | 0 | 28 | 27 | 4 | 166 | 53 | 4D |
| Octal | 365 | 222 | 225 | 0 | 50 | 47 | 4 | 546 | 123 | 115 |
| Binary | 11110101 | 10010010 | 10010101 | 0 | 101000 | 100111 | 100 | 101100110 | 1010011 | 1001101 |
Color Harmonies of #F59295
Complementary color
Monochromatic Colors of #F59295
Black with #F59295
Text Example
Text Example
White with #F59295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59295; }
p { color: rgb(245,146,149); }
H1.HeaderClassName
{
color: #F59295;
}
.AnyTagClassName
{
color: #F59295;
}
</style>
background-color css
<style>
a { background-color: #F59295; }
a { background-color: rgb(245,146,149); }
div.DivClassName
{
background-color: #F59295;
}
.BgClassName
{
background-color: #F59295;
}
</style>
border-color css
<style>
span { border-color: #F59295; }
span { border-color: rgb(245,146,149); }
td.TdClassName
{
border-color: #F59295;
}
.TagClassName
{
border-color: #F59295;
}
</style>