Shades of Wewak #F48697
Tints of Wewak #F48697
RGB
CMYK
RGB Variations
Color information
#F48697 (or 0xF48697) is known color: Wewak. HEX triplet: F4, 86 and 97. RGB value is (244,134,151). Sum of RGB (Red+Green+Blue) = 244+134+151=529 (70% of max value = 765). Red value is 244 (95.70% from 255 or 46.12% from 529); Green value is 134 (52.73% from 255 or 25.33% from 529); Blue value is 151 (59.38% from 255 or 28.54% from 529); Max value from RGB is 244 - color contains mainly: red. Hex color #F48697 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48697 is #0B7968. Grayscale: #A8A8A8. Windows color (decimal): -751977 or 9930484. OLE color: 9930484.
HSL color Cylindrical-coordinate representation of color #F48697: hue angle of 350.73º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F48697 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 134 | 151 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.04 |
| HSL | 350.73º | 0.83% | 0.74% | - |
| HSV(B) | 350.73º | 0.45% | 0.96% | - |
| XYZ | 51.42 | 38.52 | 34 | - |
| YUV | 168.83 | 117.94 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 134 | 151 | 0 | 0.45 | 0.38 | 0.04 | 350.73 | 0.83 | 0.74 |
| Hex | F4 | 86 | 97 | 0 | 2D | 26 | 4 | 15F | 53 | 4A |
| Octal | 364 | 206 | 227 | 0 | 55 | 46 | 4 | 537 | 123 | 112 |
| Binary | 11110100 | 10000110 | 10010111 | 0 | 101101 | 100110 | 100 | 101011111 | 1010011 | 1001010 |
Color Harmonies of #F48697
Complementary color
Monochromatic Colors of #F48697
Black with #F48697
Text Example
Text Example
White with #F48697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48697; }
p { color: rgb(244,134,151); }
H1.HeaderClassName
{
color: #F48697;
}
.AnyTagClassName
{
color: #F48697;
}
</style>
background-color css
<style>
a { background-color: #F48697; }
a { background-color: rgb(244,134,151); }
div.DivClassName
{
background-color: #F48697;
}
.BgClassName
{
background-color: #F48697;
}
</style>
border-color css
<style>
span { border-color: #F48697; }
span { border-color: rgb(244,134,151); }
td.TdClassName
{
border-color: #F48697;
}
.TagClassName
{
border-color: #F48697;
}
</style>