COLOR #F087C6

HEX: #F087C6
RGB: (240,135,198)

Color info

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

RGB color model

#F087C6 color RGB value is (240,135,198).

  • red value is 240;
  • green value is 135;
  • blue value is 198.
RGB:
(240,135,198)
(94%,53%,78%)

RGB channels and saturation

R 240 of 255 = 94%
G 135 of 255 = 53%
B 198 of 255 = 78%

240
135
198

R + G + B ~ 75%. #F087C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 135 + 198 = 573 (100%)
R 240 of 573 ~ 41.88%
G 135 of 573 ~ 23.56%
B 198 of 573 ~ 34.55%

%41.88
%23.56
%34.55

CMYK color model

#F087C6 color CMYK value is (0,44,18,6).

  • cyan value is 0.00%
  • magenta value is 43.75%
  • yellow value is 17.50%
  • key color value is 5.88%
CMYK:
(0,44,18,6)
C0M44Y18K6 
(0%,44%,18%,6%)
(0.00/0.44/0.18/0.06)	

CMYK percentages

%0
%43.75
%17.5
%5.88

Codes

Color #F087C6 in popluar color models

F087C6
RGB240135198
HSL324°77.78%73.53%
HSB/HSV324°43.75%94.12%
CMYK0.00%43.75%17.50%
5.88%

Color #F087C6 in popluar number systems.

HEXF087C6
Decimal240135198
Binary111100001000011111000110
Octal360207306

Shades and tints

Shades of #F087C6

#F087C6
(240,135,198)
#DB7BB4
(219,123,180)
#C66FA2
(198,111,162)
#B16390
(177,99,144)
#9C577E
(156,87,126)
#874B6C
(135,75,108)
#723F5A
(114,63,90)
#5D3348
(93,51,72)
#482736
(72,39,54)
#331B24
(51,27,36)
#1E0F12
(30,15,18)
#000000
(0,0,0)

Tints of #F087C6

#F087C6
(240,135,198)
#F191CB
(241,145,203)
#F29BD0
(242,155,208)
#F3A5D5
(243,165,213)
#F4AFDA
(244,175,218)
#F5B9DF
(245,185,223)
#F6C3E4
(246,195,228)
#F7CDE9
(247,205,233)
#F8D7EE
(248,215,238)
#F9E1F3
(249,225,243)
#FAEBF8
(250,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F087C6 color. Also use rgb(240,135,198) instead hex code.

Text Font Color

.myTextColor { color: #F087C6; }

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

This text font color is #F087C6.


Background Color

.myBgColor { background-color: #F087C6; }

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

This div background color is #F087C6.


Border color

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

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

This div border color is #F087C6.


Opacity

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

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

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

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

This text has shadow with #F087C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F087C6 on black background.


Color preview on white background

This text has color #F087C6 on white background.



Black color preview on #F087C6 background

This text has black color on #F087C6 background.


White color preview on #F087C6 background

This text has white color on #F087C6 background.