COLOR #F095C1

HEX: #F095C1
RGB: (240,149,193)

Color info

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

RGB color model

#F095C1 color RGB value is (240,149,193).

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

RGB channels and saturation

R 240 of 255 = 94%
G 149 of 255 = 58%
B 193 of 255 = 76%

240
149
193

R + G + B ~ 76%. #F095C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 149 + 193 = 582 (100%)
R 240 of 582 ~ 41.24%
G 149 of 582 ~ 25.6%
B 193 of 582 ~ 33.16%

%41.24
%25.6
%33.16

CMYK color model

#F095C1 color CMYK value is (0,38,20,6).

  • cyan value is 0.00%
  • magenta value is 37.92%
  • yellow value is 19.58%
  • key color value is 5.88%
CMYK:
(0,38,20,6)
C0M38Y20K6 
(0%,38%,20%,6%)
(0.00/0.38/0.20/0.06)	

CMYK percentages

%0
%37.92
%19.58
%5.88

Codes

Color #F095C1 in popluar color models

F095C1
RGB240149193
HSL331°75.21%76.27%
HSB/HSV331°37.92%94.12%
CMYK0.00%37.92%19.58%
5.88%

Color #F095C1 in popluar number systems.

HEXF095C1
Decimal240149193
Binary111100001001010111000001
Octal360225301

Shades and tints

Shades of #F095C1

#F095C1
(240,149,193)
#DB88B0
(219,136,176)
#C67B9F
(198,123,159)
#B16E8E
(177,110,142)
#9C617D
(156,97,125)
#87546C
(135,84,108)
#72475B
(114,71,91)
#5D3A4A
(93,58,74)
#482D39
(72,45,57)
#332028
(51,32,40)
#1E1317
(30,19,23)
#000000
(0,0,0)

Tints of #F095C1

#F095C1
(240,149,193)
#F19EC6
(241,158,198)
#F2A7CB
(242,167,203)
#F3B0D0
(243,176,208)
#F4B9D5
(244,185,213)
#F5C2DA
(245,194,218)
#F6CBDF
(246,203,223)
#F7D4E4
(247,212,228)
#F8DDE9
(248,221,233)
#F9E6EE
(249,230,238)
#FAEFF3
(250,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F095C1; }

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

This text font color is #F095C1.


Background Color

.myBgColor { background-color: #F095C1; }

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

This div background color is #F095C1.


Border color

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

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

This div border color is #F095C1.


Opacity

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

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

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

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

This text has shadow with #F095C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F095C1 on black background.


Color preview on white background

This text has color #F095C1 on white background.



Black color preview on #F095C1 background

This text has black color on #F095C1 background.


White color preview on #F095C1 background

This text has white color on #F095C1 background.