COLOR #F15EC2

HEX: #F15EC2 RGB: (241,94,194)

Color info

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

RGB color model

#F15EC2 color RGB value is (241,94,194).

RGB: (241,94,194) (95%, 37%, 76%)

RGB channels and saturation

R 241 of 255 = 95%
G 94 of 255 = 37%
B 194 of 255 = 76%

241
94
194

R + G + B ~ 69%. #F15EC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 94 + 194 = 529 (100%)
R 241 of 529 ~ 45.56%
G 94 of 529 ~ 17.77%
B 194 of 529 ~ 36.67'%

%45.56
%17.77
%36.67

CMYK color model

#F15EC2 color CMYK value is (0,61,20,5).

  • cyan value is 0.00%
  • magenta value is 61.00%
  • yellow value is 19.50%
  • key color value is 5.49%

CMYK: (0,61,20,5)
C0M61Y20K5 (0%, 61%, 20%, 5%)
(0.00 / 0.61 / 0.20 / 0.05)

CMYK percentages

%0
%61
%19.5
%5.49

Codes

Color #F15EC2 in popluar color models

F1 5E C2
RGB 241 94 194
HSL 319° 84.00% 65.69%
HSB/HSV 319° 61.00% 94.51%
CMYK 0.00% 61.00% 19.50%
5.49%

Color #F15EC2 in popluar number systems.

HEX F1 5E C2
Decimal 241 94 194
Binary 11110001 1011110 11000010
Octal 361 136 302

Shades and tints

Shades of #F15EC2

#F15EC2
(241,94,194)
#DC56B1
(220,86,177)
#C74EA0
(199,78,160)
#B2468F
(178,70,143)
#9D3E7E
(157,62,126)
#88366D
(136,54,109)
#732E5C
(115,46,92)
#5E264B
(94,38,75)
#491E3A
(73,30,58)
#341629
(52,22,41)
#1F0E18
(31,14,24)
#000000
(0,0,0)

Tints of #F15EC2

#F15EC2
(241,94,194)
#F26CC7
(242,108,199)
#F37ACC
(243,122,204)
#F488D1
(244,136,209)
#F596D6
(245,150,214)
#F6A4DB
(246,164,219)
#F7B2E0
(247,178,224)
#F8C0E5
(248,192,229)
#F9CEEA
(249,206,234)
#FADCEF
(250,220,239)
#FBEAF4
(251,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F15EC2 color. Also use rgb(241,94,194) instead hex code.

Text Font Color

.myTextColor { color: #F15EC2; }

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

This text font color is #F15EC2.

Background Color

.myBgColor { background-color: #F15EC2; }

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

This div background color is #F15EC2.

Border color

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

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

This div border color is #F15EC2.

Opacity

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

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

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

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

This text has shadow with #F15EC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F15EC2.

Preview

Color preview on black background

This text has color #F15EC2 on black background.


Color preview on white background

This text has color #F15EC2 on white background.


Black color preview on #F15EC2 background

This text has black color on #F15EC2 background.


White color preview on #F15EC2 background

This text has white color on #F15EC2 background.


Related colors

Complementary color

Complementary color for #hex is #0EA13D.


I love getcolorcode.com

Triadic colors

1 #C2F15E and #5EC2F1 with #F15EC2 are triadic colors.

2 #C25EF1 and #5EF1C2 with #F15EC2 are triadic colors.