Shades of Wewak #F98A96
Tints of Wewak #F98A96
RGB
CMYK
RGB Variations
Color information
#F98A96 (or 0xF98A96) is known color: Wewak. HEX triplet: F9, 8A and 96. RGB value is (249,138,150). Sum of RGB (Red+Green+Blue) = 249+138+150=537 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.37% from 537); Green value is 138 (54.30% from 255 or 25.70% from 537); Blue value is 150 (58.98% from 255 or 27.93% from 537); Max value from RGB is 249 - color contains mainly: red. Hex color #F98A96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98A96 is #067569. Grayscale: #ACACAC. Windows color (decimal): -423274 or 9865977. OLE color: 9865977.
HSL color Cylindrical-coordinate representation of color #F98A96: hue angle of 353.51º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F98A96 is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 138 | 150 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.02 |
| HSL | 353.51º | 0.9% | 0.76% | - |
| HSV(B) | 353.51º | 0.45% | 0.98% | - |
| XYZ | 53.66 | 40.52 | 33.85 | - |
| YUV | 172.56 | 115.27 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 138 | 150 | 0 | 0.45 | 0.40 | 0.02 | 353.51 | 0.9 | 0.76 |
| Hex | F9 | 8A | 96 | 0 | 2D | 28 | 2 | 162 | 5A | 4C |
| Octal | 371 | 212 | 226 | 0 | 55 | 50 | 2 | 542 | 132 | 114 |
| Binary | 11111001 | 10001010 | 10010110 | 0 | 101101 | 101000 | 10 | 101100010 | 1011010 | 1001100 |
Color Harmonies of #F98A96
Complementary color
Monochromatic Colors of #F98A96
Black with #F98A96
Text Example
Text Example
White with #F98A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98A96; }
p { color: rgb(249,138,150); }
H1.HeaderClassName
{
color: #F98A96;
}
.AnyTagClassName
{
color: #F98A96;
}
</style>
background-color css
<style>
a { background-color: #F98A96; }
a { background-color: rgb(249,138,150); }
div.DivClassName
{
background-color: #F98A96;
}
.BgClassName
{
background-color: #F98A96;
}
</style>
border-color css
<style>
span { border-color: #F98A96; }
span { border-color: rgb(249,138,150); }
td.TdClassName
{
border-color: #F98A96;
}
.TagClassName
{
border-color: #F98A96;
}
</style>