COLOR #F15B95

HEX: #F15B95 RGB: (241,91,149)

Color info

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

RGB color model

#F15B95 color RGB value is (241,91,149).

RGB: (241,91,149) (95%, 36%, 58%)

RGB channels and saturation

R 241 of 255 = 95%
G 91 of 255 = 36%
B 149 of 255 = 58%

241
91
149

R + G + B ~ 63%. #F15B95 is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 91 + 149 = 481 (100%)
R 241 of 481 ~ 50.1%
G 91 of 481 ~ 18.92%
B 149 of 481 ~ 30.98'%

%50.1
%18.92
%30.98

CMYK color model

#F15B95 color CMYK value is (0,62,38,5).

  • cyan value is 0.00%
  • magenta value is 62.24%
  • yellow value is 38.17%
  • key color value is 5.49%

CMYK: (0,62,38,5)
C0M62Y38K5 (0%, 62%, 38%, 5%)
(0.00 / 0.62 / 0.38 / 0.05)

CMYK percentages

%0
%62.24
%38.17
%5.49

Codes

Color #F15B95 in popluar color models

F1 5B 95
RGB 241 91 149
HSL 337° 84.27% 65.10%
HSB/HSV 337° 62.24% 94.51%
CMYK 0.00% 62.24% 38.17%
5.49%

Color #F15B95 in popluar number systems.

HEX F1 5B 95
Decimal 241 91 149
Binary 11110001 1011011 10010101
Octal 361 133 225

Shades and tints

Shades of #F15B95

#F15B95
(241,91,149)
#DC5388
(220,83,136)
#C74B7B
(199,75,123)
#B2436E
(178,67,110)
#9D3B61
(157,59,97)
#883354
(136,51,84)
#732B47
(115,43,71)
#5E233A
(94,35,58)
#491B2D
(73,27,45)
#341320
(52,19,32)
#1F0B13
(31,11,19)
#000000
(0,0,0)

Tints of #F15B95

#F15B95
(241,91,149)
#F2699E
(242,105,158)
#F377A7
(243,119,167)
#F485B0
(244,133,176)
#F593B9
(245,147,185)
#F6A1C2
(246,161,194)
#F7AFCB
(247,175,203)
#F8BDD4
(248,189,212)
#F9CBDD
(249,203,221)
#FAD9E6
(250,217,230)
#FBE7EF
(251,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F15B95 color. Also use rgb(241,91,149) instead hex code.

Text Font Color

.myTextColor { color: #F15B95; }

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

This text font color is #F15B95.

Background Color

.myBgColor { background-color: #F15B95; }

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

This div background color is #F15B95.

Border color

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

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

This div border color is #F15B95.

Opacity

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

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

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

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

This text has shadow with #F15B95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F15B95.

Preview

Color preview on black background

This text has color #F15B95 on black background.


Color preview on white background

This text has color #F15B95 on white background.


Black color preview on #F15B95 background

This text has black color on #F15B95 background.


White color preview on #F15B95 background

This text has white color on #F15B95 background.


Related colors

Complementary color

Complementary color for #hex is #0EA46A.


I love getcolorcode.com

Triadic colors

1 #95F15B and #5B95F1 with #F15B95 are triadic colors.

2 #955BF1 and #5BF195 with #F15B95 are triadic colors.