COLOR #F187B2

HEX: #F187B2
RGB: (241,135,178)

Color info

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

RGB color model

#F187B2 color RGB value is (241,135,178).

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

RGB channels and saturation

R 241 of 255 = 95%
G 135 of 255 = 53%
B 178 of 255 = 70%

241
135
178

R + G + B ~ 73%. #F187B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 135 + 178 = 554 (100%)
R 241 of 554 ~ 43.5%
G 135 of 554 ~ 24.37%
B 178 of 554 ~ 32.13%

%43.5
%24.37
%32.13

CMYK color model

#F187B2 color CMYK value is (0,44,26,5).

  • cyan value is 0.00%
  • magenta value is 43.98%
  • yellow value is 26.14%
  • key color value is 5.49%
CMYK:
(0,44,26,5)
C0M44Y26K5 
(0%,44%,26%,5%)
(0.00/0.44/0.26/0.05)	

CMYK percentages

%0
%43.98
%26.14
%5.49

Codes

Color #F187B2 in popluar color models

F187B2
RGB241135178
HSL336°79.10%73.73%
HSB/HSV336°43.98%94.51%
CMYK0.00%43.98%26.14%
5.49%

Color #F187B2 in popluar number systems.

HEXF187B2
Decimal241135178
Binary111100011000011110110010
Octal361207262

Shades and tints

Shades of #F187B2

#F187B2
(241,135,178)
#DC7BA2
(220,123,162)
#C76F92
(199,111,146)
#B26382
(178,99,130)
#9D5772
(157,87,114)
#884B62
(136,75,98)
#733F52
(115,63,82)
#5E3342
(94,51,66)
#492732
(73,39,50)
#341B22
(52,27,34)
#1F0F12
(31,15,18)
#000000
(0,0,0)

Tints of #F187B2

#F187B2
(241,135,178)
#F291B9
(242,145,185)
#F39BC0
(243,155,192)
#F4A5C7
(244,165,199)
#F5AFCE
(245,175,206)
#F6B9D5
(246,185,213)
#F7C3DC
(247,195,220)
#F8CDE3
(248,205,227)
#F9D7EA
(249,215,234)
#FAE1F1
(250,225,241)
#FBEBF8
(251,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F187B2; }

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

This text font color is #F187B2.


Background Color

.myBgColor { background-color: #F187B2; }

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

This div background color is #F187B2.


Border color

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

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

This div border color is #F187B2.


Opacity

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

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

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

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

This text has shadow with #F187B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F187B2 on black background.


Color preview on white background

This text has color #F187B2 on white background.



Black color preview on #F187B2 background

This text has black color on #F187B2 background.


White color preview on #F187B2 background

This text has white color on #F187B2 background.