COLOR #F67B94

HEX: #F67B94
RGB: (246,123,148)

Color info

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

RGB color model

#F67B94 color RGB value is (246,123,148).

  • red value is 246;
  • green value is 123;
  • blue value is 148.
RGB:
(246,123,148)
(96%,48%,58%)

RGB channels and saturation

R 246 of 255 = 96%
G 123 of 255 = 48%
B 148 of 255 = 58%

246
123
148

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

Portions of RGB colors in percentages

R + G + B =
246 + 123 + 148 = 517 (100%)
R 246 of 517 ~ 47.58%
G 123 of 517 ~ 23.79%
B 148 of 517 ~ 28.63%

%47.58
%23.79
%28.63

CMYK color model

#F67B94 color CMYK value is (0,50,40,4).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 39.84%
  • key color value is 3.53%
CMYK:
(0,50,40,4)
C0M50Y40K4 
(0%,50%,40%,4%)
(0.00/0.50/0.40/0.04)	

CMYK percentages

%0
%50
%39.84
%3.53

Codes

Color #F67B94 in popluar color models

F67B94
RGB246123148
HSL348°87.23%72.35%
HSB/HSV348°50.00%96.47%
CMYK0.00%50.00%39.84%
3.53%

Color #F67B94 in popluar number systems.

HEXF67B94
Decimal246123148
Binary11110110111101110010100
Octal366173224

Shades and tints

Shades of #F67B94

#F67B94
(246,123,148)
#E07087
(224,112,135)
#CA657A
(202,101,122)
#B45A6D
(180,90,109)
#9E4F60
(158,79,96)
#884453
(136,68,83)
#723946
(114,57,70)
#5C2E39
(92,46,57)
#46232C
(70,35,44)
#30181F
(48,24,31)
#1A0D12
(26,13,18)
#000000
(0,0,0)

Tints of #F67B94

#F67B94
(246,123,148)
#F6879D
(246,135,157)
#F693A6
(246,147,166)
#F69FAF
(246,159,175)
#F6ABB8
(246,171,184)
#F6B7C1
(246,183,193)
#F6C3CA
(246,195,202)
#F6CFD3
(246,207,211)
#F6DBDC
(246,219,220)
#F6E7E5
(246,231,229)
#F6F3EE
(246,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F67B94 color. Also use rgb(246,123,148) instead hex code.

Text Font Color

.myTextColor { color: #F67B94; }

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

This text font color is #F67B94.


Background Color

.myBgColor { background-color: #F67B94; }

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

This div background color is #F67B94.


Border color

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

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

This div border color is #F67B94.


Opacity

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

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

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

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

This text has shadow with #F67B94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F67B94 on black background.


Color preview on white background

This text has color #F67B94 on white background.



Black color preview on #F67B94 background

This text has black color on #F67B94 background.


White color preview on #F67B94 background

This text has white color on #F67B94 background.