#FF8082

Color #FF8082 Wewak (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wewak #FF8082

Tints of Wewak #FF8082

Color information

#FF8082 (or 0xFF8082) is unknown color: approx 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

RGB255128130-
CMYK00.500.490
HSL359.06º100%75.1%-
HSV(B)359.06º49.8%100%-
XYZ52.9938.3125.72-
YUV166.2107.58191.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 49.71%
GREEN value IS 128 (50.39% from 255) = 24.95%
BLUE value IS 130 (51.17% from 255) = 25.34%
R=49.71%
G=24.95%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512813000.500.490359.0610075.1
HexFF8082032310167644b
Octal377200202062610547144113
Binary1111111110000000100000100110010110001010110011111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>