Shades of Wewak #FF8F9D
Tints of Wewak #FF8F9D
RGB
CMYK
RGB Variations
Color information
#FF8F9D (or 0xFF8F9D) is known color: Wewak. HEX triplet: FF, 8F and 9D. RGB value is (255,143,157). Sum of RGB (Red+Green+Blue) = 255+143+157=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 143 (56.25% from 255 or 25.77% from 555); Blue value is 157 (61.72% from 255 or 28.29% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8F9D is #007062. Grayscale: #B2B2B2. Windows color (decimal): -28771 or 10326015. OLE color: 10326015.
HSL color Cylindrical-coordinate representation of color #FF8F9D: hue angle of 352.5º 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 #FF8F9D is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 157 | - |
| CMYK | 0 | 0.44 | 0.38 | 0 |
| HSL | 352.5º | 1% | 0.78% | - |
| HSV(B) | 352.5º | 0.44% | 1% | - |
| XYZ | 57.15 | 43.34 | 37.25 | - |
| YUV | 178.08 | 116.11 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 157 | 0 | 0.44 | 0.38 | 0 | 352.5 | 1 | 0.78 |
| Hex | FF | 8F | 9D | 0 | 2C | 26 | 0 | 160 | 64 | 4E |
| Octal | 377 | 217 | 235 | 0 | 54 | 46 | 0 | 540 | 144 | 116 |
| Binary | 11111111 | 10001111 | 10011101 | 0 | 101100 | 100110 | 0 | 101100000 | 1100100 | 1001110 |
Color Harmonies of #FF8F9D
Complementary color
Monochromatic Colors of #FF8F9D
Black with #FF8F9D
Text Example
Text Example
White with #FF8F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8F9D; }
p { color: rgb(255,143,157); }
H1.HeaderClassName
{
color: #FF8F9D;
}
.AnyTagClassName
{
color: #FF8F9D;
}
</style>
background-color css
<style>
a { background-color: #FF8F9D; }
a { background-color: rgb(255,143,157); }
div.DivClassName
{
background-color: #FF8F9D;
}
.BgClassName
{
background-color: #FF8F9D;
}
</style>
border-color css
<style>
span { border-color: #FF8F9D; }
span { border-color: rgb(255,143,157); }
td.TdClassName
{
border-color: #FF8F9D;
}
.TagClassName
{
border-color: #FF8F9D;
}
</style>