COLOR #F1A5B2

HEX: #F1A5B2
RGB: (241,165,178)

Color info

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

RGB color model

#F1A5B2 color RGB value is (241,165,178).

  • red value is 241;
  • green value is 165;
  • blue value is 178.
RGB:
(241,165,178)
(95%,65%,70%)

RGB channels and saturation

R 241 of 255 = 95%
G 165 of 255 = 65%
B 178 of 255 = 70%

241
165
178

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

Portions of RGB colors in percentages

R + G + B =
241 + 165 + 178 = 584 (100%)
R 241 of 584 ~ 41.27%
G 165 of 584 ~ 28.25%
B 178 of 584 ~ 30.48%

%41.27
%28.25
%30.48

CMYK color model

#F1A5B2 color CMYK value is (0,32,26,5).

  • cyan value is 0.00%
  • magenta value is 31.54%
  • yellow value is 26.14%
  • key color value is 5.49%
CMYK:
(0,32,26,5)
C0M32Y26K5 
(0%,32%,26%,5%)
(0.00/0.32/0.26/0.05)	

CMYK percentages

%0
%31.54
%26.14
%5.49

Codes

Color #F1A5B2 in popluar color models

F1A5B2
RGB241165178
HSL350°73.08%79.61%
HSB/HSV350°31.54%94.51%
CMYK0.00%31.54%26.14%
5.49%

Color #F1A5B2 in popluar number systems.

HEXF1A5B2
Decimal241165178
Binary111100011010010110110010
Octal361245262

Shades and tints

Shades of #F1A5B2

#F1A5B2
(241,165,178)
#DC96A2
(220,150,162)
#C78792
(199,135,146)
#B27882
(178,120,130)
#9D6972
(157,105,114)
#885A62
(136,90,98)
#734B52
(115,75,82)
#5E3C42
(94,60,66)
#492D32
(73,45,50)
#341E22
(52,30,34)
#1F0F12
(31,15,18)
#000000
(0,0,0)

Tints of #F1A5B2

#F1A5B2
(241,165,178)
#F2ADB9
(242,173,185)
#F3B5C0
(243,181,192)
#F4BDC7
(244,189,199)
#F5C5CE
(245,197,206)
#F6CDD5
(246,205,213)
#F7D5DC
(247,213,220)
#F8DDE3
(248,221,227)
#F9E5EA
(249,229,234)
#FAEDF1
(250,237,241)
#FBF5F8
(251,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1A5B2 color. Also use rgb(241,165,178) instead hex code.

Text Font Color

.myTextColor { color: #F1A5B2; }

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

This text font color is #F1A5B2.


Background Color

.myBgColor { background-color: #F1A5B2; }

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

This div background color is #F1A5B2.


Border color

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

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

This div border color is #F1A5B2.


Opacity

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

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

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

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

This text has shadow with #F1A5B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1A5B2 on black background.


Color preview on white background

This text has color #F1A5B2 on white background.



Black color preview on #F1A5B2 background

This text has black color on #F1A5B2 background.


White color preview on #F1A5B2 background

This text has white color on #F1A5B2 background.