Shades of Wewak #F58598
Tints of Wewak #F58598
RGB
CMYK
RGB Variations
Color information
#F58598 (or 0xF58598) is known color: Wewak. HEX triplet: F5, 85 and 98. RGB value is (245,133,152). Sum of RGB (Red+Green+Blue) = 245+133+152=530 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.23% from 530); Green value is 133 (52.34% from 255 or 25.09% from 530); Blue value is 152 (59.77% from 255 or 28.68% from 530); Max value from RGB is 245 - color contains mainly: red. Hex color #F58598 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58598 is #0A7A67. Grayscale: #A8A8A8. Windows color (decimal): -686696 or 9995765. OLE color: 9995765.
HSL color Cylindrical-coordinate representation of color #F58598: hue angle of 349.82º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F58598 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 133 | 152 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.04 |
| HSL | 349.82º | 0.85% | 0.74% | - |
| HSV(B) | 349.82º | 0.46% | 0.96% | - |
| XYZ | 51.71 | 38.45 | 34.4 | - |
| YUV | 168.65 | 118.61 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 133 | 152 | 0 | 0.46 | 0.38 | 0.04 | 349.82 | 0.85 | 0.74 |
| Hex | F5 | 85 | 98 | 0 | 2E | 26 | 4 | 15E | 55 | 4A |
| Octal | 365 | 205 | 230 | 0 | 56 | 46 | 4 | 536 | 125 | 112 |
| Binary | 11110101 | 10000101 | 10011000 | 0 | 101110 | 100110 | 100 | 101011110 | 1010101 | 1001010 |
Color Harmonies of #F58598
Complementary color
Monochromatic Colors of #F58598
Black with #F58598
Text Example
Text Example
White with #F58598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58598; }
p { color: rgb(245,133,152); }
H1.HeaderClassName
{
color: #F58598;
}
.AnyTagClassName
{
color: #F58598;
}
</style>
background-color css
<style>
a { background-color: #F58598; }
a { background-color: rgb(245,133,152); }
div.DivClassName
{
background-color: #F58598;
}
.BgClassName
{
background-color: #F58598;
}
</style>
border-color css
<style>
span { border-color: #F58598; }
span { border-color: rgb(245,133,152); }
td.TdClassName
{
border-color: #F58598;
}
.TagClassName
{
border-color: #F58598;
}
</style>