COLOR #F67BC1

HEX: #F67BC1
RGB: (246,123,193)

Color info

#F67BC1 contains mainly red and blue colors. Web safe color of #F67BC1 is #FF66CC (or #F6C).

RGB color model

#F67BC1 color RGB value is (246,123,193).

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

RGB channels and saturation

R 246 of 255 = 96%
G 123 of 255 = 48%
B 193 of 255 = 76%

246
123
193

R + G + B ~ 73%. #F67BC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 123 + 193 = 562 (100%)
R 246 of 562 ~ 43.77%
G 123 of 562 ~ 21.89%
B 193 of 562 ~ 34.34%

%43.77
%21.89
%34.34

CMYK color model

#F67BC1 color CMYK value is (0,50,22,4).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 21.54%
  • key color value is 3.53%
CMYK:
(0,50,22,4)
C0M50Y22K4 
(0%,50%,22%,4%)
(0.00/0.50/0.22/0.04)	

CMYK percentages

%0
%50
%21.54
%3.53

Codes

Color #F67BC1 in popluar color models

F67BC1
RGB246123193
HSL326°87.23%72.35%
HSB/HSV326°50.00%96.47%
CMYK0.00%50.00%21.54%
3.53%

Color #F67BC1 in popluar number systems.

HEXF67BC1
Decimal246123193
Binary11110110111101111000001
Octal366173301

Shades and tints

Shades of #F67BC1

#F67BC1
(246,123,193)
#E070B0
(224,112,176)
#CA659F
(202,101,159)
#B45A8E
(180,90,142)
#9E4F7D
(158,79,125)
#88446C
(136,68,108)
#72395B
(114,57,91)
#5C2E4A
(92,46,74)
#462339
(70,35,57)
#301828
(48,24,40)
#1A0D17
(26,13,23)
#000000
(0,0,0)

Tints of #F67BC1

#F67BC1
(246,123,193)
#F687C6
(246,135,198)
#F693CB
(246,147,203)
#F69FD0
(246,159,208)
#F6ABD5
(246,171,213)
#F6B7DA
(246,183,218)
#F6C3DF
(246,195,223)
#F6CFE4
(246,207,228)
#F6DBE9
(246,219,233)
#F6E7EE
(246,231,238)
#F6F3F3
(246,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F67BC1; }

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

This text font color is #F67BC1.


Background Color

.myBgColor { background-color: #F67BC1; }

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

This div background color is #F67BC1.


Border color

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

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

This div border color is #F67BC1.


Opacity

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

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

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

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

This text has shadow with #F67BC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F67BC1 on black background.


Color preview on white background

This text has color #F67BC1 on white background.



Black color preview on #F67BC1 background

This text has black color on #F67BC1 background.


White color preview on #F67BC1 background

This text has white color on #F67BC1 background.