COLOR #F387BB

HEX: #F387BB
RGB: (243,135,187)

Color info

#F387BB contains mainly red and blue colors. Web safe color of #F387BB is #FF99CC (or #F9C).

RGB color model

#F387BB color RGB value is (243,135,187).

  • red value is 243;
  • green value is 135;
  • blue value is 187.
RGB:
(243,135,187)
(95%,53%,73%)

RGB channels and saturation

R 243 of 255 = 95%
G 135 of 255 = 53%
B 187 of 255 = 73%

243
135
187

R + G + B ~ 74%. #F387BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 135 + 187 = 565 (100%)
R 243 of 565 ~ 43.01%
G 135 of 565 ~ 23.89%
B 187 of 565 ~ 33.1%

%43.01
%23.89
%33.1

CMYK color model

#F387BB color CMYK value is (0,44,23,5).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 23.05%
  • key color value is 4.71%
CMYK:
(0,44,23,5)
C0M44Y23K5 
(0%,44%,23%,5%)
(0.00/0.44/0.23/0.05)	

CMYK percentages

%0
%44.44
%23.05
%4.71

Codes

Color #F387BB in popluar color models

F387BB
RGB243135187
HSL331°81.82%74.12%
HSB/HSV331°44.44%95.29%
CMYK0.00%44.44%23.05%
4.71%

Color #F387BB in popluar number systems.

HEXF387BB
Decimal243135187
Binary111100111000011110111011
Octal363207273

Shades and tints

Shades of #F387BB

#F387BB
(243,135,187)
#DD7BAA
(221,123,170)
#C76F99
(199,111,153)
#B16388
(177,99,136)
#9B5777
(155,87,119)
#854B66
(133,75,102)
#6F3F55
(111,63,85)
#593344
(89,51,68)
#432733
(67,39,51)
#2D1B22
(45,27,34)
#170F11
(23,15,17)
#000000
(0,0,0)

Tints of #F387BB

#F387BB
(243,135,187)
#F491C1
(244,145,193)
#F59BC7
(245,155,199)
#F6A5CD
(246,165,205)
#F7AFD3
(247,175,211)
#F8B9D9
(248,185,217)
#F9C3DF
(249,195,223)
#FACDE5
(250,205,229)
#FBD7EB
(251,215,235)
#FCE1F1
(252,225,241)
#FDEBF7
(253,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F387BB color. Also use rgb(243,135,187) instead hex code.

Text Font Color

.myTextColor { color: #F387BB; }

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

This text font color is #F387BB.


Background Color

.myBgColor { background-color: #F387BB; }

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

This div background color is #F387BB.


Border color

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

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

This div border color is #F387BB.


Opacity

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

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

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

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

This text has shadow with #F387BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F387BB on black background.


Color preview on white background

This text has color #F387BB on white background.



Black color preview on #F387BB background

This text has black color on #F387BB background.


White color preview on #F387BB background

This text has white color on #F387BB background.