Shades of Wewak #F89297
Tints of Wewak #F89297
RGB
CMYK
RGB Variations
Color information
#F89297 (or 0xF89297) is known color: Wewak. HEX triplet: F8, 92 and 97. RGB value is (248,146,151). Sum of RGB (Red+Green+Blue) = 248+146+151=545 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.50% from 545); Green value is 146 (57.42% from 255 or 26.79% from 545); Blue value is 151 (59.38% from 255 or 27.71% from 545); Max value from RGB is 248 - color contains mainly: red. Hex color #F89297 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89297 is #076D68. Grayscale: #B1B1B1. Windows color (decimal): -486761 or 9933560. OLE color: 9933560.
HSL color Cylindrical-coordinate representation of color #F89297: hue angle of 357.06º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F89297 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 146 | 151 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.03 |
| HSL | 357.06º | 0.88% | 0.77% | - |
| HSV(B) | 357.06º | 0.41% | 0.97% | - |
| XYZ | 54.58 | 42.75 | 34.65 | - |
| YUV | 177.07 | 113.29 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 146 | 151 | 0 | 0.41 | 0.39 | 0.03 | 357.06 | 0.88 | 0.77 |
| Hex | F8 | 92 | 97 | 0 | 29 | 27 | 3 | 165 | 58 | 4D |
| Octal | 370 | 222 | 227 | 0 | 51 | 47 | 3 | 545 | 130 | 115 |
| Binary | 11111000 | 10010010 | 10010111 | 0 | 101001 | 100111 | 11 | 101100101 | 1011000 | 1001101 |
Color Harmonies of #F89297
Complementary color
Monochromatic Colors of #F89297
Black with #F89297
Text Example
Text Example
White with #F89297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89297; }
p { color: rgb(248,146,151); }
H1.HeaderClassName
{
color: #F89297;
}
.AnyTagClassName
{
color: #F89297;
}
</style>
background-color css
<style>
a { background-color: #F89297; }
a { background-color: rgb(248,146,151); }
div.DivClassName
{
background-color: #F89297;
}
.BgClassName
{
background-color: #F89297;
}
</style>
border-color css
<style>
span { border-color: #F89297; }
span { border-color: rgb(248,146,151); }
td.TdClassName
{
border-color: #F89297;
}
.TagClassName
{
border-color: #F89297;
}
</style>