#FF8080

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

Shades of Light Coral #FF8080

Tints of Light Coral #FF8080

Color information

#FF8080 (or 0xFF8080) is unknown color: approx Light Coral. HEX triplet: FF, 80 and 80. RGB value is (255,128,128). Sum of RGB (Red+Green+Blue) = 255+128+128=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 128 (50.39% from 255 or 25.05% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8080 is #007F7F. Grayscale: #A6A6A6. Windows color (decimal): -32640 or 8421631. OLE color: 8421631.

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

Color convert

RGB255128128-
CMYK00.500.500
HSL100%75.1%-
HSV(B)49.8%100%-
XYZ52.8638.2625.02-
YUV165.97106.58191.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.90%
GREEN value IS 128 (50.39% from 255) = 25.05%
BLUE value IS 128 (50.39% from 255) = 25.05%
R=49.90%
G=25.05%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512812800.500.500010075.1
HexFF80800323200644b
Octal3772002000626200144113
Binary11111111100000001000000001100101100100011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8080; }

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

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

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

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

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

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

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

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