Shades of Wewak #F598A0
Tints of Wewak #F598A0
RGB
CMYK
RGB Variations
Color information
#F598A0 (or 0xF598A0) is known color: Wewak. HEX triplet: F5, 98 and A0. RGB value is (245,152,160). Sum of RGB (Red+Green+Blue) = 245+152+160=557 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.99% from 557); Green value is 152 (59.77% from 255 or 27.29% from 557); Blue value is 160 (62.89% from 255 or 28.73% from 557); Max value from RGB is 245 - color contains mainly: red. Hex color #F598A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F598A0 is #0A675F. Grayscale: #B4B4B4. Windows color (decimal): -681824 or 10524917. OLE color: 10524917.
HSL color Cylindrical-coordinate representation of color #F598A0: hue angle of 354.84º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F598A0 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 152 | 160 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.04 |
| HSL | 354.84º | 0.82% | 0.78% | - |
| HSV(B) | 354.84º | 0.38% | 0.96% | - |
| XYZ | 55.23 | 44.41 | 38.92 | - |
| YUV | 180.72 | 116.31 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 152 | 160 | 0 | 0.38 | 0.35 | 0.04 | 354.84 | 0.82 | 0.78 |
| Hex | F5 | 98 | A0 | 0 | 26 | 23 | 4 | 163 | 52 | 4E |
| Octal | 365 | 230 | 240 | 0 | 46 | 43 | 4 | 543 | 122 | 116 |
| Binary | 11110101 | 10011000 | 10100000 | 0 | 100110 | 100011 | 100 | 101100011 | 1010010 | 1001110 |
Color Harmonies of #F598A0
Complementary color
Monochromatic Colors of #F598A0
Black with #F598A0
Text Example
Text Example
White with #F598A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F598A0; }
p { color: rgb(245,152,160); }
H1.HeaderClassName
{
color: #F598A0;
}
.AnyTagClassName
{
color: #F598A0;
}
</style>
background-color css
<style>
a { background-color: #F598A0; }
a { background-color: rgb(245,152,160); }
div.DivClassName
{
background-color: #F598A0;
}
.BgClassName
{
background-color: #F598A0;
}
</style>
border-color css
<style>
span { border-color: #F598A0; }
span { border-color: rgb(245,152,160); }
td.TdClassName
{
border-color: #F598A0;
}
.TagClassName
{
border-color: #F598A0;
}
</style>