#FF8181

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

Shades of Light Coral #FF8181

Tints of Light Coral #FF8181

Color information

#FF8181 (or 0xFF8181) is unknown color: approx Light Coral. HEX triplet: FF, 81 and 81. RGB value is (255,129,129). Sum of RGB (Red+Green+Blue) = 255+129+129=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 129 (50.78% from 255 or 25.15% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8181 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8181 is #007E7E. Grayscale: #A6A6A6. Windows color (decimal): -32383 or 8487423. OLE color: 8487423.

HSL color Cylindrical-coordinate representation of color #FF8181: hue angle of 0º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF8181 is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.

Color convert

RGB255129129-
CMYK00.490.490
HSL100%75.29%-
HSV(B)49.41%100%-
XYZ53.0538.5525.41-
YUV166.67106.74191-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.71%
GREEN value IS 129 (50.78% from 255) = 25.15%
BLUE value IS 129 (50.78% from 255) = 25.15%
R=49.71%
G=25.15%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512912900.490.490010075.29
HexFF81810313100644b
Octal3772012010616100144113
Binary11111111100000011000000101100011100010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8181; }

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

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

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

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

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

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

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

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