Shades of Wewak #F58A95
Tints of Wewak #F58A95
RGB
CMYK
RGB Variations
Color information
#F58A95 (or 0xF58A95) is known color: Wewak. HEX triplet: F5, 8A and 95. RGB value is (245,138,149). Sum of RGB (Red+Green+Blue) = 245+138+149=532 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.05% from 532); Green value is 138 (54.30% from 255 or 25.94% from 532); Blue value is 149 (58.59% from 255 or 28.01% from 532); Max value from RGB is 245 - color contains mainly: red. Hex color #F58A95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58A95 is #0A756A. Grayscale: #ABABAB. Windows color (decimal): -685419 or 9800437. OLE color: 9800437.
HSL color Cylindrical-coordinate representation of color #F58A95: hue angle of 353.83º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F58A95 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 138 | 149 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.04 |
| HSL | 353.83º | 0.84% | 0.75% | - |
| HSV(B) | 353.83º | 0.44% | 0.96% | - |
| XYZ | 52.17 | 39.76 | 33.36 | - |
| YUV | 171.25 | 115.45 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 138 | 149 | 0 | 0.44 | 0.39 | 0.04 | 353.83 | 0.84 | 0.75 |
| Hex | F5 | 8A | 95 | 0 | 2C | 27 | 4 | 162 | 54 | 4B |
| Octal | 365 | 212 | 225 | 0 | 54 | 47 | 4 | 542 | 124 | 113 |
| Binary | 11110101 | 10001010 | 10010101 | 0 | 101100 | 100111 | 100 | 101100010 | 1010100 | 1001011 |
Color Harmonies of #F58A95
Complementary color
Monochromatic Colors of #F58A95
Black with #F58A95
Text Example
Text Example
White with #F58A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58A95; }
p { color: rgb(245,138,149); }
H1.HeaderClassName
{
color: #F58A95;
}
.AnyTagClassName
{
color: #F58A95;
}
</style>
background-color css
<style>
a { background-color: #F58A95; }
a { background-color: rgb(245,138,149); }
div.DivClassName
{
background-color: #F58A95;
}
.BgClassName
{
background-color: #F58A95;
}
</style>
border-color css
<style>
span { border-color: #F58A95; }
span { border-color: rgb(245,138,149); }
td.TdClassName
{
border-color: #F58A95;
}
.TagClassName
{
border-color: #F58A95;
}
</style>