COLOR #F1A1D0

HEX: #F1A1D0 RGB: (241,161,208)

Color info

#F1A1D0 contains mainly red and blue colors. Web safe color of #F1A1D0 is #FF99CC (or #F9C).

RGB color model

#F1A1D0 color RGB value is (241,161,208).

RGB: (241,161,208) (95%, 63%, 82%)

RGB channels and saturation

R 241 of 255 = 95%
G 161 of 255 = 63%
B 208 of 255 = 82%

241
161
208

R + G + B ~ 80%. #F1A1D0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 161 + 208 = 610 (100%)
R 241 of 610 ~ 39.51%
G 161 of 610 ~ 26.39%
B 208 of 610 ~ 34.1'%

%39.51
%26.39
%34.1

CMYK color model

#F1A1D0 color CMYK value is (0,33,14,5).

  • cyan value is 0.00%
  • magenta value is 33.20%
  • yellow value is 13.69%
  • key color value is 5.49%

CMYK: (0,33,14,5)
C0M33Y14K5 (0%, 33%, 14%, 5%)
(0.00 / 0.33 / 0.14 / 0.05)

CMYK percentages

%0
%33.2
%13.69
%5.49

Codes

Color #F1A1D0 in popluar color models

F1 A1 D0
RGB 241 161 208
HSL 325° 74.07% 78.82%
HSB/HSV 325° 33.20% 94.51%
CMYK 0.00% 33.20% 13.69%
5.49%

Color #F1A1D0 in popluar number systems.

HEX F1 A1 D0
Decimal 241 161 208
Binary 11110001 10100001 11010000
Octal 361 241 320

Shades and tints

Shades of #F1A1D0

#F1A1D0
(241,161,208)
#DC93BE
(220,147,190)
#C785AC
(199,133,172)
#B2779A
(178,119,154)
#9D6988
(157,105,136)
#885B76
(136,91,118)
#734D64
(115,77,100)
#5E3F52
(94,63,82)
#493140
(73,49,64)
#34232E
(52,35,46)
#1F151C
(31,21,28)
#000000
(0,0,0)

Tints of #F1A1D0

#F1A1D0
(241,161,208)
#F2A9D4
(242,169,212)
#F3B1D8
(243,177,216)
#F4B9DC
(244,185,220)
#F5C1E0
(245,193,224)
#F6C9E4
(246,201,228)
#F7D1E8
(247,209,232)
#F8D9EC
(248,217,236)
#F9E1F0
(249,225,240)
#FAE9F4
(250,233,244)
#FBF1F8
(251,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1A1D0 color. Also use rgb(241,161,208) instead hex code.

Text Font Color

.myTextColor { color: #F1A1D0; }

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

This text font color is #F1A1D0.

Background Color

.myBgColor { background-color: #F1A1D0; }

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

This div background color is #F1A1D0.

Border color

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

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

This div border color is #F1A1D0.

Opacity

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

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

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

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

This text has shadow with #F1A1D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1A1D0.

Preview

Color preview on black background

This text has color #F1A1D0 on black background.


Color preview on white background

This text has color #F1A1D0 on white background.


Black color preview on #F1A1D0 background

This text has black color on #F1A1D0 background.


White color preview on #F1A1D0 background

This text has white color on #F1A1D0 background.


Related colors

Complementary color

Complementary color for #hex is #0E5E2F.


I love getcolorcode.com

Triadic colors

1 #D0F1A1 and #A1D0F1 with #F1A1D0 are triadic colors.

2 #D0A1F1 and #A1F1D0 with #F1A1D0 are triadic colors.