COLOR #F5A7B1

HEX: #F5A7B1 RGB: (245,167,177)

Color info

#F5A7B1 contains mainly red color. Web safe color of #F5A7B1 is #FF9999 (or #F99).

RGB color model

#F5A7B1 color RGB value is (245,167,177).

RGB: (245,167,177) (96%, 65%, 69%)

RGB channels and saturation

R 245 of 255 = 96%
G 167 of 255 = 65%
B 177 of 255 = 69%

245
167
177

R + G + B ~ 77%. #F5A7B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 167 + 177 = 589 (100%)
R 245 of 589 ~ 41.6%
G 167 of 589 ~ 28.35%
B 177 of 589 ~ 30.05'%

%41.6
%28.35
%30.05

CMYK color model

#F5A7B1 color CMYK value is (0,32,28,4).

  • cyan value is 0.00%
  • magenta value is 31.84%
  • yellow value is 27.76%
  • key color value is 3.92%

CMYK: (0,32,28,4)
C0M32Y28K4 (0%, 32%, 28%, 4%)
(0.00 / 0.32 / 0.28 / 0.04)

CMYK percentages

%0
%31.84
%27.76
%3.92

Codes

Color #F5A7B1 in popluar color models

F5 A7 B1
RGB 245 167 177
HSL 352° 79.59% 80.78%
HSB/HSV 352° 31.84% 96.08%
CMYK 0.00% 31.84% 27.76%
3.92%

Color #F5A7B1 in popluar number systems.

HEX F5 A7 B1
Decimal 245 167 177
Binary 11110101 10100111 10110001
Octal 365 247 261

Shades and tints

Shades of #F5A7B1

#F5A7B1
(245,167,177)
#DF98A1
(223,152,161)
#C98991
(201,137,145)
#B37A81
(179,122,129)
#9D6B71
(157,107,113)
#875C61
(135,92,97)
#714D51
(113,77,81)
#5B3E41
(91,62,65)
#452F31
(69,47,49)
#2F2021
(47,32,33)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #F5A7B1

#F5A7B1
(245,167,177)
#F5AFB8
(245,175,184)
#F5B7BF
(245,183,191)
#F5BFC6
(245,191,198)
#F5C7CD
(245,199,205)
#F5CFD4
(245,207,212)
#F5D7DB
(245,215,219)
#F5DFE2
(245,223,226)
#F5E7E9
(245,231,233)
#F5EFF0
(245,239,240)
#F5F7F7
(245,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5A7B1 color. Also use rgb(245,167,177) instead hex code.

Text Font Color

.myTextColor { color: #F5A7B1; }

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

This text font color is #F5A7B1.

Background Color

.myBgColor { background-color: #F5A7B1; }

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

This div background color is #F5A7B1.

Border color

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

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

This div border color is #F5A7B1.

Opacity

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

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

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

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

This text has shadow with #F5A7B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5A7B1.

Preview

Color preview on black background

This text has color #F5A7B1 on black background.


Color preview on white background

This text has color #F5A7B1 on white background.


Black color preview on #F5A7B1 background

This text has black color on #F5A7B1 background.


White color preview on #F5A7B1 background

This text has white color on #F5A7B1 background.


Related colors

Complementary color

Complementary color for #hex is #0A584E.


I love getcolorcode.com

Triadic colors

1 #B1F5A7 and #A7B1F5 with #F5A7B1 are triadic colors.

2 #B1A7F5 and #A7F5B1 with #F5A7B1 are triadic colors.