Shades of Wewak #F0989D
Tints of Wewak #F0989D
RGB
CMYK
RGB Variations
Color information
#F0989D (or 0xF0989D) is known color: Wewak. HEX triplet: F0, 98 and 9D. RGB value is (240,152,157). Sum of RGB (Red+Green+Blue) = 240+152+157=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 152 (59.77% from 255 or 27.69% from 549); Blue value is 157 (61.72% from 255 or 28.60% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F0989D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0989D is #0F6762. Grayscale: #B2B2B2. Windows color (decimal): -1009507 or 10328304. OLE color: 10328304.
HSL color Cylindrical-coordinate representation of color #F0989D: hue angle of 356.59º 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 #F0989D is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 152 | 157 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.06 |
| HSL | 356.59º | 0.75% | 0.77% | - |
| HSV(B) | 356.59º | 0.37% | 0.94% | - |
| XYZ | 53.25 | 43.42 | 37.47 | - |
| YUV | 178.88 | 115.65 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 152 | 157 | 0 | 0.37 | 0.35 | 0.06 | 356.59 | 0.75 | 0.77 |
| Hex | F0 | 98 | 9D | 0 | 25 | 23 | 6 | 165 | 4B | 4D |
| Octal | 360 | 230 | 235 | 0 | 45 | 43 | 6 | 545 | 113 | 115 |
| Binary | 11110000 | 10011000 | 10011101 | 0 | 100101 | 100011 | 110 | 101100101 | 1001011 | 1001101 |
Color Harmonies of #F0989D
Complementary color
Monochromatic Colors of #F0989D
Black with #F0989D
Text Example
Text Example
White with #F0989D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0989D; }
p { color: rgb(240,152,157); }
H1.HeaderClassName
{
color: #F0989D;
}
.AnyTagClassName
{
color: #F0989D;
}
</style>
background-color css
<style>
a { background-color: #F0989D; }
a { background-color: rgb(240,152,157); }
div.DivClassName
{
background-color: #F0989D;
}
.BgClassName
{
background-color: #F0989D;
}
</style>
border-color css
<style>
span { border-color: #F0989D; }
span { border-color: rgb(240,152,157); }
td.TdClassName
{
border-color: #F0989D;
}
.TagClassName
{
border-color: #F0989D;
}
</style>