Shades of Wewak #F5848A
Tints of Wewak #F5848A
RGB
CMYK
RGB Variations
Color information
#F5848A (or 0xF5848A) is known color: Wewak. HEX triplet: F5, 84 and 8A. RGB value is (245,132,138). Sum of RGB (Red+Green+Blue) = 245+132+138=515 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.57% from 515); Green value is 132 (51.95% from 255 or 25.63% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 245 - color contains mainly: red. Hex color #F5848A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5848A is #0A7B75. Grayscale: #A6A6A6. Windows color (decimal): -686966 or 9078005. OLE color: 9078005.
HSL color Cylindrical-coordinate representation of color #F5848A: hue angle of 356.81º 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 #F5848A is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 132 | 138 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.04 |
| HSL | 356.81º | 0.85% | 0.74% | - |
| HSV(B) | 356.81º | 0.46% | 0.96% | - |
| XYZ | 50.49 | 37.75 | 28.67 | - |
| YUV | 166.47 | 111.94 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 132 | 138 | 0 | 0.46 | 0.44 | 0.04 | 356.81 | 0.85 | 0.74 |
| Hex | F5 | 84 | 8A | 0 | 2E | 2C | 4 | 165 | 55 | 4A |
| Octal | 365 | 204 | 212 | 0 | 56 | 54 | 4 | 545 | 125 | 112 |
| Binary | 11110101 | 10000100 | 10001010 | 0 | 101110 | 101100 | 100 | 101100101 | 1010101 | 1001010 |
Color Harmonies of #F5848A
Complementary color
Monochromatic Colors of #F5848A
Black with #F5848A
Text Example
Text Example
White with #F5848A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5848A; }
p { color: rgb(245,132,138); }
H1.HeaderClassName
{
color: #F5848A;
}
.AnyTagClassName
{
color: #F5848A;
}
</style>
background-color css
<style>
a { background-color: #F5848A; }
a { background-color: rgb(245,132,138); }
div.DivClassName
{
background-color: #F5848A;
}
.BgClassName
{
background-color: #F5848A;
}
</style>
border-color css
<style>
span { border-color: #F5848A; }
span { border-color: rgb(245,132,138); }
td.TdClassName
{
border-color: #F5848A;
}
.TagClassName
{
border-color: #F5848A;
}
</style>