Shades of Wewak #F0898C
Tints of Wewak #F0898C
RGB
CMYK
RGB Variations
Color information
#F0898C (or 0xF0898C) is known color: Wewak. HEX triplet: F0, 89 and 8C. RGB value is (240,137,140). Sum of RGB (Red+Green+Blue) = 240+137+140=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 140 (55.08% from 255 or 27.08% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F0898C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0898C is #0F7673. Grayscale: #A8A8A8. Windows color (decimal): -1013364 or 9210352. OLE color: 9210352.
HSL color Cylindrical-coordinate representation of color #F0898C: hue angle of 358.25º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0898C is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 137 | 140 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.06 |
| HSL | 358.25º | 0.77% | 0.74% | - |
| HSV(B) | 358.25º | 0.43% | 0.94% | - |
| XYZ | 49.61 | 38.31 | 29.59 | - |
| YUV | 168.14 | 112.12 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 137 | 140 | 0 | 0.43 | 0.42 | 0.06 | 358.25 | 0.77 | 0.74 |
| Hex | F0 | 89 | 8C | 0 | 2B | 2A | 6 | 166 | 4D | 4A |
| Octal | 360 | 211 | 214 | 0 | 53 | 52 | 6 | 546 | 115 | 112 |
| Binary | 11110000 | 10001001 | 10001100 | 0 | 101011 | 101010 | 110 | 101100110 | 1001101 | 1001010 |
Color Harmonies of #F0898C
Complementary color
Monochromatic Colors of #F0898C
Black with #F0898C
Text Example
Text Example
White with #F0898C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0898C; }
p { color: rgb(240,137,140); }
H1.HeaderClassName
{
color: #F0898C;
}
.AnyTagClassName
{
color: #F0898C;
}
</style>
background-color css
<style>
a { background-color: #F0898C; }
a { background-color: rgb(240,137,140); }
div.DivClassName
{
background-color: #F0898C;
}
.BgClassName
{
background-color: #F0898C;
}
</style>
border-color css
<style>
span { border-color: #F0898C; }
span { border-color: rgb(240,137,140); }
td.TdClassName
{
border-color: #F0898C;
}
.TagClassName
{
border-color: #F0898C;
}
</style>