Shades of Wewak #FE7F89
Tints of Wewak #FE7F89
RGB
CMYK
RGB Variations
Color information
#FE7F89 (or 0xFE7F89) is known color: Wewak. HEX triplet: FE, 7F and 89. RGB value is (254,127,137). Sum of RGB (Red+Green+Blue) = 254+127+137=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 127 (50% from 255 or 24.52% from 518); Blue value is 137 (53.91% from 255 or 26.45% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7F89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7F89 is #018076. Grayscale: #A6A6A6. Windows color (decimal): -98423 or 9011198. OLE color: 9011198.
HSL color Cylindrical-coordinate representation of color #FE7F89: hue angle of 355.28º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE7F89 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 127 | 137 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.00 |
| HSL | 355.28º | 0.98% | 0.75% | - |
| HSV(B) | 355.28º | 0.5% | 1% | - |
| XYZ | 52.98 | 38.06 | 28.22 | - |
| YUV | 166.11 | 111.58 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 127 | 137 | 0 | 0.50 | 0.46 | 0.00 | 355.28 | 0.98 | 0.75 |
| Hex | FE | 7F | 89 | 0 | 32 | 2E | 0 | 163 | 62 | 4B |
| Octal | 376 | 177 | 211 | 0 | 62 | 56 | 0 | 543 | 142 | 113 |
| Binary | 11111110 | 1111111 | 10001001 | 0 | 110010 | 101110 | 0 | 101100011 | 1100010 | 1001011 |
Color Harmonies of #FE7F89
Complementary color
Monochromatic Colors of #FE7F89
Black with #FE7F89
Text Example
Text Example
White with #FE7F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7F89; }
p { color: rgb(254,127,137); }
H1.HeaderClassName
{
color: #FE7F89;
}
.AnyTagClassName
{
color: #FE7F89;
}
</style>
background-color css
<style>
a { background-color: #FE7F89; }
a { background-color: rgb(254,127,137); }
div.DivClassName
{
background-color: #FE7F89;
}
.BgClassName
{
background-color: #FE7F89;
}
</style>
border-color css
<style>
span { border-color: #FE7F89; }
span { border-color: rgb(254,127,137); }
td.TdClassName
{
border-color: #FE7F89;
}
.TagClassName
{
border-color: #FE7F89;
}
</style>