COLOR #FF8585

HEX: #FF8585
RGB: (255,133,133)

Color info

#FF8585 contains mainly red color. Web safe color of #FF8585 is #FF9999 (or #F99).

RGB color model

#FF8585 color RGB value is (255,133,133).

  • red value is 255;
  • green value is 133;
  • blue value is 133.
RGB:
(255,133,133)
(100%,52%,52%)

RGB channels and saturation

R 255 of 255 = 100%
G 133 of 255 = 52%
B 133 of 255 = 52%

255
133
133

R + G + B ~ 68%. #FF8585 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 133 + 133 = 521 (100%)
R 255 of 521 ~ 48.94%
G 133 of 521 ~ 25.53%
B 133 of 521 ~ 25.53%

%48.94
%25.53
%25.53

CMYK color model

#FF8585 color CMYK value is (0,48,48,0).

  • cyan value is 0.00%
  • magenta value is 47.84%
  • yellow value is 47.84%
  • key color value is 0.00%
CMYK:
(0,48,48,0)
C0M48Y48K0 
(0%,48%,48%,0%)
(0.00/0.48/0.48/0.00)	

CMYK percentages

%0
%47.84
%47.84
%0

Codes

Color #FF8585 in popluar color models

FF8585
RGB255133133
HSL100.00%76.08%
HSB/HSV47.84%100.00%
CMYK0.00%47.84%47.84%
0.00%

Color #FF8585 in popluar number systems.

HEXFF8585
Decimal255133133
Binary111111111000010110000101
Octal377205205

Shades and tints

Shades of #FF8585

#FF8585
(255,133,133)
#E87979
(232,121,121)
#D16D6D
(209,109,109)
#BA6161
(186,97,97)
#A35555
(163,85,85)
#8C4949
(140,73,73)
#753D3D
(117,61,61)
#5E3131
(94,49,49)
#472525
(71,37,37)
#301919
(48,25,25)
#190D0D
(25,13,13)
#000000
(0,0,0)

Tints of #FF8585

#FF8585
(255,133,133)
#FF9090
(255,144,144)
#FF9B9B
(255,155,155)
#FFA6A6
(255,166,166)
#FFB1B1
(255,177,177)
#FFBCBC
(255,188,188)
#FFC7C7
(255,199,199)
#FFD2D2
(255,210,210)
#FFDDDD
(255,221,221)
#FFE8E8
(255,232,232)
#FFF3F3
(255,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF8585 color. Also use rgb(255,133,133) instead hex code.

Text Font Color

.myTextColor { color: #FF8585; }

<p style="color:#FF8585">This sample text font color is #FF8585.</p>

This text font color is #FF8585.


Background Color

.myBgColor { background-color: #FF8585; }

<div style="background-color:#FF8585">Inner text</div>

This div background color is #FF8585.


Border color

.myBorderColor { border: 1px solid #FF8585; }

<div style="border:3px solid #FF8585">Div</div>

This div border color is #FF8585.


Opacity

.myOpacity80 { color: #FF8585; opacity: 0.8; }

<p style="color:#FF8585;opacity:0.8;">80%</p>

Text with #FF8585 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FF8585;}

<p style="text-shadow: 3px 3px 1px #FF8585">Text here.</p>

This text has shadow with #FF8585 color.

.textShadow {text-shadow: 3px 3px 1px #FF8585, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FF8585, 5px 5px 20px red">Text here.</p>

This text has shadow with #FF8585 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FF8585, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FF8585, Direction=45, Strength=4)">Text</p>

This text has shadow with #FF8585 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FF8585;
  -webkit-box-shadow:	1px 1px 3px 2px #FF8585;
  box-shadow:		1px 1px 3px 2px #FF8585;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FF8585;
-webkit-box-shadow: 1px 1px 3px 2px #FF8585;
box-shadow:1px 1px 3px 2px #FF8585;">
Div content here</div>
This div box has shadow with color #FF8585.

Preview

Color preview on black background

This text has color #FF8585 on black background.


Color preview on white background

This text has color #FF8585 on white background.



Black color preview on #FF8585 background

This text has black color on #FF8585 background.


White color preview on #FF8585 background

This text has white color on #FF8585 background.