Shades of Wewak #FF7E8F
Tints of Wewak #FF7E8F
RGB
CMYK
RGB Variations
Color information
#FF7E8F (or 0xFF7E8F) is known color: Wewak. HEX triplet: FF, 7E and 8F. RGB value is (255,126,143). Sum of RGB (Red+Green+Blue) = 255+126+143=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 126 (49.61% from 255 or 24.05% from 524); Blue value is 143 (56.25% from 255 or 27.29% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7E8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7E8F is #008170. Grayscale: #A6A6A6. Windows color (decimal): -33137 or 9404159. OLE color: 9404159.
HSL color Cylindrical-coordinate representation of color #FF7E8F: hue angle of 352.09º 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 #FF7E8F is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 126 | 143 | - |
| CMYK | 0 | 0.51 | 0.44 | 0 |
| HSL | 352.09º | 1% | 0.75% | - |
| HSV(B) | 352.09º | 0.51% | 1% | - |
| XYZ | 53.66 | 38.16 | 30.53 | - |
| YUV | 166.51 | 114.74 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 126 | 143 | 0 | 0.51 | 0.44 | 0 | 352.09 | 1 | 0.75 |
| Hex | FF | 7E | 8F | 0 | 33 | 2C | 0 | 160 | 64 | 4B |
| Octal | 377 | 176 | 217 | 0 | 63 | 54 | 0 | 540 | 144 | 113 |
| Binary | 11111111 | 1111110 | 10001111 | 0 | 110011 | 101100 | 0 | 101100000 | 1100100 | 1001011 |
Color Harmonies of #FF7E8F
Complementary color
Monochromatic Colors of #FF7E8F
Black with #FF7E8F
Text Example
Text Example
White with #FF7E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7E8F; }
p { color: rgb(255,126,143); }
H1.HeaderClassName
{
color: #FF7E8F;
}
.AnyTagClassName
{
color: #FF7E8F;
}
</style>
background-color css
<style>
a { background-color: #FF7E8F; }
a { background-color: rgb(255,126,143); }
div.DivClassName
{
background-color: #FF7E8F;
}
.BgClassName
{
background-color: #FF7E8F;
}
</style>
border-color css
<style>
span { border-color: #FF7E8F; }
span { border-color: rgb(255,126,143); }
td.TdClassName
{
border-color: #FF7E8F;
}
.TagClassName
{
border-color: #FF7E8F;
}
</style>