Shades of Wewak #F89095
Tints of Wewak #F89095
RGB
CMYK
RGB Variations
Color information
#F89095 (or 0xF89095) is known color: Wewak. HEX triplet: F8, 90 and 95. RGB value is (248,144,149). Sum of RGB (Red+Green+Blue) = 248+144+149=541 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.84% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 149 (58.59% from 255 or 27.54% from 541); Max value from RGB is 248 - color contains mainly: red. Hex color #F89095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89095 is #076F6A. Grayscale: #AFAFAF. Windows color (decimal): -487275 or 9801976. OLE color: 9801976.
HSL color Cylindrical-coordinate representation of color #F89095: hue angle of 357.12º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F89095 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 149 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.03 |
| HSL | 357.12º | 0.88% | 0.77% | - |
| HSV(B) | 357.12º | 0.42% | 0.97% | - |
| XYZ | 54.11 | 42.07 | 33.7 | - |
| YUV | 175.67 | 112.96 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 149 | 0 | 0.42 | 0.40 | 0.03 | 357.12 | 0.88 | 0.77 |
| Hex | F8 | 90 | 95 | 0 | 2A | 28 | 3 | 165 | 58 | 4D |
| Octal | 370 | 220 | 225 | 0 | 52 | 50 | 3 | 545 | 130 | 115 |
| Binary | 11111000 | 10010000 | 10010101 | 0 | 101010 | 101000 | 11 | 101100101 | 1011000 | 1001101 |
Color Harmonies of #F89095
Complementary color
Monochromatic Colors of #F89095
Black with #F89095
Text Example
Text Example
White with #F89095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89095; }
p { color: rgb(248,144,149); }
H1.HeaderClassName
{
color: #F89095;
}
.AnyTagClassName
{
color: #F89095;
}
</style>
background-color css
<style>
a { background-color: #F89095; }
a { background-color: rgb(248,144,149); }
div.DivClassName
{
background-color: #F89095;
}
.BgClassName
{
background-color: #F89095;
}
</style>
border-color css
<style>
span { border-color: #F89095; }
span { border-color: rgb(248,144,149); }
td.TdClassName
{
border-color: #F89095;
}
.TagClassName
{
border-color: #F89095;
}
</style>