COLOR #F19DE2

HEX: #F19DE2 RGB: (241,157,226)

Color info

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

RGB color model

#F19DE2 color RGB value is (241,157,226).

RGB: (241,157,226) (95%, 62%, 89%)

RGB channels and saturation

R 241 of 255 = 95%
G 157 of 255 = 62%
B 226 of 255 = 89%

241
157
226

R + G + B ~ 82%. #F19DE2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 157 + 226 = 624 (100%)
R 241 of 624 ~ 38.62%
G 157 of 624 ~ 25.16%
B 226 of 624 ~ 36.22'%

%38.62
%25.16
%36.22

CMYK color model

#F19DE2 color CMYK value is (0,35,6,5).

  • cyan value is 0.00%
  • magenta value is 34.85%
  • yellow value is 6.22%
  • key color value is 5.49%
CMYK: (0,35,6,5) C0M35Y6K5 (0%,35%,6%,5%) (0.00/0.35/0.06/0.05) 

CMYK percentages

%0
%34.85
%6.22
%5.49

Codes

Color #F19DE2 in popluar color models

F1 9D E2
RGB 241 157 226
HSL 311° 75.00% 78.04%
HSB/HSV 311° 34.85% 94.51%
CMYK 0.00% 34.85% 6.22%
5.49%

Color #F19DE2 in popluar number systems.

HEX F1 9D E2
Decimal 241 157 226
Binary 11110001 10011101 11100010
Octal 361 235 342

Shades and tints

Shades of #F19DE2

#F19DE2
(241,157,226)
#DC8FCE
(220,143,206)
#C781BA
(199,129,186)
#B273A6
(178,115,166)
#9D6592
(157,101,146)
#88577E
(136,87,126)
#73496A
(115,73,106)
#5E3B56
(94,59,86)
#492D42
(73,45,66)
#341F2E
(52,31,46)
#1F111A
(31,17,26)
#000000
(0,0,0)

Tints of #F19DE2

#F19DE2
(241,157,226)
#F2A5E4
(242,165,228)
#F3ADE6
(243,173,230)
#F4B5E8
(244,181,232)
#F5BDEA
(245,189,234)
#F6C5EC
(246,197,236)
#F7CDEE
(247,205,238)
#F8D5F0
(248,213,240)
#F9DDF2
(249,221,242)
#FAE5F4
(250,229,244)
#FBEDF6
(251,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F19DE2 color. Also use rgb(241,157,226) instead hex code.

Text Font Color

.myTextColor { color: #F19DE2; }

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

This text font color is #F19DE2.

Background Color

.myBgColor { background-color: #F19DE2; }

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

This div background color is #F19DE2.

Border color

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

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

This div border color is #F19DE2.

Opacity

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

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

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

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

This text has shadow with #F19DE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F19DE2.

Preview

Color preview on black background

This text has color #F19DE2 on black background.


Color preview on white background

This text has color #F19DE2 on white background.


Black color preview on #F19DE2 background

This text has black color on #F19DE2 background.


White color preview on #F19DE2 background

This text has white color on #F19DE2 background.


Related colors

Complementary color

Complementary color for #hex is #0E621D.


I love getcolorcode.com

Triadic colors

1 #E2F19D and #9DE2F1 with #F19DE2 are triadic colors.

2 #E29DF1 and #9DF1E2 with #F19DE2 are triadic colors.