Shades of Wewak #F58F9E
Tints of Wewak #F58F9E
RGB
CMYK
RGB Variations
Color information
#F58F9E (or 0xF58F9E) is known color: Wewak. HEX triplet: F5, 8F and 9E. RGB value is (245,143,158). Sum of RGB (Red+Green+Blue) = 245+143+158=546 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.87% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 158 (62.11% from 255 or 28.94% from 546); Max value from RGB is 245 - color contains mainly: red. Hex color #F58F9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58F9E is #0A7061. Grayscale: #AFAFAF. Windows color (decimal): -684130 or 10391541. OLE color: 10391541.
HSL color Cylindrical-coordinate representation of color #F58F9E: hue angle of 351.18º 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 #F58F9E is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 143 | 158 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.04 |
| HSL | 351.18º | 0.84% | 0.76% | - |
| HSV(B) | 351.18º | 0.42% | 0.96% | - |
| XYZ | 53.65 | 41.53 | 37.54 | - |
| YUV | 175.21 | 118.29 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 143 | 158 | 0 | 0.42 | 0.36 | 0.04 | 351.18 | 0.84 | 0.76 |
| Hex | F5 | 8F | 9E | 0 | 2A | 24 | 4 | 15F | 54 | 4C |
| Octal | 365 | 217 | 236 | 0 | 52 | 44 | 4 | 537 | 124 | 114 |
| Binary | 11110101 | 10001111 | 10011110 | 0 | 101010 | 100100 | 100 | 101011111 | 1010100 | 1001100 |
Color Harmonies of #F58F9E
Complementary color
Monochromatic Colors of #F58F9E
Black with #F58F9E
Text Example
Text Example
White with #F58F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58F9E; }
p { color: rgb(245,143,158); }
H1.HeaderClassName
{
color: #F58F9E;
}
.AnyTagClassName
{
color: #F58F9E;
}
</style>
background-color css
<style>
a { background-color: #F58F9E; }
a { background-color: rgb(245,143,158); }
div.DivClassName
{
background-color: #F58F9E;
}
.BgClassName
{
background-color: #F58F9E;
}
</style>
border-color css
<style>
span { border-color: #F58F9E; }
span { border-color: rgb(245,143,158); }
td.TdClassName
{
border-color: #F58F9E;
}
.TagClassName
{
border-color: #F58F9E;
}
</style>