Shades of Wewak #FF808A
Tints of Wewak #FF808A
RGB
CMYK
RGB Variations
Color information
#FF808A (or 0xFF808A) is known color: Wewak. HEX triplet: FF, 80 and 8A. RGB value is (255,128,138). Sum of RGB (Red+Green+Blue) = 255+128+138=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF808A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF808A is #007F75. Grayscale: #A7A7A7. Windows color (decimal): -32630 or 9076991. OLE color: 9076991.
HSL color Cylindrical-coordinate representation of color #FF808A: hue angle of 355.28º 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 #FF808A is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 138 | - |
| CMYK | 0 | 0.50 | 0.46 | 0 |
| HSL | 355.28º | 1% | 0.75% | - |
| HSV(B) | 355.28º | 0.5% | 1% | - |
| XYZ | 53.55 | 38.53 | 28.66 | - |
| YUV | 167.11 | 111.58 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 138 | 0 | 0.50 | 0.46 | 0 | 355.28 | 1 | 0.75 |
| Hex | FF | 80 | 8A | 0 | 32 | 2E | 0 | 163 | 64 | 4B |
| Octal | 377 | 200 | 212 | 0 | 62 | 56 | 0 | 543 | 144 | 113 |
| Binary | 11111111 | 10000000 | 10001010 | 0 | 110010 | 101110 | 0 | 101100011 | 1100100 | 1001011 |
Color Harmonies of #FF808A
Complementary color
Monochromatic Colors of #FF808A
Black with #FF808A
Text Example
Text Example
White with #FF808A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF808A; }
p { color: rgb(255,128,138); }
H1.HeaderClassName
{
color: #FF808A;
}
.AnyTagClassName
{
color: #FF808A;
}
</style>
background-color css
<style>
a { background-color: #FF808A; }
a { background-color: rgb(255,128,138); }
div.DivClassName
{
background-color: #FF808A;
}
.BgClassName
{
background-color: #FF808A;
}
</style>
border-color css
<style>
span { border-color: #FF808A; }
span { border-color: rgb(255,128,138); }
td.TdClassName
{
border-color: #FF808A;
}
.TagClassName
{
border-color: #FF808A;
}
</style>