Shades of Wewak #F59194
Tints of Wewak #F59194
RGB
CMYK
RGB Variations
Color information
#F59194 (or 0xF59194) is known color: Wewak. HEX triplet: F5, 91 and 94. RGB value is (245,145,148). Sum of RGB (Red+Green+Blue) = 245+145+148=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 145 (57.03% from 255 or 26.95% from 538); Blue value is 148 (58.20% from 255 or 27.51% from 538); Max value from RGB is 245 - color contains mainly: red. Hex color #F59194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59194 is #0A6E6B. Grayscale: #AFAFAF. Windows color (decimal): -683628 or 9736693. OLE color: 9736693.
HSL color Cylindrical-coordinate representation of color #F59194: hue angle of 358.2º 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 #F59194 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 145 | 148 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.04 |
| HSL | 358.2º | 0.83% | 0.76% | - |
| HSV(B) | 358.2º | 0.41% | 0.96% | - |
| XYZ | 53.13 | 41.8 | 33.29 | - |
| YUV | 175.24 | 112.63 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 145 | 148 | 0 | 0.41 | 0.40 | 0.04 | 358.2 | 0.83 | 0.76 |
| Hex | F5 | 91 | 94 | 0 | 29 | 28 | 4 | 166 | 53 | 4C |
| Octal | 365 | 221 | 224 | 0 | 51 | 50 | 4 | 546 | 123 | 114 |
| Binary | 11110101 | 10010001 | 10010100 | 0 | 101001 | 101000 | 100 | 101100110 | 1010011 | 1001100 |
Color Harmonies of #F59194
Complementary color
Monochromatic Colors of #F59194
Black with #F59194
Text Example
Text Example
White with #F59194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59194; }
p { color: rgb(245,145,148); }
H1.HeaderClassName
{
color: #F59194;
}
.AnyTagClassName
{
color: #F59194;
}
</style>
background-color css
<style>
a { background-color: #F59194; }
a { background-color: rgb(245,145,148); }
div.DivClassName
{
background-color: #F59194;
}
.BgClassName
{
background-color: #F59194;
}
</style>
border-color css
<style>
span { border-color: #F59194; }
span { border-color: rgb(245,145,148); }
td.TdClassName
{
border-color: #F59194;
}
.TagClassName
{
border-color: #F59194;
}
</style>