Shades of Wewak #F58794
Tints of Wewak #F58794
RGB
CMYK
RGB Variations
Color information
#F58794 (or 0xF58794) is known color: Wewak. HEX triplet: F5, 87 and 94. RGB value is (245,135,148). Sum of RGB (Red+Green+Blue) = 245+135+148=528 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.40% from 528); Green value is 135 (53.12% from 255 or 25.57% from 528); Blue value is 148 (58.20% from 255 or 28.03% from 528); Max value from RGB is 245 - color contains mainly: red. Hex color #F58794 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58794 is #0A786B. Grayscale: #A9A9A9. Windows color (decimal): -686188 or 9734133. OLE color: 9734133.
HSL color Cylindrical-coordinate representation of color #F58794: hue angle of 352.91º degrees, saturation: 0.85, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F58794 is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 135 | 148 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.04 |
| HSL | 352.91º | 0.85% | 0.75% | - |
| HSV(B) | 352.91º | 0.45% | 0.96% | - |
| XYZ | 51.67 | 38.88 | 32.8 | - |
| YUV | 169.37 | 115.94 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 135 | 148 | 0 | 0.45 | 0.40 | 0.04 | 352.91 | 0.85 | 0.75 |
| Hex | F5 | 87 | 94 | 0 | 2D | 28 | 4 | 161 | 55 | 4B |
| Octal | 365 | 207 | 224 | 0 | 55 | 50 | 4 | 541 | 125 | 113 |
| Binary | 11110101 | 10000111 | 10010100 | 0 | 101101 | 101000 | 100 | 101100001 | 1010101 | 1001011 |
Color Harmonies of #F58794
Complementary color
Monochromatic Colors of #F58794
Black with #F58794
Text Example
Text Example
White with #F58794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58794; }
p { color: rgb(245,135,148); }
H1.HeaderClassName
{
color: #F58794;
}
.AnyTagClassName
{
color: #F58794;
}
</style>
background-color css
<style>
a { background-color: #F58794; }
a { background-color: rgb(245,135,148); }
div.DivClassName
{
background-color: #F58794;
}
.BgClassName
{
background-color: #F58794;
}
</style>
border-color css
<style>
span { border-color: #F58794; }
span { border-color: rgb(245,135,148); }
td.TdClassName
{
border-color: #F58794;
}
.TagClassName
{
border-color: #F58794;
}
</style>