COLOR #F19DCD

HEX: #F19DCD RGB: (241,157,205)

Color info

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

RGB color model

#F19DCD color RGB value is (241,157,205).

RGB: (241,157,205) (95%, 62%, 80%)

RGB channels and saturation

R 241 of 255 = 95%
G 157 of 255 = 62%
B 205 of 255 = 80%

241
157
205

R + G + B ~ 79%. #F19DCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 157 + 205 = 603 (100%)
R 241 of 603 ~ 39.97%
G 157 of 603 ~ 26.04%
B 205 of 603 ~ 34'%

%39.97
%26.04
%34

CMYK color model

#F19DCD color CMYK value is (0,35,15,5).

  • cyan value is 0.00%
  • magenta value is 34.85%
  • yellow value is 14.94%
  • key color value is 5.49%

CMYK: (0,35,15,5)
C0M35Y15K5 (0%, 35%, 15%, 5%)
(0.00 / 0.35 / 0.15 / 0.05)

CMYK percentages

%0
%34.85
%14.94
%5.49

Codes

Color #F19DCD in popluar color models

F1 9D CD
RGB 241 157 205
HSL 326° 75.00% 78.04%
HSB/HSV 326° 34.85% 94.51%
CMYK 0.00% 34.85% 14.94%
5.49%

Color #F19DCD in popluar number systems.

HEX F1 9D CD
Decimal 241 157 205
Binary 11110001 10011101 11001101
Octal 361 235 315

Shades and tints

Shades of #F19DCD

#F19DCD
(241,157,205)
#DC8FBB
(220,143,187)
#C781A9
(199,129,169)
#B27397
(178,115,151)
#9D6585
(157,101,133)
#885773
(136,87,115)
#734961
(115,73,97)
#5E3B4F
(94,59,79)
#492D3D
(73,45,61)
#341F2B
(52,31,43)
#1F1119
(31,17,25)
#000000
(0,0,0)

Tints of #F19DCD

#F19DCD
(241,157,205)
#F2A5D1
(242,165,209)
#F3ADD5
(243,173,213)
#F4B5D9
(244,181,217)
#F5BDDD
(245,189,221)
#F6C5E1
(246,197,225)
#F7CDE5
(247,205,229)
#F8D5E9
(248,213,233)
#F9DDED
(249,221,237)
#FAE5F1
(250,229,241)
#FBEDF5
(251,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F19DCD; }

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

This text font color is #F19DCD.

Background Color

.myBgColor { background-color: #F19DCD; }

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

This div background color is #F19DCD.

Border color

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

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

This div border color is #F19DCD.

Opacity

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

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

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

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

This text has shadow with #F19DCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F19DCD.

Preview

Color preview on black background

This text has color #F19DCD on black background.


Color preview on white background

This text has color #F19DCD on white background.


Black color preview on #F19DCD background

This text has black color on #F19DCD background.


White color preview on #F19DCD background

This text has white color on #F19DCD background.


Related colors

Complementary color

Complementary color for #hex is #0E6232.


I love getcolorcode.com

Triadic colors

1 #CDF19D and #9DCDF1 with #F19DCD are triadic colors.

2 #CD9DF1 and #9DF1CD with #F19DCD are triadic colors.