Shades of Wewak #FF8081
Tints of Wewak #FF8081
RGB
CMYK
RGB Variations
Color information
#FF8081 (or 0xFF8081) is known color: Wewak. HEX triplet: FF, 80 and 81. RGB value is (255,128,129). Sum of RGB (Red+Green+Blue) = 255+128+129=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 129 (50.78% from 255 or 25.20% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8081 is #007F7E. Grayscale: #A6A6A6. Windows color (decimal): -32639 or 8487167. OLE color: 8487167.
HSL color Cylindrical-coordinate representation of color #FF8081: hue angle of 359.53º 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 #FF8081 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 129 | - |
| CMYK | 0 | 0.50 | 0.49 | 0 |
| HSL | 359.53º | 1% | 0.75% | - |
| HSV(B) | 359.53º | 0.5% | 1% | - |
| XYZ | 52.92 | 38.28 | 25.37 | - |
| YUV | 166.09 | 107.08 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 129 | 0 | 0.50 | 0.49 | 0 | 359.53 | 1 | 0.75 |
| Hex | FF | 80 | 81 | 0 | 32 | 31 | 0 | 168 | 64 | 4B |
| Octal | 377 | 200 | 201 | 0 | 62 | 61 | 0 | 550 | 144 | 113 |
| Binary | 11111111 | 10000000 | 10000001 | 0 | 110010 | 110001 | 0 | 101101000 | 1100100 | 1001011 |
Color Harmonies of #FF8081
Complementary color
Monochromatic Colors of #FF8081
Black with #FF8081
Text Example
Text Example
White with #FF8081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8081; }
p { color: rgb(255,128,129); }
H1.HeaderClassName
{
color: #FF8081;
}
.AnyTagClassName
{
color: #FF8081;
}
</style>
background-color css
<style>
a { background-color: #FF8081; }
a { background-color: rgb(255,128,129); }
div.DivClassName
{
background-color: #FF8081;
}
.BgClassName
{
background-color: #FF8081;
}
</style>
border-color css
<style>
span { border-color: #FF8081; }
span { border-color: rgb(255,128,129); }
td.TdClassName
{
border-color: #FF8081;
}
.TagClassName
{
border-color: #FF8081;
}
</style>