COLOR #F15E9A

HEX: #F15E9A RGB: (241,94,154)

Color info

#F15E9A contains mainly red color. Web safe color of #F15E9A is #FF6699 (or #F69).

RGB color model

#F15E9A color RGB value is (241,94,154).

RGB: (241,94,154) (95%, 37%, 60%)

RGB channels and saturation

R 241 of 255 = 95%
G 94 of 255 = 37%
B 154 of 255 = 60%

241
94
154

R + G + B ~ 64%. #F15E9A is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 94 + 154 = 489 (100%)
R 241 of 489 ~ 49.28%
G 94 of 489 ~ 19.22%
B 154 of 489 ~ 31.49'%

%49.28
%19.22
%31.49

CMYK color model

#F15E9A color CMYK value is (0,61,36,5).

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

CMYK: (0,61,36,5)
C0M61Y36K5 (0%, 61%, 36%, 5%)
(0.00 / 0.61 / 0.36 / 0.05)

CMYK percentages

%0
%61
%36.1
%5.49

Codes

Color #F15E9A in popluar color models

F1 5E 9A
RGB 241 94 154
HSL 336° 84.00% 65.69%
HSB/HSV 336° 61.00% 94.51%
CMYK 0.00% 61.00% 36.10%
5.49%

Color #F15E9A in popluar number systems.

HEX F1 5E 9A
Decimal 241 94 154
Binary 11110001 1011110 10011010
Octal 361 136 232

Shades and tints

Shades of #F15E9A

#F15E9A
(241,94,154)
#DC568C
(220,86,140)
#C74E7E
(199,78,126)
#B24670
(178,70,112)
#9D3E62
(157,62,98)
#883654
(136,54,84)
#732E46
(115,46,70)
#5E2638
(94,38,56)
#491E2A
(73,30,42)
#34161C
(52,22,28)
#1F0E0E
(31,14,14)
#000000
(0,0,0)

Tints of #F15E9A

#F15E9A
(241,94,154)
#F26CA3
(242,108,163)
#F37AAC
(243,122,172)
#F488B5
(244,136,181)
#F596BE
(245,150,190)
#F6A4C7
(246,164,199)
#F7B2D0
(247,178,208)
#F8C0D9
(248,192,217)
#F9CEE2
(249,206,226)
#FADCEB
(250,220,235)
#FBEAF4
(251,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F15E9A; }

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

This text font color is #F15E9A.

Background Color

.myBgColor { background-color: #F15E9A; }

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

This div background color is #F15E9A.

Border color

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

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

This div border color is #F15E9A.

Opacity

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

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

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

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

This text has shadow with #F15E9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F15E9A.

Preview

Color preview on black background

This text has color #F15E9A on black background.


Color preview on white background

This text has color #F15E9A on white background.


Black color preview on #F15E9A background

This text has black color on #F15E9A background.


White color preview on #F15E9A background

This text has white color on #F15E9A background.


Related colors

Complementary color

Complementary color for #hex is #0EA165.


I love getcolorcode.com

Triadic colors

1 #9AF15E and #5E9AF1 with #F15E9A are triadic colors.

2 #9A5EF1 and #5EF19A with #F15E9A are triadic colors.