#FF8180

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

Shades of Light Coral #FF8180

Tints of Light Coral #FF8180

Color information

#FF8180 (or 0xFF8180) is unknown color: approx Light Coral. HEX triplet: FF, 81 and 80. RGB value is (255,129,128). Sum of RGB (Red+Green+Blue) = 255+129+128=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 129 (50.78% from 255 or 25.20% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8180 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8180 is #007E7F. Grayscale: #A6A6A6. Windows color (decimal): -32384 or 8421887. OLE color: 8421887.

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

Color convert

RGB255129128-
CMYK00.490.500
HSL0.47º100%75.1%-
HSV(B)0.47º49.8%100%-
XYZ52.9938.5225.06-
YUV166.56106.24191.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.80%
GREEN value IS 129 (50.78% from 255) = 25.20%
BLUE value IS 128 (50.39% from 255) = 25%
R=49.80%
G=25.20%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512912800.490.5000.4710075.1
HexFF81800313200644b
Octal3772012000616200144113
Binary11111111100000011000000001100011100100011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8180; }

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

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

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

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

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

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

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

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