COLOR #F57584

HEX: #F57584 RGB: (245,117,132)

Color info

#F57584 contains mainly red color. Web safe color of #F57584 is #FF6699 (or #F69).

RGB color model

#F57584 color RGB value is (245,117,132).

RGB: (245,117,132) (96%, 46%, 52%)

RGB channels and saturation

R 245 of 255 = 96%
G 117 of 255 = 46%
B 132 of 255 = 52%

245
117
132

R + G + B ~ 65%. #F57584 is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 117 + 132 = 494 (100%)
R 245 of 494 ~ 49.6%
G 117 of 494 ~ 23.68%
B 132 of 494 ~ 26.72'%

%49.6
%23.68
%26.72

CMYK color model

#F57584 color CMYK value is (0,52,46,4).

  • cyan value is 0.00%
  • magenta value is 52.24%
  • yellow value is 46.12%
  • key color value is 3.92%

CMYK: (0,52,46,4)
C0M52Y46K4 (0%, 52%, 46%, 4%)
(0.00 / 0.52 / 0.46 / 0.04)

CMYK percentages

%0
%52.24
%46.12
%3.92

Codes

Color #F57584 in popluar color models

F5 75 84
RGB 245 117 132
HSL 353° 86.49% 70.98%
HSB/HSV 353° 52.24% 96.08%
CMYK 0.00% 52.24% 46.12%
3.92%

Color #F57584 in popluar number systems.

HEX F5 75 84
Decimal 245 117 132
Binary 11110101 1110101 10000100
Octal 365 165 204

Shades and tints

Shades of #F57584

#F57584
(245,117,132)
#DF6B78
(223,107,120)
#C9616C
(201,97,108)
#B35760
(179,87,96)
#9D4D54
(157,77,84)
#874348
(135,67,72)
#71393C
(113,57,60)
#5B2F30
(91,47,48)
#452524
(69,37,36)
#2F1B18
(47,27,24)
#19110C
(25,17,12)
#000000
(0,0,0)

Tints of #F57584

#F57584
(245,117,132)
#F5818F
(245,129,143)
#F58D9A
(245,141,154)
#F599A5
(245,153,165)
#F5A5B0
(245,165,176)
#F5B1BB
(245,177,187)
#F5BDC6
(245,189,198)
#F5C9D1
(245,201,209)
#F5D5DC
(245,213,220)
#F5E1E7
(245,225,231)
#F5EDF2
(245,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F57584 color. Also use rgb(245,117,132) instead hex code.

Text Font Color

.myTextColor { color: #F57584; }

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

This text font color is #F57584.

Background Color

.myBgColor { background-color: #F57584; }

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

This div background color is #F57584.

Border color

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

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

This div border color is #F57584.

Opacity

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

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

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

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

This text has shadow with #F57584 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F57584.

Preview

Color preview on black background

This text has color #F57584 on black background.


Color preview on white background

This text has color #F57584 on white background.


Black color preview on #F57584 background

This text has black color on #F57584 background.


White color preview on #F57584 background

This text has white color on #F57584 background.


Related colors

Complementary color

Complementary color for #hex is #0A8A7B.


I love getcolorcode.com

Triadic colors

1 #84F575 and #7584F5 with #F57584 are triadic colors.

2 #8475F5 and #75F584 with #F57584 are triadic colors.