Shades of Wewak #F09095
Tints of Wewak #F09095
RGB
CMYK
RGB Variations
Color information
#F09095 (or 0xF09095) is known color: Wewak. HEX triplet: F0, 90 and 95. RGB value is (240,144,149). Sum of RGB (Red+Green+Blue) = 240+144+149=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 144 (56.64% from 255 or 27.02% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F09095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09095 is #0F6F6A. Grayscale: #ADADAD. Windows color (decimal): -1011563 or 9801968. OLE color: 9801968.
HSL color Cylindrical-coordinate representation of color #F09095: hue angle of 356.88º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F09095 is Cyan = 0, Magento = 0.4, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 149 | - |
| CMYK | 0 | 0.4 | 0.38 | 0.06 |
| HSL | 356.88º | 0.76% | 0.75% | - |
| HSV(B) | 356.88º | 0.4% | 0.94% | - |
| XYZ | 51.33 | 40.64 | 33.57 | - |
| YUV | 173.27 | 114.3 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 149 | 0 | 0.4 | 0.38 | 0.06 | 356.88 | 0.76 | 0.75 |
| Hex | F0 | 90 | 95 | 0 | 28 | 26 | 6 | 165 | 4C | 4B |
| Octal | 360 | 220 | 225 | 0 | 50 | 46 | 6 | 545 | 114 | 113 |
| Binary | 11110000 | 10010000 | 10010101 | 0 | 101000 | 100110 | 110 | 101100101 | 1001100 | 1001011 |
Color Harmonies of #F09095
Complementary color
Monochromatic Colors of #F09095
Black with #F09095
Text Example
Text Example
White with #F09095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09095; }
p { color: rgb(240,144,149); }
H1.HeaderClassName
{
color: #F09095;
}
.AnyTagClassName
{
color: #F09095;
}
</style>
background-color css
<style>
a { background-color: #F09095; }
a { background-color: rgb(240,144,149); }
div.DivClassName
{
background-color: #F09095;
}
.BgClassName
{
background-color: #F09095;
}
</style>
border-color css
<style>
span { border-color: #F09095; }
span { border-color: rgb(240,144,149); }
td.TdClassName
{
border-color: #F09095;
}
.TagClassName
{
border-color: #F09095;
}
</style>