Shades of Wewak #F49398
Tints of Wewak #F49398
RGB
CMYK
RGB Variations
Color information
#F49398 (or 0xF49398) is known color: Wewak. HEX triplet: F4, 93 and 98. RGB value is (244,147,152). Sum of RGB (Red+Green+Blue) = 244+147+152=543 (71% of max value = 765). Red value is 244 (95.70% from 255 or 44.94% from 543); Green value is 147 (57.81% from 255 or 27.07% from 543); Blue value is 152 (59.77% from 255 or 27.99% from 543); Max value from RGB is 244 - color contains mainly: red. Hex color #F49398 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49398 is #0B6C67. Grayscale: #B0B0B0. Windows color (decimal): -748648 or 9999348. OLE color: 9999348.
HSL color Cylindrical-coordinate representation of color #F49398: hue angle of 356.91º degrees, saturation: 0.82, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F49398 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 147 | 152 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.04 |
| HSL | 356.91º | 0.82% | 0.77% | - |
| HSV(B) | 356.91º | 0.4% | 0.96% | - |
| XYZ | 53.41 | 42.37 | 35.07 | - |
| YUV | 176.57 | 114.14 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 147 | 152 | 0 | 0.40 | 0.38 | 0.04 | 356.91 | 0.82 | 0.77 |
| Hex | F4 | 93 | 98 | 0 | 28 | 26 | 4 | 165 | 52 | 4D |
| Octal | 364 | 223 | 230 | 0 | 50 | 46 | 4 | 545 | 122 | 115 |
| Binary | 11110100 | 10010011 | 10011000 | 0 | 101000 | 100110 | 100 | 101100101 | 1010010 | 1001101 |
Color Harmonies of #F49398
Complementary color
Monochromatic Colors of #F49398
Black with #F49398
Text Example
Text Example
White with #F49398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49398; }
p { color: rgb(244,147,152); }
H1.HeaderClassName
{
color: #F49398;
}
.AnyTagClassName
{
color: #F49398;
}
</style>
background-color css
<style>
a { background-color: #F49398; }
a { background-color: rgb(244,147,152); }
div.DivClassName
{
background-color: #F49398;
}
.BgClassName
{
background-color: #F49398;
}
</style>
border-color css
<style>
span { border-color: #F49398; }
span { border-color: rgb(244,147,152); }
td.TdClassName
{
border-color: #F49398;
}
.TagClassName
{
border-color: #F49398;
}
</style>