Shades of Wewak #FF808F
Tints of Wewak #FF808F
RGB
CMYK
RGB Variations
Color information
#FF808F (or 0xFF808F) is known color: Wewak. HEX triplet: FF, 80 and 8F. RGB value is (255,128,143). Sum of RGB (Red+Green+Blue) = 255+128+143=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 128 (50.39% from 255 or 24.33% from 526); Blue value is 143 (56.25% from 255 or 27.19% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FF808F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF808F is #007F70. Grayscale: #A7A7A7. Windows color (decimal): -32625 or 9404671. OLE color: 9404671.
HSL color Cylindrical-coordinate representation of color #FF808F: hue angle of 352.91º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF808F is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 143 | - |
| CMYK | 0 | 0.50 | 0.44 | 0 |
| HSL | 352.91º | 1% | 0.75% | - |
| HSV(B) | 352.91º | 0.5% | 1% | - |
| XYZ | 53.92 | 38.68 | 30.61 | - |
| YUV | 167.68 | 114.08 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 143 | 0 | 0.50 | 0.44 | 0 | 352.91 | 1 | 0.75 |
| Hex | FF | 80 | 8F | 0 | 32 | 2C | 0 | 161 | 64 | 4B |
| Octal | 377 | 200 | 217 | 0 | 62 | 54 | 0 | 541 | 144 | 113 |
| Binary | 11111111 | 10000000 | 10001111 | 0 | 110010 | 101100 | 0 | 101100001 | 1100100 | 1001011 |
Color Harmonies of #FF808F
Complementary color
Monochromatic Colors of #FF808F
Black with #FF808F
Text Example
Text Example
White with #FF808F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF808F; }
p { color: rgb(255,128,143); }
H1.HeaderClassName
{
color: #FF808F;
}
.AnyTagClassName
{
color: #FF808F;
}
</style>
background-color css
<style>
a { background-color: #FF808F; }
a { background-color: rgb(255,128,143); }
div.DivClassName
{
background-color: #FF808F;
}
.BgClassName
{
background-color: #FF808F;
}
</style>
border-color css
<style>
span { border-color: #FF808F; }
span { border-color: rgb(255,128,143); }
td.TdClassName
{
border-color: #FF808F;
}
.TagClassName
{
border-color: #FF808F;
}
</style>