COLOR #FF5757

HEX: #FF5757
RGB: (255,87,87)

Color info

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

RGB color model

#FF5757 color RGB value is (255,87,87).

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

RGB channels and saturation

R 255 of 255 = 100%
G 87 of 255 = 34%
B 87 of 255 = 34%

255
87
87

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

Portions of RGB colors in percentages

R + G + B =
255 + 87 + 87 = 429 (100%)
R 255 of 429 ~ 59.44%
G 87 of 429 ~ 20.28%
B 87 of 429 ~ 20.28%

%59.44
%20.28
%20.28

CMYK color model

#FF5757 color CMYK value is (0,66,66,0).

  • cyan value is 0.00%
  • magenta value is 65.88%
  • yellow value is 65.88%
  • key color value is 0.00%
CMYK:
(0,66,66,0)
C0M66Y66K0 
(0%,66%,66%,0%)
(0.00/0.66/0.66/0.00)	

CMYK percentages

%0
%65.88
%65.88
%0

Codes

Color #FF5757 in popluar color models

FF5757
RGB2558787
HSL100.00%67.06%
HSB/HSV65.88%100.00%
CMYK0.00%65.88%65.88%
0.00%

Color #FF5757 in popluar number systems.

HEXFF5757
Decimal2558787
Binary1111111110101111010111
Octal377127127

Shades and tints

Shades of #FF5757

#FF5757
(255,87,87)
#E85050
(232,80,80)
#D14949
(209,73,73)
#BA4242
(186,66,66)
#A33B3B
(163,59,59)
#8C3434
(140,52,52)
#752D2D
(117,45,45)
#5E2626
(94,38,38)
#471F1F
(71,31,31)
#301818
(48,24,24)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #FF5757

#FF5757
(255,87,87)
#FF6666
(255,102,102)
#FF7575
(255,117,117)
#FF8484
(255,132,132)
#FF9393
(255,147,147)
#FFA2A2
(255,162,162)
#FFB1B1
(255,177,177)
#FFC0C0
(255,192,192)
#FFCFCF
(255,207,207)
#FFDEDE
(255,222,222)
#FFEDED
(255,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF5757; }

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

This text font color is #FF5757.


Background Color

.myBgColor { background-color: #FF5757; }

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

This div background color is #FF5757.


Border color

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

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

This div border color is #FF5757.


Opacity

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

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

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

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

This text has shadow with #FF5757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF5757 on black background.


Color preview on white background

This text has color #FF5757 on white background.



Black color preview on #FF5757 background

This text has black color on #FF5757 background.


White color preview on #FF5757 background

This text has white color on #FF5757 background.