COLOR #F795B1

HEX: #F795B1
RGB: (247,149,177)

Color info

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

RGB color model

#F795B1 color RGB value is (247,149,177).

  • red value is 247;
  • green value is 149;
  • blue value is 177.
RGB:
(247,149,177)
(97%,58%,69%)

RGB channels and saturation

R 247 of 255 = 97%
G 149 of 255 = 58%
B 177 of 255 = 69%

247
149
177

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

Portions of RGB colors in percentages

R + G + B =
247 + 149 + 177 = 573 (100%)
R 247 of 573 ~ 43.11%
G 149 of 573 ~ 26%
B 177 of 573 ~ 30.89%

%43.11
%26
%30.89

CMYK color model

#F795B1 color CMYK value is (0,40,28,3).

  • cyan value is 0.00%
  • magenta value is 39.68%
  • yellow value is 28.34%
  • key color value is 3.14%
CMYK:
(0,40,28,3)
C0M40Y28K3 
(0%,40%,28%,3%)
(0.00/0.40/0.28/0.03)	

CMYK percentages

%0
%39.68
%28.34
%3.14

Codes

Color #F795B1 in popluar color models

F795B1
RGB247149177
HSL343°85.96%77.65%
HSB/HSV343°39.68%96.86%
CMYK0.00%39.68%28.34%
3.14%

Color #F795B1 in popluar number systems.

HEXF795B1
Decimal247149177
Binary111101111001010110110001
Octal367225261

Shades and tints

Shades of #F795B1

#F795B1
(247,149,177)
#E188A1
(225,136,161)
#CB7B91
(203,123,145)
#B56E81
(181,110,129)
#9F6171
(159,97,113)
#895461
(137,84,97)
#734751
(115,71,81)
#5D3A41
(93,58,65)
#472D31
(71,45,49)
#312021
(49,32,33)
#1B1311
(27,19,17)
#000000
(0,0,0)

Tints of #F795B1

#F795B1
(247,149,177)
#F79EB8
(247,158,184)
#F7A7BF
(247,167,191)
#F7B0C6
(247,176,198)
#F7B9CD
(247,185,205)
#F7C2D4
(247,194,212)
#F7CBDB
(247,203,219)
#F7D4E2
(247,212,226)
#F7DDE9
(247,221,233)
#F7E6F0
(247,230,240)
#F7EFF7
(247,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F795B1 color. Also use rgb(247,149,177) instead hex code.

Text Font Color

.myTextColor { color: #F795B1; }

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

This text font color is #F795B1.


Background Color

.myBgColor { background-color: #F795B1; }

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

This div background color is #F795B1.


Border color

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

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

This div border color is #F795B1.


Opacity

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

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

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

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

This text has shadow with #F795B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F795B1 on black background.


Color preview on white background

This text has color #F795B1 on white background.



Black color preview on #F795B1 background

This text has black color on #F795B1 background.


White color preview on #F795B1 background

This text has white color on #F795B1 background.