Shades of Wewak #F5838D
Tints of Wewak #F5838D
RGB
CMYK
RGB Variations
Color information
#F5838D (or 0xF5838D) is known color: Wewak. HEX triplet: F5, 83 and 8D. RGB value is (245,131,141). Sum of RGB (Red+Green+Blue) = 245+131+141=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 131 (51.56% from 255 or 25.34% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 245 - color contains mainly: red. Hex color #F5838D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5838D is #0A7C72. Grayscale: #A6A6A6. Windows color (decimal): -687219 or 9274357. OLE color: 9274357.
HSL color Cylindrical-coordinate representation of color #F5838D: hue angle of 354.74º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F5838D is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 131 | 141 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.04 |
| HSL | 354.74º | 0.85% | 0.74% | - |
| HSV(B) | 354.74º | 0.47% | 0.96% | - |
| XYZ | 50.58 | 37.57 | 29.78 | - |
| YUV | 166.23 | 113.77 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 131 | 141 | 0 | 0.47 | 0.42 | 0.04 | 354.74 | 0.85 | 0.74 |
| Hex | F5 | 83 | 8D | 0 | 2F | 2A | 4 | 163 | 55 | 4A |
| Octal | 365 | 203 | 215 | 0 | 57 | 52 | 4 | 543 | 125 | 112 |
| Binary | 11110101 | 10000011 | 10001101 | 0 | 101111 | 101010 | 100 | 101100011 | 1010101 | 1001010 |
Color Harmonies of #F5838D
Complementary color
Monochromatic Colors of #F5838D
Black with #F5838D
Text Example
Text Example
White with #F5838D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5838D; }
p { color: rgb(245,131,141); }
H1.HeaderClassName
{
color: #F5838D;
}
.AnyTagClassName
{
color: #F5838D;
}
</style>
background-color css
<style>
a { background-color: #F5838D; }
a { background-color: rgb(245,131,141); }
div.DivClassName
{
background-color: #F5838D;
}
.BgClassName
{
background-color: #F5838D;
}
</style>
border-color css
<style>
span { border-color: #F5838D; }
span { border-color: rgb(245,131,141); }
td.TdClassName
{
border-color: #F5838D;
}
.TagClassName
{
border-color: #F5838D;
}
</style>