Shades of Wewak #FF7F89
Tints of Wewak #FF7F89
RGB
CMYK
RGB Variations
Color information
#FF7F89 (or 0xFF7F89) is known color: Wewak. HEX triplet: FF, 7F and 89. RGB value is (255,127,137). Sum of RGB (Red+Green+Blue) = 255+127+137=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 127 (50% from 255 or 24.47% from 519); Blue value is 137 (53.91% from 255 or 26.40% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7F89 is #008076. Grayscale: #A6A6A6. Windows color (decimal): -32887 or 9011199. OLE color: 9011199.
HSL color Cylindrical-coordinate representation of color #FF7F89: hue angle of 355.31º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF7F89 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 137 | - |
| CMYK | 0 | 0.50 | 0.46 | 0 |
| HSL | 355.31º | 1% | 0.75% | - |
| HSV(B) | 355.31º | 0.5% | 1% | - |
| XYZ | 53.34 | 38.24 | 28.24 | - |
| YUV | 166.41 | 111.41 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 137 | 0 | 0.50 | 0.46 | 0 | 355.31 | 1 | 0.75 |
| Hex | FF | 7F | 89 | 0 | 32 | 2E | 0 | 163 | 64 | 4B |
| Octal | 377 | 177 | 211 | 0 | 62 | 56 | 0 | 543 | 144 | 113 |
| Binary | 11111111 | 1111111 | 10001001 | 0 | 110010 | 101110 | 0 | 101100011 | 1100100 | 1001011 |
Color Harmonies of #FF7F89
Complementary color
Monochromatic Colors of #FF7F89
Black with #FF7F89
Text Example
Text Example
White with #FF7F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7F89; }
p { color: rgb(255,127,137); }
H1.HeaderClassName
{
color: #FF7F89;
}
.AnyTagClassName
{
color: #FF7F89;
}
</style>
background-color css
<style>
a { background-color: #FF7F89; }
a { background-color: rgb(255,127,137); }
div.DivClassName
{
background-color: #FF7F89;
}
.BgClassName
{
background-color: #FF7F89;
}
</style>
border-color css
<style>
span { border-color: #FF7F89; }
span { border-color: rgb(255,127,137); }
td.TdClassName
{
border-color: #FF7F89;
}
.TagClassName
{
border-color: #FF7F89;
}
</style>