Shades of Wewak #FE7F87
Tints of Wewak #FE7F87
RGB
CMYK
RGB Variations
Color information
#FE7F87 (or 0xFE7F87) is known color: Wewak. HEX triplet: FE, 7F and 87. RGB value is (254,127,135). Sum of RGB (Red+Green+Blue) = 254+127+135=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 127 (50% from 255 or 24.61% from 516); Blue value is 135 (53.12% from 255 or 26.16% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7F87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7F87 is #018078. Grayscale: #A5A5A5. Windows color (decimal): -98425 or 8880126. OLE color: 8880126.
HSL color Cylindrical-coordinate representation of color #FE7F87: hue angle of 356.22º 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 #FE7F87 is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 127 | 135 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.00 |
| HSL | 356.22º | 0.98% | 0.75% | - |
| HSV(B) | 356.22º | 0.5% | 1% | - |
| XYZ | 52.84 | 38 | 27.47 | - |
| YUV | 165.89 | 110.58 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 127 | 135 | 0 | 0.50 | 0.47 | 0.00 | 356.22 | 0.98 | 0.75 |
| Hex | FE | 7F | 87 | 0 | 32 | 2F | 0 | 164 | 62 | 4B |
| Octal | 376 | 177 | 207 | 0 | 62 | 57 | 0 | 544 | 142 | 113 |
| Binary | 11111110 | 1111111 | 10000111 | 0 | 110010 | 101111 | 0 | 101100100 | 1100010 | 1001011 |
Color Harmonies of #FE7F87
Complementary color
Monochromatic Colors of #FE7F87
Black with #FE7F87
Text Example
Text Example
White with #FE7F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7F87; }
p { color: rgb(254,127,135); }
H1.HeaderClassName
{
color: #FE7F87;
}
.AnyTagClassName
{
color: #FE7F87;
}
</style>
background-color css
<style>
a { background-color: #FE7F87; }
a { background-color: rgb(254,127,135); }
div.DivClassName
{
background-color: #FE7F87;
}
.BgClassName
{
background-color: #FE7F87;
}
</style>
border-color css
<style>
span { border-color: #FE7F87; }
span { border-color: rgb(254,127,135); }
td.TdClassName
{
border-color: #FE7F87;
}
.TagClassName
{
border-color: #FE7F87;
}
</style>