Shades of Wewak #F5868D
Tints of Wewak #F5868D
RGB
CMYK
RGB Variations
Color information
#F5868D (or 0xF5868D) is known color: Wewak. HEX triplet: F5, 86 and 8D. RGB value is (245,134,141). Sum of RGB (Red+Green+Blue) = 245+134+141=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 134 (52.73% from 255 or 25.77% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 245 - color contains mainly: red. Hex color #F5868D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5868D is #0A7972. Grayscale: #A8A8A8. Windows color (decimal): -686451 or 9275125. OLE color: 9275125.
HSL color Cylindrical-coordinate representation of color #F5868D: hue angle of 356.22º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F5868D is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 134 | 141 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.04 |
| HSL | 356.22º | 0.85% | 0.74% | - |
| HSV(B) | 356.22º | 0.45% | 0.96% | - |
| XYZ | 50.99 | 38.39 | 29.92 | - |
| YUV | 167.99 | 112.77 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 134 | 141 | 0 | 0.45 | 0.42 | 0.04 | 356.22 | 0.85 | 0.74 |
| Hex | F5 | 86 | 8D | 0 | 2D | 2A | 4 | 164 | 55 | 4A |
| Octal | 365 | 206 | 215 | 0 | 55 | 52 | 4 | 544 | 125 | 112 |
| Binary | 11110101 | 10000110 | 10001101 | 0 | 101101 | 101010 | 100 | 101100100 | 1010101 | 1001010 |
Color Harmonies of #F5868D
Complementary color
Monochromatic Colors of #F5868D
Black with #F5868D
Text Example
Text Example
White with #F5868D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5868D; }
p { color: rgb(245,134,141); }
H1.HeaderClassName
{
color: #F5868D;
}
.AnyTagClassName
{
color: #F5868D;
}
</style>
background-color css
<style>
a { background-color: #F5868D; }
a { background-color: rgb(245,134,141); }
div.DivClassName
{
background-color: #F5868D;
}
.BgClassName
{
background-color: #F5868D;
}
</style>
border-color css
<style>
span { border-color: #F5868D; }
span { border-color: rgb(245,134,141); }
td.TdClassName
{
border-color: #F5868D;
}
.TagClassName
{
border-color: #F5868D;
}
</style>