COLOR #F5A1B5

HEX: #F5A1B5
RGB: (245,161,181)

Color info

#F5A1B5 contains mainly red color. Web safe color of #F5A1B5 is #FF99CC (or #F9C).

RGB color model

#F5A1B5 color RGB value is (245,161,181).

  • red value is 245;
  • green value is 161;
  • blue value is 181.
RGB:
(245,161,181)
(96%,63%,71%)

RGB channels and saturation

R 245 of 255 = 96%
G 161 of 255 = 63%
B 181 of 255 = 71%

245
161
181

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

Portions of RGB colors in percentages

R + G + B =
245 + 161 + 181 = 587 (100%)
R 245 of 587 ~ 41.74%
G 161 of 587 ~ 27.43%
B 181 of 587 ~ 30.83%

%41.74
%27.43
%30.83

CMYK color model

#F5A1B5 color CMYK value is (0,34,26,4).

  • cyan value is 0.00%
  • magenta value is 34.29%
  • yellow value is 26.12%
  • key color value is 3.92%
CMYK:
(0,34,26,4)
C0M34Y26K4 
(0%,34%,26%,4%)
(0.00/0.34/0.26/0.04)	

CMYK percentages

%0
%34.29
%26.12
%3.92

Codes

Color #F5A1B5 in popluar color models

F5A1B5
RGB245161181
HSL346°80.77%79.61%
HSB/HSV346°34.29%96.08%
CMYK0.00%34.29%26.12%
3.92%

Color #F5A1B5 in popluar number systems.

HEXF5A1B5
Decimal245161181
Binary111101011010000110110101
Octal365241265

Shades and tints

Shades of #F5A1B5

#F5A1B5
(245,161,181)
#DF93A5
(223,147,165)
#C98595
(201,133,149)
#B37785
(179,119,133)
#9D6975
(157,105,117)
#875B65
(135,91,101)
#714D55
(113,77,85)
#5B3F45
(91,63,69)
#453135
(69,49,53)
#2F2325
(47,35,37)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #F5A1B5

#F5A1B5
(245,161,181)
#F5A9BB
(245,169,187)
#F5B1C1
(245,177,193)
#F5B9C7
(245,185,199)
#F5C1CD
(245,193,205)
#F5C9D3
(245,201,211)
#F5D1D9
(245,209,217)
#F5D9DF
(245,217,223)
#F5E1E5
(245,225,229)
#F5E9EB
(245,233,235)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5A1B5 color. Also use rgb(245,161,181) instead hex code.

Text Font Color

.myTextColor { color: #F5A1B5; }

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

This text font color is #F5A1B5.


Background Color

.myBgColor { background-color: #F5A1B5; }

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

This div background color is #F5A1B5.


Border color

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

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

This div border color is #F5A1B5.


Opacity

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

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

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

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

This text has shadow with #F5A1B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5A1B5 on black background.


Color preview on white background

This text has color #F5A1B5 on white background.



Black color preview on #F5A1B5 background

This text has black color on #F5A1B5 background.


White color preview on #F5A1B5 background

This text has white color on #F5A1B5 background.