Shades of Wewak #F28789
Tints of Wewak #F28789
RGB
CMYK
RGB Variations
Color information
#F28789 (or 0xF28789) is known color: Wewak. HEX triplet: F2, 87 and 89. RGB value is (242,135,137). Sum of RGB (Red+Green+Blue) = 242+135+137=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 135 (53.12% from 255 or 26.26% from 514); Blue value is 137 (53.91% from 255 or 26.65% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F28789 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28789 is #0D7876. Grayscale: #A7A7A7. Windows color (decimal): -882807 or 9013234. OLE color: 9013234.
HSL color Cylindrical-coordinate representation of color #F28789: hue angle of 358.88º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F28789 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 135 | 137 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.05 |
| HSL | 358.88º | 0.8% | 0.74% | - |
| HSV(B) | 358.88º | 0.44% | 0.95% | - |
| XYZ | 49.8 | 38.01 | 28.38 | - |
| YUV | 167.22 | 110.95 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 135 | 137 | 0 | 0.44 | 0.43 | 0.05 | 358.88 | 0.8 | 0.74 |
| Hex | F2 | 87 | 89 | 0 | 2C | 2B | 5 | 167 | 50 | 4A |
| Octal | 362 | 207 | 211 | 0 | 54 | 53 | 5 | 547 | 120 | 112 |
| Binary | 11110010 | 10000111 | 10001001 | 0 | 101100 | 101011 | 101 | 101100111 | 1010000 | 1001010 |
Color Harmonies of #F28789
Complementary color
Monochromatic Colors of #F28789
Black with #F28789
Text Example
Text Example
White with #F28789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28789; }
p { color: rgb(242,135,137); }
H1.HeaderClassName
{
color: #F28789;
}
.AnyTagClassName
{
color: #F28789;
}
</style>
background-color css
<style>
a { background-color: #F28789; }
a { background-color: rgb(242,135,137); }
div.DivClassName
{
background-color: #F28789;
}
.BgClassName
{
background-color: #F28789;
}
</style>
border-color css
<style>
span { border-color: #F28789; }
span { border-color: rgb(242,135,137); }
td.TdClassName
{
border-color: #F28789;
}
.TagClassName
{
border-color: #F28789;
}
</style>