Shades of Wewak #F0898A
Tints of Wewak #F0898A
RGB
CMYK
RGB Variations
Color information
#F0898A (or 0xF0898A) is known color: Wewak. HEX triplet: F0, 89 and 8A. RGB value is (240,137,138). Sum of RGB (Red+Green+Blue) = 240+137+138=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 137 (53.91% from 255 or 26.60% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 240 - color contains mainly: red. Hex color #F0898A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0898A is #0F7675. Grayscale: #A8A8A8. Windows color (decimal): -1013366 or 9079280. OLE color: 9079280.
HSL color Cylindrical-coordinate representation of color #F0898A: hue angle of 359.42º 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 #F0898A is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 137 | 138 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.06 |
| HSL | 359.42º | 0.77% | 0.74% | - |
| HSV(B) | 359.42º | 0.43% | 0.94% | - |
| XYZ | 49.47 | 38.25 | 28.82 | - |
| YUV | 167.91 | 111.12 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 137 | 138 | 0 | 0.43 | 0.42 | 0.06 | 359.42 | 0.77 | 0.74 |
| Hex | F0 | 89 | 8A | 0 | 2B | 2A | 6 | 167 | 4D | 4A |
| Octal | 360 | 211 | 212 | 0 | 53 | 52 | 6 | 547 | 115 | 112 |
| Binary | 11110000 | 10001001 | 10001010 | 0 | 101011 | 101010 | 110 | 101100111 | 1001101 | 1001010 |
Color Harmonies of #F0898A
Complementary color
Monochromatic Colors of #F0898A
Black with #F0898A
Text Example
Text Example
White with #F0898A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0898A; }
p { color: rgb(240,137,138); }
H1.HeaderClassName
{
color: #F0898A;
}
.AnyTagClassName
{
color: #F0898A;
}
</style>
background-color css
<style>
a { background-color: #F0898A; }
a { background-color: rgb(240,137,138); }
div.DivClassName
{
background-color: #F0898A;
}
.BgClassName
{
background-color: #F0898A;
}
</style>
border-color css
<style>
span { border-color: #F0898A; }
span { border-color: rgb(240,137,138); }
td.TdClassName
{
border-color: #F0898A;
}
.TagClassName
{
border-color: #F0898A;
}
</style>