Shades of Wewak #F89497
Tints of Wewak #F89497
RGB
CMYK
RGB Variations
Color information
#F89497 (or 0xF89497) is known color: Wewak. HEX triplet: F8, 94 and 97. RGB value is (248,148,151). Sum of RGB (Red+Green+Blue) = 248+148+151=547 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.34% from 547); Green value is 148 (58.20% from 255 or 27.06% from 547); Blue value is 151 (59.38% from 255 or 27.61% from 547); Max value from RGB is 248 - color contains mainly: red. Hex color #F89497 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89497 is #076B68. Grayscale: #B2B2B2. Windows color (decimal): -486249 or 9934072. OLE color: 9934072.
HSL color Cylindrical-coordinate representation of color #F89497: hue angle of 358.2º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F89497 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 148 | 151 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.03 |
| HSL | 358.2º | 0.88% | 0.78% | - |
| HSV(B) | 358.2º | 0.4% | 0.97% | - |
| XYZ | 54.89 | 43.37 | 34.76 | - |
| YUV | 178.24 | 112.63 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 148 | 151 | 0 | 0.40 | 0.39 | 0.03 | 358.2 | 0.88 | 0.78 |
| Hex | F8 | 94 | 97 | 0 | 28 | 27 | 3 | 166 | 58 | 4E |
| Octal | 370 | 224 | 227 | 0 | 50 | 47 | 3 | 546 | 130 | 116 |
| Binary | 11111000 | 10010100 | 10010111 | 0 | 101000 | 100111 | 11 | 101100110 | 1011000 | 1001110 |
Color Harmonies of #F89497
Complementary color
Monochromatic Colors of #F89497
Black with #F89497
Text Example
Text Example
White with #F89497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89497; }
p { color: rgb(248,148,151); }
H1.HeaderClassName
{
color: #F89497;
}
.AnyTagClassName
{
color: #F89497;
}
</style>
background-color css
<style>
a { background-color: #F89497; }
a { background-color: rgb(248,148,151); }
div.DivClassName
{
background-color: #F89497;
}
.BgClassName
{
background-color: #F89497;
}
</style>
border-color css
<style>
span { border-color: #F89497; }
span { border-color: rgb(248,148,151); }
td.TdClassName
{
border-color: #F89497;
}
.TagClassName
{
border-color: #F89497;
}
</style>