Shades of Wewak #F89298
Tints of Wewak #F89298
RGB
CMYK
RGB Variations
Color information
#F89298 (or 0xF89298) is known color: Wewak. HEX triplet: F8, 92 and 98. RGB value is (248,146,152). Sum of RGB (Red+Green+Blue) = 248+146+152=546 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.42% from 546); Green value is 146 (57.42% from 255 or 26.74% from 546); Blue value is 152 (59.77% from 255 or 27.84% from 546); Max value from RGB is 248 - color contains mainly: red. Hex color #F89298 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89298 is #076D67. Grayscale: #B1B1B1. Windows color (decimal): -486760 or 9999096. OLE color: 9999096.
HSL color Cylindrical-coordinate representation of color #F89298: hue angle of 356.47º 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 #F89298 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 146 | 152 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.03 |
| HSL | 356.47º | 0.88% | 0.77% | - |
| HSV(B) | 356.47º | 0.41% | 0.97% | - |
| XYZ | 54.66 | 42.78 | 35.08 | - |
| YUV | 177.18 | 113.79 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 146 | 152 | 0 | 0.41 | 0.39 | 0.03 | 356.47 | 0.88 | 0.77 |
| Hex | F8 | 92 | 98 | 0 | 29 | 27 | 3 | 164 | 58 | 4D |
| Octal | 370 | 222 | 230 | 0 | 51 | 47 | 3 | 544 | 130 | 115 |
| Binary | 11111000 | 10010010 | 10011000 | 0 | 101001 | 100111 | 11 | 101100100 | 1011000 | 1001101 |
Color Harmonies of #F89298
Complementary color
Monochromatic Colors of #F89298
Black with #F89298
Text Example
Text Example
White with #F89298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89298; }
p { color: rgb(248,146,152); }
H1.HeaderClassName
{
color: #F89298;
}
.AnyTagClassName
{
color: #F89298;
}
</style>
background-color css
<style>
a { background-color: #F89298; }
a { background-color: rgb(248,146,152); }
div.DivClassName
{
background-color: #F89298;
}
.BgClassName
{
background-color: #F89298;
}
</style>
border-color css
<style>
span { border-color: #F89298; }
span { border-color: rgb(248,146,152); }
td.TdClassName
{
border-color: #F89298;
}
.TagClassName
{
border-color: #F89298;
}
</style>