COLOR #FF585C

HEX: #FF585C
RGB: (255,88,92)

Color info

#FF585C contains mainly red color. Web safe color of #FF585C is #FF6666 (or #F66).

RGB color model

#FF585C color RGB value is (255,88,92).

  • red value is 255;
  • green value is 88;
  • blue value is 92.
RGB:
(255,88,92)
(100%,35%,36%)

RGB channels and saturation

R 255 of 255 = 100%
G 88 of 255 = 35%
B 92 of 255 = 36%

255
88
92

R + G + B ~ 57%. #FF585C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
255 + 88 + 92 = 435 (100%)
R 255 of 435 ~ 58.62%
G 88 of 435 ~ 20.23%
B 92 of 435 ~ 21.15%

%58.62
%20.23
%21.15

CMYK color model

#FF585C color CMYK value is (0,65,64,0).

  • cyan value is 0.00%
  • magenta value is 65.49%
  • yellow value is 63.92%
  • key color value is 0.00%
CMYK:
(0,65,64,0)
C0M65Y64K0 
(0%,65%,64%,0%)
(0.00/0.65/0.64/0.00)	

CMYK percentages

%0
%65.49
%63.92
%0

Codes

Color #FF585C in popluar color models

FF585C
RGB2558892
HSL359°100.00%67.25%
HSB/HSV359°65.49%100.00%
CMYK0.00%65.49%63.92%
0.00%

Color #FF585C in popluar number systems.

HEXFF585C
Decimal2558892
Binary1111111110110001011100
Octal377130134

Shades and tints

Shades of #FF585C

#FF585C
(255,88,92)
#E85054
(232,80,84)
#D1484C
(209,72,76)
#BA4044
(186,64,68)
#A3383C
(163,56,60)
#8C3034
(140,48,52)
#75282C
(117,40,44)
#5E2024
(94,32,36)
#47181C
(71,24,28)
#301014
(48,16,20)
#19080C
(25,8,12)
#000000
(0,0,0)

Tints of #FF585C

#FF585C
(255,88,92)
#FF676A
(255,103,106)
#FF7678
(255,118,120)
#FF8586
(255,133,134)
#FF9494
(255,148,148)
#FFA3A2
(255,163,162)
#FFB2B0
(255,178,176)
#FFC1BE
(255,193,190)
#FFD0CC
(255,208,204)
#FFDFDA
(255,223,218)
#FFEEE8
(255,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF585C; }

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

This text font color is #FF585C.


Background Color

.myBgColor { background-color: #FF585C; }

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

This div background color is #FF585C.


Border color

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

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

This div border color is #FF585C.


Opacity

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

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

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

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

This text has shadow with #FF585C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF585C on black background.


Color preview on white background

This text has color #FF585C on white background.



Black color preview on #FF585C background

This text has black color on #FF585C background.


White color preview on #FF585C background

This text has white color on #FF585C background.