Shades of Wewak #F5848F
Tints of Wewak #F5848F
RGB
CMYK
RGB Variations
Color information
#F5848F (or 0xF5848F) is known color: Wewak. HEX triplet: F5, 84 and 8F. RGB value is (245,132,143). Sum of RGB (Red+Green+Blue) = 245+132+143=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 132 (51.95% from 255 or 25.38% from 520); Blue value is 143 (56.25% from 255 or 27.5% from 520); Max value from RGB is 245 - color contains mainly: red. Hex color #F5848F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5848F is #0A7B70. Grayscale: #A7A7A7. Windows color (decimal): -686961 or 9405685. OLE color: 9405685.
HSL color Cylindrical-coordinate representation of color #F5848F: hue angle of 354.16º 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 #F5848F is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 132 | 143 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.04 |
| HSL | 354.16º | 0.85% | 0.74% | - |
| HSV(B) | 354.16º | 0.46% | 0.96% | - |
| XYZ | 50.87 | 37.9 | 30.62 | - |
| YUV | 167.04 | 114.44 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 132 | 143 | 0 | 0.46 | 0.42 | 0.04 | 354.16 | 0.85 | 0.74 |
| Hex | F5 | 84 | 8F | 0 | 2E | 2A | 4 | 162 | 55 | 4A |
| Octal | 365 | 204 | 217 | 0 | 56 | 52 | 4 | 542 | 125 | 112 |
| Binary | 11110101 | 10000100 | 10001111 | 0 | 101110 | 101010 | 100 | 101100010 | 1010101 | 1001010 |
Color Harmonies of #F5848F
Complementary color
Monochromatic Colors of #F5848F
Black with #F5848F
Text Example
Text Example
White with #F5848F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5848F; }
p { color: rgb(245,132,143); }
H1.HeaderClassName
{
color: #F5848F;
}
.AnyTagClassName
{
color: #F5848F;
}
</style>
background-color css
<style>
a { background-color: #F5848F; }
a { background-color: rgb(245,132,143); }
div.DivClassName
{
background-color: #F5848F;
}
.BgClassName
{
background-color: #F5848F;
}
</style>
border-color css
<style>
span { border-color: #F5848F; }
span { border-color: rgb(245,132,143); }
td.TdClassName
{
border-color: #F5848F;
}
.TagClassName
{
border-color: #F5848F;
}
</style>