COLOR #F15D8E

HEX: #F15D8E
RGB: (241,93,142)

Color info

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

RGB color model

#F15D8E color RGB value is (241,93,142).

  • red value is 241;
  • green value is 93;
  • blue value is 142.
RGB:
(241,93,142)
(95%,36%,56%)

RGB channels and saturation

R 241 of 255 = 95%
G 93 of 255 = 36%
B 142 of 255 = 56%

241
93
142

R + G + B ~ 62%. #F15D8E is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 93 + 142 = 476 (100%)
R 241 of 476 ~ 50.63%
G 93 of 476 ~ 19.54%
B 142 of 476 ~ 29.83%

%50.63
%19.54
%29.83

CMYK color model

#F15D8E color CMYK value is (0,61,41,5).

  • cyan value is 0.00%
  • magenta value is 61.41%
  • yellow value is 41.08%
  • key color value is 5.49%
CMYK:
(0,61,41,5)
C0M61Y41K5 
(0%,61%,41%,5%)
(0.00/0.61/0.41/0.05)	

CMYK percentages

%0
%61.41
%41.08
%5.49

Codes

Color #F15D8E in popluar color models

F15D8E
RGB24193142
HSL340°84.09%65.49%
HSB/HSV340°61.41%94.51%
CMYK0.00%61.41%41.08%
5.49%

Color #F15D8E in popluar number systems.

HEXF15D8E
Decimal24193142
Binary11110001101110110001110
Octal361135216

Shades and tints

Shades of #F15D8E

#F15D8E
(241,93,142)
#DC5582
(220,85,130)
#C74D76
(199,77,118)
#B2456A
(178,69,106)
#9D3D5E
(157,61,94)
#883552
(136,53,82)
#732D46
(115,45,70)
#5E253A
(94,37,58)
#491D2E
(73,29,46)
#341522
(52,21,34)
#1F0D16
(31,13,22)
#000000
(0,0,0)

Tints of #F15D8E

#F15D8E
(241,93,142)
#F26B98
(242,107,152)
#F379A2
(243,121,162)
#F487AC
(244,135,172)
#F595B6
(245,149,182)
#F6A3C0
(246,163,192)
#F7B1CA
(247,177,202)
#F8BFD4
(248,191,212)
#F9CDDE
(249,205,222)
#FADBE8
(250,219,232)
#FBE9F2
(251,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F15D8E color. Also use rgb(241,93,142) instead hex code.

Text Font Color

.myTextColor { color: #F15D8E; }

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

This text font color is #F15D8E.


Background Color

.myBgColor { background-color: #F15D8E; }

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

This div background color is #F15D8E.


Border color

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

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

This div border color is #F15D8E.


Opacity

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

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

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

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

This text has shadow with #F15D8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F15D8E on black background.


Color preview on white background

This text has color #F15D8E on white background.



Black color preview on #F15D8E background

This text has black color on #F15D8E background.


White color preview on #F15D8E background

This text has white color on #F15D8E background.