COLOR #F57B79

HEX: #F57B79 RGB: (245,123,121)

Color info

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

RGB color model

#F57B79 color RGB value is (245,123,121).

RGB: (245,123,121) (96%, 48%, 47%)

RGB channels and saturation

R 245 of 255 = 96%
G 123 of 255 = 48%
B 121 of 255 = 47%

245
123
121

R + G + B ~ 64%. #F57B79 is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 123 + 121 = 489 (100%)
R 245 of 489 ~ 50.1%
G 123 of 489 ~ 25.15%
B 121 of 489 ~ 24.74'%

%50.1
%25.15
%24.74

CMYK color model

#F57B79 color CMYK value is (0,50,51,4).

  • cyan value is 0.00%
  • magenta value is 49.80%
  • yellow value is 50.61%
  • key color value is 3.92%

CMYK: (0,50,51,4)
C0M50Y51K4 (0%, 50%, 51%, 4%)
(0.00 / 0.50 / 0.51 / 0.04)

CMYK percentages

%0
%49.8
%50.61
%3.92

Codes

Color #F57B79 in popluar color models

F5 7B 79
RGB 245 123 121
HSL 86.11% 71.76%
HSB/HSV 50.61% 96.08%
CMYK 0.00% 49.80% 50.61%
3.92%

Color #F57B79 in popluar number systems.

HEX F5 7B 79
Decimal 245 123 121
Binary 11110101 1111011 1111001
Octal 365 173 171

Shades and tints

Shades of #F57B79

#F57B79
(245,123,121)
#DF706E
(223,112,110)
#C96563
(201,101,99)
#B35A58
(179,90,88)
#9D4F4D
(157,79,77)
#874442
(135,68,66)
#713937
(113,57,55)
#5B2E2C
(91,46,44)
#452321
(69,35,33)
#2F1816
(47,24,22)
#190D0B
(25,13,11)
#000000
(0,0,0)

Tints of #F57B79

#F57B79
(245,123,121)
#F58785
(245,135,133)
#F59391
(245,147,145)
#F59F9D
(245,159,157)
#F5ABA9
(245,171,169)
#F5B7B5
(245,183,181)
#F5C3C1
(245,195,193)
#F5CFCD
(245,207,205)
#F5DBD9
(245,219,217)
#F5E7E5
(245,231,229)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F57B79 color. Also use rgb(245,123,121) instead hex code.

Text Font Color

.myTextColor { color: #F57B79; }

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

This text font color is #F57B79.

Background Color

.myBgColor { background-color: #F57B79; }

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

This div background color is #F57B79.

Border color

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

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

This div border color is #F57B79.

Opacity

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

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

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

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

This text has shadow with #F57B79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F57B79.

Preview

Color preview on black background

This text has color #F57B79 on black background.


Color preview on white background

This text has color #F57B79 on white background.


Black color preview on #F57B79 background

This text has black color on #F57B79 background.


White color preview on #F57B79 background

This text has white color on #F57B79 background.


Related colors

Complementary color

Complementary color for #hex is #0A8486.


I love getcolorcode.com

Triadic colors

1 #79F57B and #7B79F5 with #F57B79 are triadic colors.

2 #797BF5 and #7BF579 with #F57B79 are triadic colors.