Shades of Wewak #F58E9A
Tints of Wewak #F58E9A
RGB
CMYK
RGB Variations
Color information
#F58E9A (or 0xF58E9A) is known color: Wewak. HEX triplet: F5, 8E and 9A. RGB value is (245,142,154). Sum of RGB (Red+Green+Blue) = 245+142+154=541 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.29% from 541); Green value is 142 (55.86% from 255 or 26.25% from 541); Blue value is 154 (60.55% from 255 or 28.47% from 541); Max value from RGB is 245 - color contains mainly: red. Hex color #F58E9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58E9A is #0A7165. Grayscale: #AEAEAE. Windows color (decimal): -684390 or 10129141. OLE color: 10129141.
HSL color Cylindrical-coordinate representation of color #F58E9A: hue angle of 353.01º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F58E9A is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 142 | 154 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.04 |
| HSL | 353.01º | 0.84% | 0.76% | - |
| HSV(B) | 353.01º | 0.42% | 0.96% | - |
| XYZ | 53.16 | 41.09 | 35.7 | - |
| YUV | 174.17 | 116.62 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 142 | 154 | 0 | 0.42 | 0.37 | 0.04 | 353.01 | 0.84 | 0.76 |
| Hex | F5 | 8E | 9A | 0 | 2A | 25 | 4 | 161 | 54 | 4C |
| Octal | 365 | 216 | 232 | 0 | 52 | 45 | 4 | 541 | 124 | 114 |
| Binary | 11110101 | 10001110 | 10011010 | 0 | 101010 | 100101 | 100 | 101100001 | 1010100 | 1001100 |
Color Harmonies of #F58E9A
Complementary color
Monochromatic Colors of #F58E9A
Black with #F58E9A
Text Example
Text Example
White with #F58E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58E9A; }
p { color: rgb(245,142,154); }
H1.HeaderClassName
{
color: #F58E9A;
}
.AnyTagClassName
{
color: #F58E9A;
}
</style>
background-color css
<style>
a { background-color: #F58E9A; }
a { background-color: rgb(245,142,154); }
div.DivClassName
{
background-color: #F58E9A;
}
.BgClassName
{
background-color: #F58E9A;
}
</style>
border-color css
<style>
span { border-color: #F58E9A; }
span { border-color: rgb(245,142,154); }
td.TdClassName
{
border-color: #F58E9A;
}
.TagClassName
{
border-color: #F58E9A;
}
</style>