COLOR #F5857F

HEX: #F5857F
RGB: (245,133,127)

Color info

#F5857F contains mainly red color. Web safe color of #F5857F is #FF9966 (or #F96).

RGB color model

#F5857F color RGB value is (245,133,127).

  • red value is 245;
  • green value is 133;
  • blue value is 127.
RGB:
(245,133,127)
(96%,52%,50%)

RGB channels and saturation

R 245 of 255 = 96%
G 133 of 255 = 52%
B 127 of 255 = 50%

245
133
127

R + G + B ~ 66%. #F5857F is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 133 + 127 = 505 (100%)
R 245 of 505 ~ 48.51%
G 133 of 505 ~ 26.34%
B 127 of 505 ~ 25.15%

%48.51
%26.34
%25.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 45.71%
  • yellow value is 48.16%
  • key color value is 3.92%
CMYK:
(0,46,48,4)
C0M46Y48K4 
(0%,46%,48%,4%)
(0.00/0.46/0.48/0.04)	

CMYK percentages

%0
%45.71
%48.16
%3.92

Codes

Color #F5857F in popluar color models

F5857F
RGB245133127
HSL85.51%72.94%
HSB/HSV48.16%96.08%
CMYK0.00%45.71%48.16%
3.92%

Color #F5857F in popluar number systems.

HEXF5857F
Decimal245133127
Binary11110101100001011111111
Octal365205177

Shades and tints

Shades of #F5857F

#F5857F
(245,133,127)
#DF7974
(223,121,116)
#C96D69
(201,109,105)
#B3615E
(179,97,94)
#9D5553
(157,85,83)
#874948
(135,73,72)
#713D3D
(113,61,61)
#5B3132
(91,49,50)
#452527
(69,37,39)
#2F191C
(47,25,28)
#190D11
(25,13,17)
#000000
(0,0,0)

Tints of #F5857F

#F5857F
(245,133,127)
#F5908A
(245,144,138)
#F59B95
(245,155,149)
#F5A6A0
(245,166,160)
#F5B1AB
(245,177,171)
#F5BCB6
(245,188,182)
#F5C7C1
(245,199,193)
#F5D2CC
(245,210,204)
#F5DDD7
(245,221,215)
#F5E8E2
(245,232,226)
#F5F3ED
(245,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5857F; }

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

This text font color is #F5857F.


Background Color

.myBgColor { background-color: #F5857F; }

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

This div background color is #F5857F.


Border color

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

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

This div border color is #F5857F.


Opacity

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

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

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

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

This text has shadow with #F5857F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5857F on black background.


Color preview on white background

This text has color #F5857F on white background.



Black color preview on #F5857F background

This text has black color on #F5857F background.


White color preview on #F5857F background

This text has white color on #F5857F background.