#FF8161

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

Shades of Coral #FF8161

Tints of Coral #FF8161

Color information

#FF8161 (or 0xFF8161) is unknown color: approx Coral. HEX triplet: FF, 81 and 61. RGB value is (255,129,97). Sum of RGB (Red+Green+Blue) = 255+129+97=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 97 (38.28% from 255 or 20.17% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8161 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8161 is #007E9E. Grayscale: #A3A3A3. Windows color (decimal): -32415 or 6390271. OLE color: 6390271.

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

Color convert

RGB25512997-
CMYK00.490.620
HSL12.15º100%69.02%-
HSV(B)12.15º61.96%100%-
XYZ51.2537.8215.91-
YUV163.0390.74193.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.01%
GREEN value IS 129 (50.78% from 255) = 26.82%
BLUE value IS 97 (38.28% from 255) = 20.17%
R=53.01%
G=26.82%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551299700.490.62012.1510069.02
HexFF81610313E0c6445
Octal37720114106176014144105
Binary1111111110000001110000101100011111100110011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8161; }

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

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

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

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

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

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

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

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