COLOR #F67EA3

HEX: #F67EA3
RGB: (246,126,163)

Color info

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

RGB color model

#F67EA3 color RGB value is (246,126,163).

  • red value is 246;
  • green value is 126;
  • blue value is 163.
RGB:
(246,126,163)
(96%,49%,64%)

RGB channels and saturation

R 246 of 255 = 96%
G 126 of 255 = 49%
B 163 of 255 = 64%

246
126
163

R + G + B ~ 70%. #F67EA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 126 + 163 = 535 (100%)
R 246 of 535 ~ 45.98%
G 126 of 535 ~ 23.55%
B 163 of 535 ~ 30.47%

%45.98
%23.55
%30.47

CMYK color model

#F67EA3 color CMYK value is (0,49,34,4).

  • cyan value is 0.00%
  • magenta value is 48.78%
  • yellow value is 33.74%
  • key color value is 3.53%
CMYK:
(0,49,34,4)
C0M49Y34K4 
(0%,49%,34%,4%)
(0.00/0.49/0.34/0.04)	

CMYK percentages

%0
%48.78
%33.74
%3.53

Codes

Color #F67EA3 in popluar color models

F67EA3
RGB246126163
HSL342°86.96%72.94%
HSB/HSV342°48.78%96.47%
CMYK0.00%48.78%33.74%
3.53%

Color #F67EA3 in popluar number systems.

HEXF67EA3
Decimal246126163
Binary11110110111111010100011
Octal366176243

Shades and tints

Shades of #F67EA3

#F67EA3
(246,126,163)
#E07395
(224,115,149)
#CA6887
(202,104,135)
#B45D79
(180,93,121)
#9E526B
(158,82,107)
#88475D
(136,71,93)
#723C4F
(114,60,79)
#5C3141
(92,49,65)
#462633
(70,38,51)
#301B25
(48,27,37)
#1A1017
(26,16,23)
#000000
(0,0,0)

Tints of #F67EA3

#F67EA3
(246,126,163)
#F689AB
(246,137,171)
#F694B3
(246,148,179)
#F69FBB
(246,159,187)
#F6AAC3
(246,170,195)
#F6B5CB
(246,181,203)
#F6C0D3
(246,192,211)
#F6CBDB
(246,203,219)
#F6D6E3
(246,214,227)
#F6E1EB
(246,225,235)
#F6ECF3
(246,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F67EA3 color. Also use rgb(246,126,163) instead hex code.

Text Font Color

.myTextColor { color: #F67EA3; }

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

This text font color is #F67EA3.


Background Color

.myBgColor { background-color: #F67EA3; }

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

This div background color is #F67EA3.


Border color

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

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

This div border color is #F67EA3.


Opacity

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

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

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

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

This text has shadow with #F67EA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F67EA3 on black background.


Color preview on white background

This text has color #F67EA3 on white background.



Black color preview on #F67EA3 background

This text has black color on #F67EA3 background.


White color preview on #F67EA3 background

This text has white color on #F67EA3 background.