Shades of Wewak #F59A9F
Tints of Wewak #F59A9F
RGB
CMYK
RGB Variations
Color information
#F59A9F (or 0xF59A9F) is known color: Wewak. HEX triplet: F5, 9A and 9F. RGB value is (245,154,159). Sum of RGB (Red+Green+Blue) = 245+154+159=558 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.91% from 558); Green value is 154 (60.55% from 255 or 27.60% from 558); Blue value is 159 (62.5% from 255 or 28.49% from 558); Max value from RGB is 245 - color contains mainly: red. Hex color #F59A9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59A9F is #0A6560. Grayscale: #B5B5B5. Windows color (decimal): -681313 or 10459893. OLE color: 10459893.
HSL color Cylindrical-coordinate representation of color #F59A9F: hue angle of 356.7º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F59A9F is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 154 | 159 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.04 |
| HSL | 356.7º | 0.82% | 0.78% | - |
| HSV(B) | 356.7º | 0.37% | 0.96% | - |
| XYZ | 55.47 | 45.03 | 38.57 | - |
| YUV | 181.78 | 115.15 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 154 | 159 | 0 | 0.37 | 0.35 | 0.04 | 356.7 | 0.82 | 0.78 |
| Hex | F5 | 9A | 9F | 0 | 25 | 23 | 4 | 165 | 52 | 4E |
| Octal | 365 | 232 | 237 | 0 | 45 | 43 | 4 | 545 | 122 | 116 |
| Binary | 11110101 | 10011010 | 10011111 | 0 | 100101 | 100011 | 100 | 101100101 | 1010010 | 1001110 |
Color Harmonies of #F59A9F
Complementary color
Monochromatic Colors of #F59A9F
Black with #F59A9F
Text Example
Text Example
White with #F59A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59A9F; }
p { color: rgb(245,154,159); }
H1.HeaderClassName
{
color: #F59A9F;
}
.AnyTagClassName
{
color: #F59A9F;
}
</style>
background-color css
<style>
a { background-color: #F59A9F; }
a { background-color: rgb(245,154,159); }
div.DivClassName
{
background-color: #F59A9F;
}
.BgClassName
{
background-color: #F59A9F;
}
</style>
border-color css
<style>
span { border-color: #F59A9F; }
span { border-color: rgb(245,154,159); }
td.TdClassName
{
border-color: #F59A9F;
}
.TagClassName
{
border-color: #F59A9F;
}
</style>