Shades of Wewak #FF8082
Tints of Wewak #FF8082
RGB
CMYK
RGB Variations
Color information
#FF8082 (or 0xFF8082) is known color: Wewak. HEX triplet: FF, 80 and 82. RGB value is (255,128,130). Sum of RGB (Red+Green+Blue) = 255+128+130=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 128 (50.39% from 255 or 24.95% from 513); Blue value is 130 (51.17% from 255 or 25.34% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8082 is #007F7D. Grayscale: #A6A6A6. Windows color (decimal): -32638 or 8552703. OLE color: 8552703.
HSL color Cylindrical-coordinate representation of color #FF8082: hue angle of 359.06º 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 #FF8082 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 128 | 130 | - |
CMYK | 0 | 0.50 | 0.49 | 0 |
HSL | 359.06º | 1% | 0.75% | - |
HSV(B) | 359.06º | 0.5% | 1% | - |
XYZ | 52.99 | 38.31 | 25.72 | - |
YUV | 166.2 | 107.58 | 191.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 128 | 130 | 0 | 0.50 | 0.49 | 0 | 359.06 | 1 | 0.75 |
Hex | FF | 80 | 82 | 0 | 32 | 31 | 0 | 167 | 64 | 4B |
Octal | 377 | 200 | 202 | 0 | 62 | 61 | 0 | 547 | 144 | 113 |
Binary | 11111111 | 10000000 | 10000010 | 0 | 110010 | 110001 | 0 | 101100111 | 1100100 | 1001011 |
Color Harmonies of #FF8082
Complementary color
Monochromatic Colors of #FF8082
Black with #FF8082
Text Example
Text Example
White with #FF8082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8082; }
p { color: rgb(255,128,130); }
H1.HeaderClassName
{
color: #FF8082;
}
.AnyTagClassName
{
color: #FF8082;
}
</style>
background-color css
<style>
a { background-color: #FF8082; }
a { background-color: rgb(255,128,130); }
div.DivClassName
{
background-color: #FF8082;
}
.BgClassName
{
background-color: #FF8082;
}
</style>
border-color css
<style>
span { border-color: #FF8082; }
span { border-color: rgb(255,128,130); }
td.TdClassName
{
border-color: #FF8082;
}
.TagClassName
{
border-color: #FF8082;
}
</style>