Shades of Wewak #FF8F95
Tints of Wewak #FF8F95
RGB
CMYK
RGB Variations
Color information
#FF8F95 (or 0xFF8F95) is known color: Wewak. HEX triplet: FF, 8F and 95. RGB value is (255,143,149). Sum of RGB (Red+Green+Blue) = 255+143+149=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 143 (56.25% from 255 or 26.14% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8F95 is #00706A. Grayscale: #B1B1B1. Windows color (decimal): -28779 or 9801727. OLE color: 9801727.
HSL color Cylindrical-coordinate representation of color #FF8F95: hue angle of 356.79º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF8F95 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 149 | - |
| CMYK | 0 | 0.44 | 0.42 | 0 |
| HSL | 356.79º | 1% | 0.78% | - |
| HSV(B) | 356.79º | 0.44% | 1% | - |
| XYZ | 56.49 | 43.07 | 33.77 | - |
| YUV | 177.17 | 112.11 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 149 | 0 | 0.44 | 0.42 | 0 | 356.79 | 1 | 0.78 |
| Hex | FF | 8F | 95 | 0 | 2C | 2A | 0 | 165 | 64 | 4E |
| Octal | 377 | 217 | 225 | 0 | 54 | 52 | 0 | 545 | 144 | 116 |
| Binary | 11111111 | 10001111 | 10010101 | 0 | 101100 | 101010 | 0 | 101100101 | 1100100 | 1001110 |
Color Harmonies of #FF8F95
Complementary color
Monochromatic Colors of #FF8F95
Black with #FF8F95
Text Example
Text Example
White with #FF8F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8F95; }
p { color: rgb(255,143,149); }
H1.HeaderClassName
{
color: #FF8F95;
}
.AnyTagClassName
{
color: #FF8F95;
}
</style>
background-color css
<style>
a { background-color: #FF8F95; }
a { background-color: rgb(255,143,149); }
div.DivClassName
{
background-color: #FF8F95;
}
.BgClassName
{
background-color: #FF8F95;
}
</style>
border-color css
<style>
span { border-color: #FF8F95; }
span { border-color: rgb(255,143,149); }
td.TdClassName
{
border-color: #FF8F95;
}
.TagClassName
{
border-color: #FF8F95;
}
</style>