#FF808A

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

Shades of Wewak #FF808A

Tints of Wewak #FF808A

Color information

#FF808A (or 0xFF808A) is unknown color: approx Wewak. HEX triplet: FF, 80 and 8A. RGB value is (255,128,138). Sum of RGB (Red+Green+Blue) = 255+128+138=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF808A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF808A is #007F75. Grayscale: #A7A7A7. Windows color (decimal): -32630 or 9076991. OLE color: 9076991.

HSL color Cylindrical-coordinate representation of color #FF808A: hue angle of 355.28º 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 #FF808A is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.

Color convert

RGB255128138-
CMYK00.500.460
HSL355.28º100%75.1%-
HSV(B)355.28º49.8%100%-
XYZ53.5538.5328.66-
YUV167.11111.58190.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.94%
GREEN value IS 128 (50.39% from 255) = 24.57%
BLUE value IS 138 (54.30% from 255) = 26.49%
R=48.94%
G=24.57%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512813800.500.460355.2810075.1
HexFF808A0322E0163644b
Octal377200212062560543144113
Binary1111111110000000100010100110010101110010110001111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF808A; }

 p { color: rgb(255,128,138); }

 H1.HeaderClassName
 {
   color: #FF808A;
 }
 .AnyTagClassName
 {
   color: #FF808A;
 }
</style>
background-color css

<style>
 a { background-color: #FF808A; }

 a { background-color: rgb(255,128,138); }

 div.DivClassName
 {
   background-color: #FF808A;
 }
 .BgClassName
 {
   background-color: #FF808A;
 }
</style>
border-color css

<style>
 span { border-color: #FF808A; }

 span { border-color: rgb(255,128,138); }

 td.TdClassName
 {
   border-color: #FF808A;
 }
 .TagClassName
 {
   border-color: #FF808A;
 }
</style>