Shades of Wewak #F5848B
Tints of Wewak #F5848B
RGB
CMYK
RGB Variations
Color information
#F5848B (or 0xF5848B) is known color: Wewak. HEX triplet: F5, 84 and 8B. RGB value is (245,132,139). Sum of RGB (Red+Green+Blue) = 245+132+139=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 132 (51.95% from 255 or 25.58% from 516); Blue value is 139 (54.69% from 255 or 26.94% from 516); Max value from RGB is 245 - color contains mainly: red. Hex color #F5848B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5848B is #0A7B74. Grayscale: #A6A6A6. Windows color (decimal): -686965 or 9143541. OLE color: 9143541.
HSL color Cylindrical-coordinate representation of color #F5848B: hue angle of 356.28º 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 #F5848B is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 132 | 139 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.04 |
| HSL | 356.28º | 0.85% | 0.74% | - |
| HSV(B) | 356.28º | 0.46% | 0.96% | - |
| XYZ | 50.57 | 37.78 | 29.05 | - |
| YUV | 166.59 | 112.44 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 132 | 139 | 0 | 0.46 | 0.43 | 0.04 | 356.28 | 0.85 | 0.74 |
| Hex | F5 | 84 | 8B | 0 | 2E | 2B | 4 | 164 | 55 | 4A |
| Octal | 365 | 204 | 213 | 0 | 56 | 53 | 4 | 544 | 125 | 112 |
| Binary | 11110101 | 10000100 | 10001011 | 0 | 101110 | 101011 | 100 | 101100100 | 1010101 | 1001010 |
Color Harmonies of #F5848B
Complementary color
Monochromatic Colors of #F5848B
Black with #F5848B
Text Example
Text Example
White with #F5848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5848B; }
p { color: rgb(245,132,139); }
H1.HeaderClassName
{
color: #F5848B;
}
.AnyTagClassName
{
color: #F5848B;
}
</style>
background-color css
<style>
a { background-color: #F5848B; }
a { background-color: rgb(245,132,139); }
div.DivClassName
{
background-color: #F5848B;
}
.BgClassName
{
background-color: #F5848B;
}
</style>
border-color css
<style>
span { border-color: #F5848B; }
span { border-color: rgb(245,132,139); }
td.TdClassName
{
border-color: #F5848B;
}
.TagClassName
{
border-color: #F5848B;
}
</style>