Shades of Wewak #F58F9C
Tints of Wewak #F58F9C
RGB
CMYK
RGB Variations
Color information
#F58F9C (or 0xF58F9C) is known color: Wewak. HEX triplet: F5, 8F and 9C. RGB value is (245,143,156). Sum of RGB (Red+Green+Blue) = 245+143+156=544 (72% of max value = 765). Red value is 245 (96.09% from 255 or 45.04% from 544); Green value is 143 (56.25% from 255 or 26.29% from 544); Blue value is 156 (61.33% from 255 or 28.68% from 544); Max value from RGB is 245 - color contains mainly: red. Hex color #F58F9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58F9C is #0A7063. Grayscale: #AFAFAF. Windows color (decimal): -684132 or 10260469. OLE color: 10260469.
HSL color Cylindrical-coordinate representation of color #F58F9C: hue angle of 352.35º 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 #F58F9C is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 143 | 156 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.04 |
| HSL | 352.35º | 0.84% | 0.76% | - |
| HSV(B) | 352.35º | 0.42% | 0.96% | - |
| XYZ | 53.48 | 41.46 | 36.64 | - |
| YUV | 174.98 | 117.29 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 143 | 156 | 0 | 0.42 | 0.36 | 0.04 | 352.35 | 0.84 | 0.76 |
| Hex | F5 | 8F | 9C | 0 | 2A | 24 | 4 | 160 | 54 | 4C |
| Octal | 365 | 217 | 234 | 0 | 52 | 44 | 4 | 540 | 124 | 114 |
| Binary | 11110101 | 10001111 | 10011100 | 0 | 101010 | 100100 | 100 | 101100000 | 1010100 | 1001100 |
Color Harmonies of #F58F9C
Complementary color
Monochromatic Colors of #F58F9C
Black with #F58F9C
Text Example
Text Example
White with #F58F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58F9C; }
p { color: rgb(245,143,156); }
H1.HeaderClassName
{
color: #F58F9C;
}
.AnyTagClassName
{
color: #F58F9C;
}
</style>
background-color css
<style>
a { background-color: #F58F9C; }
a { background-color: rgb(245,143,156); }
div.DivClassName
{
background-color: #F58F9C;
}
.BgClassName
{
background-color: #F58F9C;
}
</style>
border-color css
<style>
span { border-color: #F58F9C; }
span { border-color: rgb(245,143,156); }
td.TdClassName
{
border-color: #F58F9C;
}
.TagClassName
{
border-color: #F58F9C;
}
</style>