Shades of Wewak #FF8090
Tints of Wewak #FF8090
RGB
CMYK
RGB Variations
Color information
#FF8090 (or 0xFF8090) is known color: Wewak. HEX triplet: FF, 80 and 90. RGB value is (255,128,144). Sum of RGB (Red+Green+Blue) = 255+128+144=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 128 (50.39% from 255 or 24.29% from 527); Blue value is 144 (56.64% from 255 or 27.32% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8090 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8090 is #007F6F. Grayscale: #A7A7A7. Windows color (decimal): -32624 or 9470207. OLE color: 9470207.
HSL color Cylindrical-coordinate representation of color #FF8090: hue angle of 352.44º 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 #FF8090 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 144 | - |
| CMYK | 0 | 0.50 | 0.44 | 0 |
| HSL | 352.44º | 1% | 0.75% | - |
| HSV(B) | 352.44º | 0.5% | 1% | - |
| XYZ | 53.99 | 38.71 | 31.01 | - |
| YUV | 167.8 | 114.58 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 144 | 0 | 0.50 | 0.44 | 0 | 352.44 | 1 | 0.75 |
| Hex | FF | 80 | 90 | 0 | 32 | 2C | 0 | 160 | 64 | 4B |
| Octal | 377 | 200 | 220 | 0 | 62 | 54 | 0 | 540 | 144 | 113 |
| Binary | 11111111 | 10000000 | 10010000 | 0 | 110010 | 101100 | 0 | 101100000 | 1100100 | 1001011 |
Color Harmonies of #FF8090
Complementary color
Monochromatic Colors of #FF8090
Black with #FF8090
Text Example
Text Example
White with #FF8090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8090; }
p { color: rgb(255,128,144); }
H1.HeaderClassName
{
color: #FF8090;
}
.AnyTagClassName
{
color: #FF8090;
}
</style>
background-color css
<style>
a { background-color: #FF8090; }
a { background-color: rgb(255,128,144); }
div.DivClassName
{
background-color: #FF8090;
}
.BgClassName
{
background-color: #FF8090;
}
</style>
border-color css
<style>
span { border-color: #FF8090; }
span { border-color: rgb(255,128,144); }
td.TdClassName
{
border-color: #FF8090;
}
.TagClassName
{
border-color: #FF8090;
}
</style>