COLOR #F18696

HEX: #F18696 RGB: (241,134,150)

Color info

#F18696 contains mainly red color. Web safe color of #F18696 is #FF9999 (or #F99).

RGB color model

#F18696 color RGB value is (241,134,150).

RGB: (241,134,150) (95%, 53%, 59%)

RGB channels and saturation

R 241 of 255 = 95%
G 134 of 255 = 53%
B 150 of 255 = 59%

241
134
150

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

Portions of RGB colors in percentages

R + G + B = 241 + 134 + 150 = 525 (100%)
R 241 of 525 ~ 45.9%
G 134 of 525 ~ 25.52%
B 150 of 525 ~ 28.57'%

%45.9
%25.52
%28.57

CMYK color model

#F18696 color CMYK value is (0,44,38,5).

  • cyan value is 0.00%
  • magenta value is 44.40%
  • yellow value is 37.76%
  • key color value is 5.49%

CMYK: (0,44,38,5)
C0M44Y38K5 (0%, 44%, 38%, 5%)
(0.00 / 0.44 / 0.38 / 0.05)

CMYK percentages

%0
%44.4
%37.76
%5.49

Codes

Color #F18696 in popluar color models

F1 86 96
RGB 241 134 150
HSL 351° 79.26% 73.53%
HSB/HSV 351° 44.40% 94.51%
CMYK 0.00% 44.40% 37.76%
5.49%

Color #F18696 in popluar number systems.

HEX F1 86 96
Decimal 241 134 150
Binary 11110001 10000110 10010110
Octal 361 206 226

Shades and tints

Shades of #F18696

#F18696
(241,134,150)
#DC7A89
(220,122,137)
#C76E7C
(199,110,124)
#B2626F
(178,98,111)
#9D5662
(157,86,98)
#884A55
(136,74,85)
#733E48
(115,62,72)
#5E323B
(94,50,59)
#49262E
(73,38,46)
#341A21
(52,26,33)
#1F0E14
(31,14,20)
#000000
(0,0,0)

Tints of #F18696

#F18696
(241,134,150)
#F2919F
(242,145,159)
#F39CA8
(243,156,168)
#F4A7B1
(244,167,177)
#F5B2BA
(245,178,186)
#F6BDC3
(246,189,195)
#F7C8CC
(247,200,204)
#F8D3D5
(248,211,213)
#F9DEDE
(249,222,222)
#FAE9E7
(250,233,231)
#FBF4F0
(251,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F18696 color. Also use rgb(241,134,150) instead hex code.

Text Font Color

.myTextColor { color: #F18696; }

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

This text font color is #F18696.

Background Color

.myBgColor { background-color: #F18696; }

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

This div background color is #F18696.

Border color

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

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

This div border color is #F18696.

Opacity

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

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

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

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

This text has shadow with #F18696 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F18696.

Preview

Color preview on black background

This text has color #F18696 on black background.


Color preview on white background

This text has color #F18696 on white background.


Black color preview on #F18696 background

This text has black color on #F18696 background.


White color preview on #F18696 background

This text has white color on #F18696 background.


Related colors

Complementary color

Complementary color for #hex is #0E7969.


I love getcolorcode.com

Triadic colors

1 #96F186 and #8696F1 with #F18696 are triadic colors.

2 #9686F1 and #86F196 with #F18696 are triadic colors.