COLOR #F19CE1

HEX: #F19CE1 RGB: (241,156,225)

Color info

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

RGB color model

#F19CE1 color RGB value is (241,156,225).

RGB: (241,156,225) (95%, 61%, 88%)

RGB channels and saturation

R 241 of 255 = 95%
G 156 of 255 = 61%
B 225 of 255 = 88%

241
156
225

R + G + B ~ 81%. #F19CE1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 156 + 225 = 622 (100%)
R 241 of 622 ~ 38.75%
G 156 of 622 ~ 25.08%
B 225 of 622 ~ 36.17'%

%38.75
%25.08
%36.17

CMYK color model

#F19CE1 color CMYK value is (0,35,7,5).

  • cyan value is 0.00%
  • magenta value is 35.27%
  • yellow value is 6.64%
  • key color value is 5.49%
CMYK: (0,35,7,5) C0M35Y7K5 (0%,35%,7%,5%) (0.00/0.35/0.07/0.05) 

CMYK percentages

%0
%35.27
%6.64
%5.49

Codes

Color #F19CE1 in popluar color models

F1 9C E1
RGB 241 156 225
HSL 311° 75.22% 77.84%
HSB/HSV 311° 35.27% 94.51%
CMYK 0.00% 35.27% 6.64%
5.49%

Color #F19CE1 in popluar number systems.

HEX F1 9C E1
Decimal 241 156 225
Binary 11110001 10011100 11100001
Octal 361 234 341

Shades and tints

Shades of #F19CE1

#F19CE1
(241,156,225)
#DC8ECD
(220,142,205)
#C780B9
(199,128,185)
#B272A5
(178,114,165)
#9D6491
(157,100,145)
#88567D
(136,86,125)
#734869
(115,72,105)
#5E3A55
(94,58,85)
#492C41
(73,44,65)
#341E2D
(52,30,45)
#1F1019
(31,16,25)
#000000
(0,0,0)

Tints of #F19CE1

#F19CE1
(241,156,225)
#F2A5E3
(242,165,227)
#F3AEE5
(243,174,229)
#F4B7E7
(244,183,231)
#F5C0E9
(245,192,233)
#F6C9EB
(246,201,235)
#F7D2ED
(247,210,237)
#F8DBEF
(248,219,239)
#F9E4F1
(249,228,241)
#FAEDF3
(250,237,243)
#FBF6F5
(251,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F19CE1 color. Also use rgb(241,156,225) instead hex code.

Text Font Color

.myTextColor { color: #F19CE1; }

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

This text font color is #F19CE1.

Background Color

.myBgColor { background-color: #F19CE1; }

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

This div background color is #F19CE1.

Border color

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

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

This div border color is #F19CE1.

Opacity

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

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

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

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

This text has shadow with #F19CE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F19CE1.

Preview

Color preview on black background

This text has color #F19CE1 on black background.


Color preview on white background

This text has color #F19CE1 on white background.


Black color preview on #F19CE1 background

This text has black color on #F19CE1 background.


White color preview on #F19CE1 background

This text has white color on #F19CE1 background.


Related colors

Complementary color

Complementary color for #hex is #0E631E.


I love getcolorcode.com

Triadic colors

1 #E1F19C and #9CE1F1 with #F19CE1 are triadic colors.

2 #E19CF1 and #9CF1E1 with #F19CE1 are triadic colors.