COLOR #F67E90

HEX: #F67E90
RGB: (246,126,144)

Color info

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

RGB color model

#F67E90 color RGB value is (246,126,144).

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

RGB channels and saturation

R 246 of 255 = 96%
G 126 of 255 = 49%
B 144 of 255 = 56%

246
126
144

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

Portions of RGB colors in percentages

R + G + B =
246 + 126 + 144 = 516 (100%)
R 246 of 516 ~ 47.67%
G 126 of 516 ~ 24.42%
B 144 of 516 ~ 27.91%

%47.67
%24.42
%27.91

CMYK color model

#F67E90 color CMYK value is (0,49,41,4).

  • cyan value is 0.00%
  • magenta value is 48.78%
  • yellow value is 41.46%
  • key color value is 3.53%
CMYK:
(0,49,41,4)
C0M49Y41K4 
(0%,49%,41%,4%)
(0.00/0.49/0.41/0.04)	

CMYK percentages

%0
%48.78
%41.46
%3.53

Codes

Color #F67E90 in popluar color models

F67E90
RGB246126144
HSL351°86.96%72.94%
HSB/HSV351°48.78%96.47%
CMYK0.00%48.78%41.46%
3.53%

Color #F67E90 in popluar number systems.

HEXF67E90
Decimal246126144
Binary11110110111111010010000
Octal366176220

Shades and tints

Shades of #F67E90

#F67E90
(246,126,144)
#E07383
(224,115,131)
#CA6876
(202,104,118)
#B45D69
(180,93,105)
#9E525C
(158,82,92)
#88474F
(136,71,79)
#723C42
(114,60,66)
#5C3135
(92,49,53)
#462628
(70,38,40)
#301B1B
(48,27,27)
#1A100E
(26,16,14)
#000000
(0,0,0)

Tints of #F67E90

#F67E90
(246,126,144)
#F6899A
(246,137,154)
#F694A4
(246,148,164)
#F69FAE
(246,159,174)
#F6AAB8
(246,170,184)
#F6B5C2
(246,181,194)
#F6C0CC
(246,192,204)
#F6CBD6
(246,203,214)
#F6D6E0
(246,214,224)
#F6E1EA
(246,225,234)
#F6ECF4
(246,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F67E90; }

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

This text font color is #F67E90.


Background Color

.myBgColor { background-color: #F67E90; }

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

This div background color is #F67E90.


Border color

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

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

This div border color is #F67E90.


Opacity

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

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

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

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

This text has shadow with #F67E90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F67E90 on black background.


Color preview on white background

This text has color #F67E90 on white background.



Black color preview on #F67E90 background

This text has black color on #F67E90 background.


White color preview on #F67E90 background

This text has white color on #F67E90 background.