COLOR #F17ECA

HEX: #F17ECA RGB: (241,126,202)

Color info

#F17ECA contains mainly red and blue colors. Web safe color of #F17ECA is #FF66CC (or #F6C).

RGB color model

#F17ECA color RGB value is (241,126,202).

RGB: (241,126,202) (95%, 49%, 79%)

RGB channels and saturation

R 241 of 255 = 95%
G 126 of 255 = 49%
B 202 of 255 = 79%

241
126
202

R + G + B ~ 74%. #F17ECA is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 126 + 202 = 569 (100%)
R 241 of 569 ~ 42.36%
G 126 of 569 ~ 22.14%
B 202 of 569 ~ 35.5'%

%42.36
%22.14
%35.5

CMYK color model

#F17ECA color CMYK value is (0,48,16,5).

  • cyan value is 0.00%
  • magenta value is 47.72%
  • yellow value is 16.18%
  • key color value is 5.49%

CMYK: (0,48,16,5)
C0M48Y16K5 (0%, 48%, 16%, 5%)
(0.00 / 0.48 / 0.16 / 0.05)

CMYK percentages

%0
%47.72
%16.18
%5.49

Codes

Color #F17ECA in popluar color models

F1 7E CA
RGB 241 126 202
HSL 320° 80.42% 71.96%
HSB/HSV 320° 47.72% 94.51%
CMYK 0.00% 47.72% 16.18%
5.49%

Color #F17ECA in popluar number systems.

HEX F1 7E CA
Decimal 241 126 202
Binary 11110001 1111110 11001010
Octal 361 176 312

Shades and tints

Shades of #F17ECA

#F17ECA
(241,126,202)
#DC73B8
(220,115,184)
#C768A6
(199,104,166)
#B25D94
(178,93,148)
#9D5282
(157,82,130)
#884770
(136,71,112)
#733C5E
(115,60,94)
#5E314C
(94,49,76)
#49263A
(73,38,58)
#341B28
(52,27,40)
#1F1016
(31,16,22)
#000000
(0,0,0)

Tints of #F17ECA

#F17ECA
(241,126,202)
#F289CE
(242,137,206)
#F394D2
(243,148,210)
#F49FD6
(244,159,214)
#F5AADA
(245,170,218)
#F6B5DE
(246,181,222)
#F7C0E2
(247,192,226)
#F8CBE6
(248,203,230)
#F9D6EA
(249,214,234)
#FAE1EE
(250,225,238)
#FBECF2
(251,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F17ECA color. Also use rgb(241,126,202) instead hex code.

Text Font Color

.myTextColor { color: #F17ECA; }

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

This text font color is #F17ECA.

Background Color

.myBgColor { background-color: #F17ECA; }

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

This div background color is #F17ECA.

Border color

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

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

This div border color is #F17ECA.

Opacity

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

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

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

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

This text has shadow with #F17ECA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F17ECA.

Preview

Color preview on black background

This text has color #F17ECA on black background.


Color preview on white background

This text has color #F17ECA on white background.


Black color preview on #F17ECA background

This text has black color on #F17ECA background.


White color preview on #F17ECA background

This text has white color on #F17ECA background.


Related colors

Complementary color

Complementary color for #hex is #0E8135.


I love getcolorcode.com

Triadic colors

1 #CAF17E and #7ECAF1 with #F17ECA are triadic colors.

2 #CA7EF1 and #7EF1CA with #F17ECA are triadic colors.