Shades of Wewak #F59094
Tints of Wewak #F59094
RGB
CMYK
RGB Variations
Color information
#F59094 (or 0xF59094) is known color: Wewak. HEX triplet: F5, 90 and 94. RGB value is (245,144,148). Sum of RGB (Red+Green+Blue) = 245+144+148=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 148 (58.20% from 255 or 27.56% from 537); Max value from RGB is 245 - color contains mainly: red. Hex color #F59094 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59094 is #0A6F6B. Grayscale: #AEAEAE. Windows color (decimal): -683884 or 9736437. OLE color: 9736437.
HSL color Cylindrical-coordinate representation of color #F59094: hue angle of 357.62º 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 #F59094 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 144 | 148 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.04 |
| HSL | 357.62º | 0.83% | 0.76% | - |
| HSV(B) | 357.62º | 0.41% | 0.96% | - |
| XYZ | 52.97 | 41.5 | 33.23 | - |
| YUV | 174.66 | 112.96 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 144 | 148 | 0 | 0.41 | 0.40 | 0.04 | 357.62 | 0.83 | 0.76 |
| Hex | F5 | 90 | 94 | 0 | 29 | 28 | 4 | 166 | 53 | 4C |
| Octal | 365 | 220 | 224 | 0 | 51 | 50 | 4 | 546 | 123 | 114 |
| Binary | 11110101 | 10010000 | 10010100 | 0 | 101001 | 101000 | 100 | 101100110 | 1010011 | 1001100 |
Color Harmonies of #F59094
Complementary color
Monochromatic Colors of #F59094
Black with #F59094
Text Example
Text Example
White with #F59094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59094; }
p { color: rgb(245,144,148); }
H1.HeaderClassName
{
color: #F59094;
}
.AnyTagClassName
{
color: #F59094;
}
</style>
background-color css
<style>
a { background-color: #F59094; }
a { background-color: rgb(245,144,148); }
div.DivClassName
{
background-color: #F59094;
}
.BgClassName
{
background-color: #F59094;
}
</style>
border-color css
<style>
span { border-color: #F59094; }
span { border-color: rgb(245,144,148); }
td.TdClassName
{
border-color: #F59094;
}
.TagClassName
{
border-color: #F59094;
}
</style>