Shades of Wewak #F58F96
Tints of Wewak #F58F96
RGB
CMYK
RGB Variations
Color information
#F58F96 (or 0xF58F96) is known color: Wewak. HEX triplet: F5, 8F and 96. RGB value is (245,143,150). Sum of RGB (Red+Green+Blue) = 245+143+150=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 150 (58.98% from 255 or 27.88% from 538); Max value from RGB is 245 - color contains mainly: red. Hex color #F58F96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58F96 is #0A7069. Grayscale: #AEAEAE. Windows color (decimal): -684138 or 9867253. OLE color: 9867253.
HSL color Cylindrical-coordinate representation of color #F58F96: hue angle of 355.88º 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 #F58F96 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 143 | 150 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.04 |
| HSL | 355.88º | 0.84% | 0.76% | - |
| HSV(B) | 355.88º | 0.42% | 0.96% | - |
| XYZ | 52.98 | 41.26 | 34.03 | - |
| YUV | 174.3 | 114.29 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 143 | 150 | 0 | 0.42 | 0.39 | 0.04 | 355.88 | 0.84 | 0.76 |
| Hex | F5 | 8F | 96 | 0 | 2A | 27 | 4 | 164 | 54 | 4C |
| Octal | 365 | 217 | 226 | 0 | 52 | 47 | 4 | 544 | 124 | 114 |
| Binary | 11110101 | 10001111 | 10010110 | 0 | 101010 | 100111 | 100 | 101100100 | 1010100 | 1001100 |
Color Harmonies of #F58F96
Complementary color
Monochromatic Colors of #F58F96
Black with #F58F96
Text Example
Text Example
White with #F58F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58F96; }
p { color: rgb(245,143,150); }
H1.HeaderClassName
{
color: #F58F96;
}
.AnyTagClassName
{
color: #F58F96;
}
</style>
background-color css
<style>
a { background-color: #F58F96; }
a { background-color: rgb(245,143,150); }
div.DivClassName
{
background-color: #F58F96;
}
.BgClassName
{
background-color: #F58F96;
}
</style>
border-color css
<style>
span { border-color: #F58F96; }
span { border-color: rgb(245,143,150); }
td.TdClassName
{
border-color: #F58F96;
}
.TagClassName
{
border-color: #F58F96;
}
</style>