Shades of Wewak #FF7E8D
Tints of Wewak #FF7E8D
RGB
CMYK
RGB Variations
Color information
#FF7E8D (or 0xFF7E8D) is known color: Wewak. HEX triplet: FF, 7E and 8D. RGB value is (255,126,141). Sum of RGB (Red+Green+Blue) = 255+126+141=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 126 (49.61% from 255 or 24.14% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7E8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7E8D is #008172. Grayscale: #A6A6A6. Windows color (decimal): -33139 or 9273087. OLE color: 9273087.
HSL color Cylindrical-coordinate representation of color #FF7E8D: hue angle of 353.02º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7E8D is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 126 | 141 | - |
| CMYK | 0 | 0.51 | 0.45 | 0 |
| HSL | 353.02º | 1% | 0.75% | - |
| HSV(B) | 353.02º | 0.51% | 1% | - |
| XYZ | 53.51 | 38.1 | 29.73 | - |
| YUV | 166.28 | 113.74 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 126 | 141 | 0 | 0.51 | 0.45 | 0 | 353.02 | 1 | 0.75 |
| Hex | FF | 7E | 8D | 0 | 33 | 2D | 0 | 161 | 64 | 4B |
| Octal | 377 | 176 | 215 | 0 | 63 | 55 | 0 | 541 | 144 | 113 |
| Binary | 11111111 | 1111110 | 10001101 | 0 | 110011 | 101101 | 0 | 101100001 | 1100100 | 1001011 |
Color Harmonies of #FF7E8D
Complementary color
Monochromatic Colors of #FF7E8D
Black with #FF7E8D
Text Example
Text Example
White with #FF7E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7E8D; }
p { color: rgb(255,126,141); }
H1.HeaderClassName
{
color: #FF7E8D;
}
.AnyTagClassName
{
color: #FF7E8D;
}
</style>
background-color css
<style>
a { background-color: #FF7E8D; }
a { background-color: rgb(255,126,141); }
div.DivClassName
{
background-color: #FF7E8D;
}
.BgClassName
{
background-color: #FF7E8D;
}
</style>
border-color css
<style>
span { border-color: #FF7E8D; }
span { border-color: rgb(255,126,141); }
td.TdClassName
{
border-color: #FF7E8D;
}
.TagClassName
{
border-color: #FF7E8D;
}
</style>