Shades of Wewak #FF7E85
Tints of Wewak #FF7E85
RGB
CMYK
RGB Variations
Color information
#FF7E85 (or 0xFF7E85) is known color: Wewak. HEX triplet: FF, 7E and 85. RGB value is (255,126,133). Sum of RGB (Red+Green+Blue) = 255+126+133=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 126 (49.61% from 255 or 24.51% from 514); Blue value is 133 (52.34% from 255 or 25.88% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7E85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7E85 is #00817A. Grayscale: #A5A5A5. Windows color (decimal): -33147 or 8748799. OLE color: 8748799.
HSL color Cylindrical-coordinate representation of color #FF7E85: hue angle of 356.74º 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 #FF7E85 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 126 | 133 | - |
| CMYK | 0 | 0.51 | 0.48 | 0 |
| HSL | 356.74º | 1% | 0.75% | - |
| HSV(B) | 356.74º | 0.51% | 1% | - |
| XYZ | 52.93 | 37.88 | 26.71 | - |
| YUV | 165.37 | 109.74 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 126 | 133 | 0 | 0.51 | 0.48 | 0 | 356.74 | 1 | 0.75 |
| Hex | FF | 7E | 85 | 0 | 33 | 30 | 0 | 165 | 64 | 4B |
| Octal | 377 | 176 | 205 | 0 | 63 | 60 | 0 | 545 | 144 | 113 |
| Binary | 11111111 | 1111110 | 10000101 | 0 | 110011 | 110000 | 0 | 101100101 | 1100100 | 1001011 |
Color Harmonies of #FF7E85
Complementary color
Monochromatic Colors of #FF7E85
Black with #FF7E85
Text Example
Text Example
White with #FF7E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7E85; }
p { color: rgb(255,126,133); }
H1.HeaderClassName
{
color: #FF7E85;
}
.AnyTagClassName
{
color: #FF7E85;
}
</style>
background-color css
<style>
a { background-color: #FF7E85; }
a { background-color: rgb(255,126,133); }
div.DivClassName
{
background-color: #FF7E85;
}
.BgClassName
{
background-color: #FF7E85;
}
</style>
border-color css
<style>
span { border-color: #FF7E85; }
span { border-color: rgb(255,126,133); }
td.TdClassName
{
border-color: #FF7E85;
}
.TagClassName
{
border-color: #FF7E85;
}
</style>