Shades of Wewak #FF8083
Tints of Wewak #FF8083
RGB
CMYK
RGB Variations
Color information
#FF8083 (or 0xFF8083) is known color: Wewak. HEX triplet: FF, 80 and 83. RGB value is (255,128,131). Sum of RGB (Red+Green+Blue) = 255+128+131=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 128 (50.39% from 255 or 24.90% from 514); Blue value is 131 (51.56% from 255 or 25.49% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8083 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8083 is #007F7C. Grayscale: #A6A6A6. Windows color (decimal): -32637 or 8618239. OLE color: 8618239.
HSL color Cylindrical-coordinate representation of color #FF8083: hue angle of 358.58º 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 #FF8083 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 131 | - |
| CMYK | 0 | 0.50 | 0.49 | 0 |
| HSL | 358.58º | 1% | 0.75% | - |
| HSV(B) | 358.58º | 0.5% | 1% | - |
| XYZ | 53.06 | 38.34 | 26.08 | - |
| YUV | 166.32 | 108.08 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 131 | 0 | 0.50 | 0.49 | 0 | 358.58 | 1 | 0.75 |
| Hex | FF | 80 | 83 | 0 | 32 | 31 | 0 | 167 | 64 | 4B |
| Octal | 377 | 200 | 203 | 0 | 62 | 61 | 0 | 547 | 144 | 113 |
| Binary | 11111111 | 10000000 | 10000011 | 0 | 110010 | 110001 | 0 | 101100111 | 1100100 | 1001011 |
Color Harmonies of #FF8083
Complementary color
Monochromatic Colors of #FF8083
Black with #FF8083
Text Example
Text Example
White with #FF8083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8083; }
p { color: rgb(255,128,131); }
H1.HeaderClassName
{
color: #FF8083;
}
.AnyTagClassName
{
color: #FF8083;
}
</style>
background-color css
<style>
a { background-color: #FF8083; }
a { background-color: rgb(255,128,131); }
div.DivClassName
{
background-color: #FF8083;
}
.BgClassName
{
background-color: #FF8083;
}
</style>
border-color css
<style>
span { border-color: #FF8083; }
span { border-color: rgb(255,128,131); }
td.TdClassName
{
border-color: #FF8083;
}
.TagClassName
{
border-color: #FF8083;
}
</style>