Shades of Wewak #F49397
Tints of Wewak #F49397
RGB
CMYK
RGB Variations
Color information
#F49397 (or 0xF49397) is known color: Wewak. HEX triplet: F4, 93 and 97. RGB value is (244,147,151). Sum of RGB (Red+Green+Blue) = 244+147+151=542 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.02% from 542); Green value is 147 (57.81% from 255 or 27.12% from 542); Blue value is 151 (59.38% from 255 or 27.86% from 542); Max value from RGB is 244 - color contains mainly: red. Hex color #F49397 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49397 is #0B6C68. Grayscale: #B0B0B0. Windows color (decimal): -748649 or 9933812. OLE color: 9933812.
HSL color Cylindrical-coordinate representation of color #F49397: hue angle of 357.53º 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 #F49397 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 147 | 151 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.04 |
| HSL | 357.53º | 0.82% | 0.77% | - |
| HSV(B) | 357.53º | 0.4% | 0.96% | - |
| XYZ | 53.33 | 42.33 | 34.64 | - |
| YUV | 176.46 | 113.64 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 147 | 151 | 0 | 0.40 | 0.38 | 0.04 | 357.53 | 0.82 | 0.77 |
| Hex | F4 | 93 | 97 | 0 | 28 | 26 | 4 | 166 | 52 | 4D |
| Octal | 364 | 223 | 227 | 0 | 50 | 46 | 4 | 546 | 122 | 115 |
| Binary | 11110100 | 10010011 | 10010111 | 0 | 101000 | 100110 | 100 | 101100110 | 1010010 | 1001101 |
Color Harmonies of #F49397
Complementary color
Monochromatic Colors of #F49397
Black with #F49397
Text Example
Text Example
White with #F49397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49397; }
p { color: rgb(244,147,151); }
H1.HeaderClassName
{
color: #F49397;
}
.AnyTagClassName
{
color: #F49397;
}
</style>
background-color css
<style>
a { background-color: #F49397; }
a { background-color: rgb(244,147,151); }
div.DivClassName
{
background-color: #F49397;
}
.BgClassName
{
background-color: #F49397;
}
</style>
border-color css
<style>
span { border-color: #F49397; }
span { border-color: rgb(244,147,151); }
td.TdClassName
{
border-color: #F49397;
}
.TagClassName
{
border-color: #F49397;
}
</style>