Shades of Wewak #FF8289
Tints of Wewak #FF8289
RGB
CMYK
RGB Variations
Color information
#FF8289 (or 0xFF8289) is known color: Wewak. HEX triplet: FF, 82 and 89. RGB value is (255,130,137). Sum of RGB (Red+Green+Blue) = 255+130+137=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 130 (51.17% from 255 or 24.90% from 522); Blue value is 137 (53.91% from 255 or 26.25% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8289 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8289 is #007D76. Grayscale: #A8A8A8. Windows color (decimal): -32119 or 9011967. OLE color: 9011967.
HSL color Cylindrical-coordinate representation of color #FF8289: hue angle of 356.64º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF8289 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 137 | - |
| CMYK | 0 | 0.49 | 0.46 | 0 |
| HSL | 356.64º | 1% | 0.75% | - |
| HSV(B) | 356.64º | 0.49% | 1% | - |
| XYZ | 53.74 | 39.03 | 28.37 | - |
| YUV | 168.17 | 110.41 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 137 | 0 | 0.49 | 0.46 | 0 | 356.64 | 1 | 0.75 |
| Hex | FF | 82 | 89 | 0 | 31 | 2E | 0 | 165 | 64 | 4B |
| Octal | 377 | 202 | 211 | 0 | 61 | 56 | 0 | 545 | 144 | 113 |
| Binary | 11111111 | 10000010 | 10001001 | 0 | 110001 | 101110 | 0 | 101100101 | 1100100 | 1001011 |
Color Harmonies of #FF8289
Complementary color
Monochromatic Colors of #FF8289
Black with #FF8289
Text Example
Text Example
White with #FF8289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8289; }
p { color: rgb(255,130,137); }
H1.HeaderClassName
{
color: #FF8289;
}
.AnyTagClassName
{
color: #FF8289;
}
</style>
background-color css
<style>
a { background-color: #FF8289; }
a { background-color: rgb(255,130,137); }
div.DivClassName
{
background-color: #FF8289;
}
.BgClassName
{
background-color: #FF8289;
}
</style>
border-color css
<style>
span { border-color: #FF8289; }
span { border-color: rgb(255,130,137); }
td.TdClassName
{
border-color: #FF8289;
}
.TagClassName
{
border-color: #FF8289;
}
</style>