COLOR #F095CF

HEX: #F095CF
RGB: (240,149,207)

Color info

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

RGB color model

#F095CF color RGB value is (240,149,207).

  • red value is 240;
  • green value is 149;
  • blue value is 207.
RGB:
(240,149,207)
(94%,58%,81%)

RGB channels and saturation

R 240 of 255 = 94%
G 149 of 255 = 58%
B 207 of 255 = 81%

240
149
207

R + G + B ~ 78%. #F095CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 149 + 207 = 596 (100%)
R 240 of 596 ~ 40.27%
G 149 of 596 ~ 25%
B 207 of 596 ~ 34.73%

%40.27
%25
%34.73

CMYK color model

#F095CF color CMYK value is (0,38,14,6).

  • cyan value is 0.00%
  • magenta value is 37.92%
  • yellow value is 13.75%
  • key color value is 5.88%
CMYK:
(0,38,14,6)
C0M38Y14K6 
(0%,38%,14%,6%)
(0.00/0.38/0.14/0.06)	

CMYK percentages

%0
%37.92
%13.75
%5.88

Codes

Color #F095CF in popluar color models

F095CF
RGB240149207
HSL322°75.21%76.27%
HSB/HSV322°37.92%94.12%
CMYK0.00%37.92%13.75%
5.88%

Color #F095CF in popluar number systems.

HEXF095CF
Decimal240149207
Binary111100001001010111001111
Octal360225317

Shades and tints

Shades of #F095CF

#F095CF
(240,149,207)
#DB88BD
(219,136,189)
#C67BAB
(198,123,171)
#B16E99
(177,110,153)
#9C6187
(156,97,135)
#875475
(135,84,117)
#724763
(114,71,99)
#5D3A51
(93,58,81)
#482D3F
(72,45,63)
#33202D
(51,32,45)
#1E131B
(30,19,27)
#000000
(0,0,0)

Tints of #F095CF

#F095CF
(240,149,207)
#F19ED3
(241,158,211)
#F2A7D7
(242,167,215)
#F3B0DB
(243,176,219)
#F4B9DF
(244,185,223)
#F5C2E3
(245,194,227)
#F6CBE7
(246,203,231)
#F7D4EB
(247,212,235)
#F8DDEF
(248,221,239)
#F9E6F3
(249,230,243)
#FAEFF7
(250,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F095CF color. Also use rgb(240,149,207) instead hex code.

Text Font Color

.myTextColor { color: #F095CF; }

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

This text font color is #F095CF.


Background Color

.myBgColor { background-color: #F095CF; }

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

This div background color is #F095CF.


Border color

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

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

This div border color is #F095CF.


Opacity

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

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

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

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

This text has shadow with #F095CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F095CF on black background.


Color preview on white background

This text has color #F095CF on white background.



Black color preview on #F095CF background

This text has black color on #F095CF background.


White color preview on #F095CF background

This text has white color on #F095CF background.