Shades of Wewak #F58F9F
Tints of Wewak #F58F9F
RGB
CMYK
RGB Variations
Color information
#F58F9F (or 0xF58F9F) is known color: Wewak. HEX triplet: F5, 8F and 9F. RGB value is (245,143,159). Sum of RGB (Red+Green+Blue) = 245+143+159=547 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.79% from 547); Green value is 143 (56.25% from 255 or 26.14% from 547); Blue value is 159 (62.5% from 255 or 29.07% from 547); Max value from RGB is 245 - color contains mainly: red. Hex color #F58F9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58F9F is #0A7060. Grayscale: #AFAFAF. Windows color (decimal): -684129 or 10457077. OLE color: 10457077.
HSL color Cylindrical-coordinate representation of color #F58F9F: hue angle of 350.59º 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 #F58F9F is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 143 | 159 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.04 |
| HSL | 350.59º | 0.84% | 0.76% | - |
| HSV(B) | 350.59º | 0.42% | 0.96% | - |
| XYZ | 53.74 | 41.56 | 37.99 | - |
| YUV | 175.32 | 118.79 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 143 | 159 | 0 | 0.42 | 0.35 | 0.04 | 350.59 | 0.84 | 0.76 |
| Hex | F5 | 8F | 9F | 0 | 2A | 23 | 4 | 15F | 54 | 4C |
| Octal | 365 | 217 | 237 | 0 | 52 | 43 | 4 | 537 | 124 | 114 |
| Binary | 11110101 | 10001111 | 10011111 | 0 | 101010 | 100011 | 100 | 101011111 | 1010100 | 1001100 |
Color Harmonies of #F58F9F
Complementary color
Monochromatic Colors of #F58F9F
Black with #F58F9F
Text Example
Text Example
White with #F58F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58F9F; }
p { color: rgb(245,143,159); }
H1.HeaderClassName
{
color: #F58F9F;
}
.AnyTagClassName
{
color: #F58F9F;
}
</style>
background-color css
<style>
a { background-color: #F58F9F; }
a { background-color: rgb(245,143,159); }
div.DivClassName
{
background-color: #F58F9F;
}
.BgClassName
{
background-color: #F58F9F;
}
</style>
border-color css
<style>
span { border-color: #F58F9F; }
span { border-color: rgb(245,143,159); }
td.TdClassName
{
border-color: #F58F9F;
}
.TagClassName
{
border-color: #F58F9F;
}
</style>