COLOR #F185B2

HEX: #F185B2
RGB: (241,133,178)

Color info

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

RGB color model

#F185B2 color RGB value is (241,133,178).

  • red value is 241;
  • green value is 133;
  • blue value is 178.
RGB:
(241,133,178)
(95%,52%,70%)

RGB channels and saturation

R 241 of 255 = 95%
G 133 of 255 = 52%
B 178 of 255 = 70%

241
133
178

R + G + B ~ 72%. #F185B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 133 + 178 = 552 (100%)
R 241 of 552 ~ 43.66%
G 133 of 552 ~ 24.09%
B 178 of 552 ~ 32.25%

%43.66
%24.09
%32.25

CMYK color model

#F185B2 color CMYK value is (0,45,26,5).

  • cyan value is 0.00%
  • magenta value is 44.81%
  • yellow value is 26.14%
  • key color value is 5.49%
CMYK:
(0,45,26,5)
C0M45Y26K5 
(0%,45%,26%,5%)
(0.00/0.45/0.26/0.05)	

CMYK percentages

%0
%44.81
%26.14
%5.49

Codes

Color #F185B2 in popluar color models

F185B2
RGB241133178
HSL335°79.41%73.33%
HSB/HSV335°44.81%94.51%
CMYK0.00%44.81%26.14%
5.49%

Color #F185B2 in popluar number systems.

HEXF185B2
Decimal241133178
Binary111100011000010110110010
Octal361205262

Shades and tints

Shades of #F185B2

#F185B2
(241,133,178)
#DC79A2
(220,121,162)
#C76D92
(199,109,146)
#B26182
(178,97,130)
#9D5572
(157,85,114)
#884962
(136,73,98)
#733D52
(115,61,82)
#5E3142
(94,49,66)
#492532
(73,37,50)
#341922
(52,25,34)
#1F0D12
(31,13,18)
#000000
(0,0,0)

Tints of #F185B2

#F185B2
(241,133,178)
#F290B9
(242,144,185)
#F39BC0
(243,155,192)
#F4A6C7
(244,166,199)
#F5B1CE
(245,177,206)
#F6BCD5
(246,188,213)
#F7C7DC
(247,199,220)
#F8D2E3
(248,210,227)
#F9DDEA
(249,221,234)
#FAE8F1
(250,232,241)
#FBF3F8
(251,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F185B2 color. Also use rgb(241,133,178) instead hex code.

Text Font Color

.myTextColor { color: #F185B2; }

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

This text font color is #F185B2.


Background Color

.myBgColor { background-color: #F185B2; }

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

This div background color is #F185B2.


Border color

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

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

This div border color is #F185B2.


Opacity

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

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

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

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

This text has shadow with #F185B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F185B2 on black background.


Color preview on white background

This text has color #F185B2 on white background.



Black color preview on #F185B2 background

This text has black color on #F185B2 background.


White color preview on #F185B2 background

This text has white color on #F185B2 background.