Shades of Wewak #F5838B
Tints of Wewak #F5838B
RGB
CMYK
RGB Variations
Color information
#F5838B (or 0xF5838B) is known color: Wewak. HEX triplet: F5, 83 and 8B. RGB value is (245,131,139). Sum of RGB (Red+Green+Blue) = 245+131+139=515 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.57% from 515); Green value is 131 (51.56% from 255 or 25.44% from 515); Blue value is 139 (54.69% from 255 or 26.99% from 515); Max value from RGB is 245 - color contains mainly: red. Hex color #F5838B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5838B is #0A7C74. Grayscale: #A6A6A6. Windows color (decimal): -687221 or 9143285. OLE color: 9143285.
HSL color Cylindrical-coordinate representation of color #F5838B: hue angle of 355.79º 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 #F5838B is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 131 | 139 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.04 |
| HSL | 355.79º | 0.85% | 0.74% | - |
| HSV(B) | 355.79º | 0.47% | 0.96% | - |
| XYZ | 50.43 | 37.51 | 29.01 | - |
| YUV | 166 | 112.77 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 131 | 139 | 0 | 0.47 | 0.43 | 0.04 | 355.79 | 0.85 | 0.74 |
| Hex | F5 | 83 | 8B | 0 | 2F | 2B | 4 | 164 | 55 | 4A |
| Octal | 365 | 203 | 213 | 0 | 57 | 53 | 4 | 544 | 125 | 112 |
| Binary | 11110101 | 10000011 | 10001011 | 0 | 101111 | 101011 | 100 | 101100100 | 1010101 | 1001010 |
Color Harmonies of #F5838B
Complementary color
Monochromatic Colors of #F5838B
Black with #F5838B
Text Example
Text Example
White with #F5838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5838B; }
p { color: rgb(245,131,139); }
H1.HeaderClassName
{
color: #F5838B;
}
.AnyTagClassName
{
color: #F5838B;
}
</style>
background-color css
<style>
a { background-color: #F5838B; }
a { background-color: rgb(245,131,139); }
div.DivClassName
{
background-color: #F5838B;
}
.BgClassName
{
background-color: #F5838B;
}
</style>
border-color css
<style>
span { border-color: #F5838B; }
span { border-color: rgb(245,131,139); }
td.TdClassName
{
border-color: #F5838B;
}
.TagClassName
{
border-color: #F5838B;
}
</style>