Shades of Wewak #F5858D
Tints of Wewak #F5858D
RGB
CMYK
RGB Variations
Color information
#F5858D (or 0xF5858D) is known color: Wewak. HEX triplet: F5, 85 and 8D. RGB value is (245,133,141). Sum of RGB (Red+Green+Blue) = 245+133+141=519 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.21% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 141 (55.47% from 255 or 27.17% from 519); Max value from RGB is 245 - color contains mainly: red. Hex color #F5858D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5858D is #0A7A72. Grayscale: #A7A7A7. Windows color (decimal): -686707 or 9274869. OLE color: 9274869.
HSL color Cylindrical-coordinate representation of color #F5858D: hue angle of 355.71º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F5858D is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 133 | 141 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.04 |
| HSL | 355.71º | 0.85% | 0.74% | - |
| HSV(B) | 355.71º | 0.46% | 0.96% | - |
| XYZ | 50.85 | 38.11 | 29.88 | - |
| YUV | 167.4 | 113.11 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 133 | 141 | 0 | 0.46 | 0.42 | 0.04 | 355.71 | 0.85 | 0.74 |
| Hex | F5 | 85 | 8D | 0 | 2E | 2A | 4 | 164 | 55 | 4A |
| Octal | 365 | 205 | 215 | 0 | 56 | 52 | 4 | 544 | 125 | 112 |
| Binary | 11110101 | 10000101 | 10001101 | 0 | 101110 | 101010 | 100 | 101100100 | 1010101 | 1001010 |
Color Harmonies of #F5858D
Complementary color
Monochromatic Colors of #F5858D
Black with #F5858D
Text Example
Text Example
White with #F5858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5858D; }
p { color: rgb(245,133,141); }
H1.HeaderClassName
{
color: #F5858D;
}
.AnyTagClassName
{
color: #F5858D;
}
</style>
background-color css
<style>
a { background-color: #F5858D; }
a { background-color: rgb(245,133,141); }
div.DivClassName
{
background-color: #F5858D;
}
.BgClassName
{
background-color: #F5858D;
}
</style>
border-color css
<style>
span { border-color: #F5858D; }
span { border-color: rgb(245,133,141); }
td.TdClassName
{
border-color: #F5858D;
}
.TagClassName
{
border-color: #F5858D;
}
</style>