Shades of Wewak #F49699
Tints of Wewak #F49699
RGB
CMYK
RGB Variations
Color information
#F49699 (or 0xF49699) is known color: Wewak. HEX triplet: F4, 96 and 99. RGB value is (244,150,153). Sum of RGB (Red+Green+Blue) = 244+150+153=547 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.61% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 153 (60.16% from 255 or 27.97% from 547); Max value from RGB is 244 - color contains mainly: red. Hex color #F49699 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49699 is #0B6966. Grayscale: #B2B2B2. Windows color (decimal): -747879 or 10065652. OLE color: 10065652.
HSL color Cylindrical-coordinate representation of color #F49699: hue angle of 358.09º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F49699 is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 150 | 153 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.04 |
| HSL | 358.09º | 0.81% | 0.77% | - |
| HSV(B) | 358.09º | 0.39% | 0.96% | - |
| XYZ | 53.96 | 43.35 | 35.66 | - |
| YUV | 178.45 | 113.64 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 150 | 153 | 0 | 0.39 | 0.37 | 0.04 | 358.09 | 0.81 | 0.77 |
| Hex | F4 | 96 | 99 | 0 | 27 | 25 | 4 | 166 | 51 | 4D |
| Octal | 364 | 226 | 231 | 0 | 47 | 45 | 4 | 546 | 121 | 115 |
| Binary | 11110100 | 10010110 | 10011001 | 0 | 100111 | 100101 | 100 | 101100110 | 1010001 | 1001101 |
Color Harmonies of #F49699
Complementary color
Monochromatic Colors of #F49699
Black with #F49699
Text Example
Text Example
White with #F49699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49699; }
p { color: rgb(244,150,153); }
H1.HeaderClassName
{
color: #F49699;
}
.AnyTagClassName
{
color: #F49699;
}
</style>
background-color css
<style>
a { background-color: #F49699; }
a { background-color: rgb(244,150,153); }
div.DivClassName
{
background-color: #F49699;
}
.BgClassName
{
background-color: #F49699;
}
</style>
border-color css
<style>
span { border-color: #F49699; }
span { border-color: rgb(244,150,153); }
td.TdClassName
{
border-color: #F49699;
}
.TagClassName
{
border-color: #F49699;
}
</style>