COLOR #FF8589

HEX: #FF8589
RGB: (255,133,137)

Color info

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

RGB color model

#FF8589 color RGB value is (255,133,137).

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

RGB channels and saturation

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

255
133
137

R + G + B ~ 69%. #FF8589 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 133 + 137 = 525 (100%)
R 255 of 525 ~ 48.57%
G 133 of 525 ~ 25.33%
B 137 of 525 ~ 26.1%

%48.57
%25.33
%26.1

CMYK color model

#FF8589 color CMYK value is (0,48,46,0).

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

CMYK percentages

%0
%47.84
%46.27
%0

Codes

Color #FF8589 in popluar color models

FF8589
RGB255133137
HSL358°100.00%76.08%
HSB/HSV358°47.84%100.00%
CMYK0.00%47.84%46.27%
0.00%

Color #FF8589 in popluar number systems.

HEXFF8589
Decimal255133137
Binary111111111000010110001001
Octal377205211

Shades and tints

Shades of #FF8589

#FF8589
(255,133,137)
#E8797D
(232,121,125)
#D16D71
(209,109,113)
#BA6165
(186,97,101)
#A35559
(163,85,89)
#8C494D
(140,73,77)
#753D41
(117,61,65)
#5E3135
(94,49,53)
#472529
(71,37,41)
#30191D
(48,25,29)
#190D11
(25,13,17)
#000000
(0,0,0)

Tints of #FF8589

#FF8589
(255,133,137)
#FF9093
(255,144,147)
#FF9B9D
(255,155,157)
#FFA6A7
(255,166,167)
#FFB1B1
(255,177,177)
#FFBCBB
(255,188,187)
#FFC7C5
(255,199,197)
#FFD2CF
(255,210,207)
#FFDDD9
(255,221,217)
#FFE8E3
(255,232,227)
#FFF3ED
(255,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF8589; }

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

This text font color is #FF8589.


Background Color

.myBgColor { background-color: #FF8589; }

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

This div background color is #FF8589.


Border color

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

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

This div border color is #FF8589.


Opacity

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

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

Text with #FF8589 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 #FF8589;}

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

This text has shadow with #FF8589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF8589 on black background.


Color preview on white background

This text has color #FF8589 on white background.



Black color preview on #FF8589 background

This text has black color on #FF8589 background.


White color preview on #FF8589 background

This text has white color on #FF8589 background.