COLOR #F47693

HEX: #F47693
RGB: (244,118,147)

Color info

#F47693 contains mainly red color. Web safe color of #F47693 is #FF6699 (or #F69).

RGB color model

#F47693 color RGB value is (244,118,147).

  • red value is 244;
  • green value is 118;
  • blue value is 147.
RGB:
(244,118,147)
(96%,46%,58%)

RGB channels and saturation

R 244 of 255 = 96%
G 118 of 255 = 46%
B 147 of 255 = 58%

244
118
147

R + G + B ~ 67%. #F47693 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 118 + 147 = 509 (100%)
R 244 of 509 ~ 47.94%
G 118 of 509 ~ 23.18%
B 147 of 509 ~ 28.88%

%47.94
%23.18
%28.88

CMYK color model

#F47693 color CMYK value is (0,52,40,4).

  • cyan value is 0.00%
  • magenta value is 51.64%
  • yellow value is 39.75%
  • key color value is 4.31%
CMYK:
(0,52,40,4)
C0M52Y40K4 
(0%,52%,40%,4%)
(0.00/0.52/0.40/0.04)	

CMYK percentages

%0
%51.64
%39.75
%4.31

Codes

Color #F47693 in popluar color models

F47693
RGB244118147
HSL346°85.14%70.98%
HSB/HSV346°51.64%95.69%
CMYK0.00%51.64%39.75%
4.31%

Color #F47693 in popluar number systems.

HEXF47693
Decimal244118147
Binary11110100111011010010011
Octal364166223

Shades and tints

Shades of #F47693

#F47693
(244,118,147)
#DE6C86
(222,108,134)
#C86279
(200,98,121)
#B2586C
(178,88,108)
#9C4E5F
(156,78,95)
#864452
(134,68,82)
#703A45
(112,58,69)
#5A3038
(90,48,56)
#44262B
(68,38,43)
#2E1C1E
(46,28,30)
#181211
(24,18,17)
#000000
(0,0,0)

Tints of #F47693

#F47693
(244,118,147)
#F5829C
(245,130,156)
#F68EA5
(246,142,165)
#F79AAE
(247,154,174)
#F8A6B7
(248,166,183)
#F9B2C0
(249,178,192)
#FABEC9
(250,190,201)
#FBCAD2
(251,202,210)
#FCD6DB
(252,214,219)
#FDE2E4
(253,226,228)
#FEEEED
(254,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F47693 color. Also use rgb(244,118,147) instead hex code.

Text Font Color

.myTextColor { color: #F47693; }

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

This text font color is #F47693.


Background Color

.myBgColor { background-color: #F47693; }

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

This div background color is #F47693.


Border color

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

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

This div border color is #F47693.


Opacity

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

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

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

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

This text has shadow with #F47693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F47693 on black background.


Color preview on white background

This text has color #F47693 on white background.



Black color preview on #F47693 background

This text has black color on #F47693 background.


White color preview on #F47693 background

This text has white color on #F47693 background.