Shades of Wewak #F98B90
Tints of Wewak #F98B90
RGB
CMYK
RGB Variations
Color information
#F98B90 (or 0xF98B90) is known color: Wewak. HEX triplet: F9, 8B and 90. RGB value is (249,139,144). Sum of RGB (Red+Green+Blue) = 249+139+144=532 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.80% from 532); Green value is 139 (54.69% from 255 or 26.13% from 532); Blue value is 144 (56.64% from 255 or 27.07% from 532); Max value from RGB is 249 - color contains mainly: red. Hex color #F98B90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98B90 is #06746F. Grayscale: #ACACAC. Windows color (decimal): -423024 or 9473017. OLE color: 9473017.
HSL color Cylindrical-coordinate representation of color #F98B90: hue angle of 357.27º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F98B90 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 139 | 144 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.02 |
| HSL | 357.27º | 0.9% | 0.76% | - |
| HSV(B) | 357.27º | 0.44% | 0.98% | - |
| XYZ | 53.33 | 40.62 | 31.41 | - |
| YUV | 172.46 | 111.94 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 139 | 144 | 0 | 0.44 | 0.42 | 0.02 | 357.27 | 0.9 | 0.76 |
| Hex | F9 | 8B | 90 | 0 | 2C | 2A | 2 | 165 | 5A | 4C |
| Octal | 371 | 213 | 220 | 0 | 54 | 52 | 2 | 545 | 132 | 114 |
| Binary | 11111001 | 10001011 | 10010000 | 0 | 101100 | 101010 | 10 | 101100101 | 1011010 | 1001100 |
Color Harmonies of #F98B90
Complementary color
Monochromatic Colors of #F98B90
Black with #F98B90
Text Example
Text Example
White with #F98B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98B90; }
p { color: rgb(249,139,144); }
H1.HeaderClassName
{
color: #F98B90;
}
.AnyTagClassName
{
color: #F98B90;
}
</style>
background-color css
<style>
a { background-color: #F98B90; }
a { background-color: rgb(249,139,144); }
div.DivClassName
{
background-color: #F98B90;
}
.BgClassName
{
background-color: #F98B90;
}
</style>
border-color css
<style>
span { border-color: #F98B90; }
span { border-color: rgb(249,139,144); }
td.TdClassName
{
border-color: #F98B90;
}
.TagClassName
{
border-color: #F98B90;
}
</style>