#FF8585

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

Shades of Light Coral #FF8585

Tints of Light Coral #FF8585

Color information

#FF8585 (or 0xFF8585) is unknown color: approx Light Coral. HEX triplet: FF, 85 and 85. RGB value is (255,133,133). Sum of RGB (Red+Green+Blue) = 255+133+133=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8585 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8585 is #007A7A. Grayscale: #A9A9A9. Windows color (decimal): -31355 or 8750591. OLE color: 8750591.

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

Color convert

RGB255133133-
CMYK00.480.480
HSL100%76.08%-
HSV(B)47.84%100%-
XYZ53.8639.7327.02-
YUV169.48107.42189-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.94%
GREEN value IS 133 (52.34% from 255) = 25.53%
BLUE value IS 133 (52.34% from 255) = 25.53%
R=48.94%
G=25.53%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513313300.480.480010076.08
HexFF85850303000644c
Octal3772052050606000144114
Binary11111111100001011000010101100001100000011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8585; }

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

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

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

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

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

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

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

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