Shades of Wewak #F78996
Tints of Wewak #F78996
RGB
CMYK
RGB Variations
Color information
#F78996 (or 0xF78996) is known color: Wewak. HEX triplet: F7, 89 and 96. RGB value is (247,137,150). Sum of RGB (Red+Green+Blue) = 247+137+150=534 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.25% from 534); Green value is 137 (53.91% from 255 or 25.66% from 534); Blue value is 150 (58.98% from 255 or 28.09% from 534); Max value from RGB is 247 - color contains mainly: red. Hex color #F78996 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F78996 is #087669. Grayscale: #ABABAB. Windows color (decimal): -554602 or 9865719. OLE color: 9865719.
HSL color Cylindrical-coordinate representation of color #F78996: hue angle of 352.91º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F78996 is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 137 | 150 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.03 |
| HSL | 352.91º | 0.87% | 0.75% | - |
| HSV(B) | 352.91º | 0.45% | 0.97% | - |
| XYZ | 52.81 | 39.87 | 33.77 | - |
| YUV | 171.37 | 115.94 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 137 | 150 | 0 | 0.45 | 0.39 | 0.03 | 352.91 | 0.87 | 0.75 |
| Hex | F7 | 89 | 96 | 0 | 2D | 27 | 3 | 161 | 57 | 4B |
| Octal | 367 | 211 | 226 | 0 | 55 | 47 | 3 | 541 | 127 | 113 |
| Binary | 11110111 | 10001001 | 10010110 | 0 | 101101 | 100111 | 11 | 101100001 | 1010111 | 1001011 |
Color Harmonies of #F78996
Complementary color
Monochromatic Colors of #F78996
Black with #F78996
Text Example
Text Example
White with #F78996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78996; }
p { color: rgb(247,137,150); }
H1.HeaderClassName
{
color: #F78996;
}
.AnyTagClassName
{
color: #F78996;
}
</style>
background-color css
<style>
a { background-color: #F78996; }
a { background-color: rgb(247,137,150); }
div.DivClassName
{
background-color: #F78996;
}
.BgClassName
{
background-color: #F78996;
}
</style>
border-color css
<style>
span { border-color: #F78996; }
span { border-color: rgb(247,137,150); }
td.TdClassName
{
border-color: #F78996;
}
.TagClassName
{
border-color: #F78996;
}
</style>