Shades of Wewak #F098A0
Tints of Wewak #F098A0
RGB
CMYK
RGB Variations
Color information
#F098A0 (or 0xF098A0) is known color: Wewak. HEX triplet: F0, 98 and A0. RGB value is (240,152,160). Sum of RGB (Red+Green+Blue) = 240+152+160=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 152 (59.77% from 255 or 27.54% from 552); Blue value is 160 (62.89% from 255 or 28.99% from 552); Max value from RGB is 240 - color contains mainly: red. Hex color #F098A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F098A0 is #0F675F. Grayscale: #B3B3B3. Windows color (decimal): -1009504 or 10524912. OLE color: 10524912.
HSL color Cylindrical-coordinate representation of color #F098A0: hue angle of 354.55º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F098A0 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 152 | 160 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.06 |
| HSL | 354.55º | 0.75% | 0.77% | - |
| HSV(B) | 354.55º | 0.37% | 0.94% | - |
| XYZ | 53.51 | 43.52 | 38.84 | - |
| YUV | 179.22 | 117.15 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 152 | 160 | 0 | 0.37 | 0.33 | 0.06 | 354.55 | 0.75 | 0.77 |
| Hex | F0 | 98 | A0 | 0 | 25 | 21 | 6 | 163 | 4B | 4D |
| Octal | 360 | 230 | 240 | 0 | 45 | 41 | 6 | 543 | 113 | 115 |
| Binary | 11110000 | 10011000 | 10100000 | 0 | 100101 | 100001 | 110 | 101100011 | 1001011 | 1001101 |
Color Harmonies of #F098A0
Complementary color
Monochromatic Colors of #F098A0
Black with #F098A0
Text Example
Text Example
White with #F098A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F098A0; }
p { color: rgb(240,152,160); }
H1.HeaderClassName
{
color: #F098A0;
}
.AnyTagClassName
{
color: #F098A0;
}
</style>
background-color css
<style>
a { background-color: #F098A0; }
a { background-color: rgb(240,152,160); }
div.DivClassName
{
background-color: #F098A0;
}
.BgClassName
{
background-color: #F098A0;
}
</style>
border-color css
<style>
span { border-color: #F098A0; }
span { border-color: rgb(240,152,160); }
td.TdClassName
{
border-color: #F098A0;
}
.TagClassName
{
border-color: #F098A0;
}
</style>