Shades of Wewak #F18689
Tints of Wewak #F18689
RGB
CMYK
RGB Variations
Color information
#F18689 (or 0xF18689) is known color: Wewak. HEX triplet: F1, 86 and 89. RGB value is (241,134,137). Sum of RGB (Red+Green+Blue) = 241+134+137=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 134 (52.73% from 255 or 26.17% from 512); Blue value is 137 (53.91% from 255 or 26.76% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F18689 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18689 is #0E7976. Grayscale: #A6A6A6. Windows color (decimal): -948599 or 9012977. OLE color: 9012977.
HSL color Cylindrical-coordinate representation of color #F18689: hue angle of 358.32º degrees, saturation: 0.79, 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 #F18689 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 134 | 137 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.05 |
| HSL | 358.32º | 0.79% | 0.74% | - |
| HSV(B) | 358.32º | 0.44% | 0.95% | - |
| XYZ | 49.32 | 37.56 | 28.32 | - |
| YUV | 166.34 | 111.45 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 134 | 137 | 0 | 0.44 | 0.43 | 0.05 | 358.32 | 0.79 | 0.74 |
| Hex | F1 | 86 | 89 | 0 | 2C | 2B | 5 | 166 | 4F | 4A |
| Octal | 361 | 206 | 211 | 0 | 54 | 53 | 5 | 546 | 117 | 112 |
| Binary | 11110001 | 10000110 | 10001001 | 0 | 101100 | 101011 | 101 | 101100110 | 1001111 | 1001010 |
Color Harmonies of #F18689
Complementary color
Monochromatic Colors of #F18689
Black with #F18689
Text Example
Text Example
White with #F18689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18689; }
p { color: rgb(241,134,137); }
H1.HeaderClassName
{
color: #F18689;
}
.AnyTagClassName
{
color: #F18689;
}
</style>
background-color css
<style>
a { background-color: #F18689; }
a { background-color: rgb(241,134,137); }
div.DivClassName
{
background-color: #F18689;
}
.BgClassName
{
background-color: #F18689;
}
</style>
border-color css
<style>
span { border-color: #F18689; }
span { border-color: rgb(241,134,137); }
td.TdClassName
{
border-color: #F18689;
}
.TagClassName
{
border-color: #F18689;
}
</style>