COLOR #F65C80

HEX: #F65C80
RGB: (246,92,128)

Color info

#F65C80 contains mainly red color. Web safe color of #F65C80 is #FF6666 (or #F66).

RGB color model

#F65C80 color RGB value is (246,92,128).

  • red value is 246;
  • green value is 92;
  • blue value is 128.
RGB:
(246,92,128)
(96%,36%,50%)

RGB channels and saturation

R 246 of 255 = 96%
G 92 of 255 = 36%
B 128 of 255 = 50%

246
92
128

R + G + B ~ 61%. #F65C80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 92 + 128 = 466 (100%)
R 246 of 466 ~ 52.79%
G 92 of 466 ~ 19.74%
B 128 of 466 ~ 27.47%

%52.79
%19.74
%27.47

CMYK color model

#F65C80 color CMYK value is (0,63,48,4).

  • cyan value is 0.00%
  • magenta value is 62.60%
  • yellow value is 47.97%
  • key color value is 3.53%
CMYK:
(0,63,48,4)
C0M63Y48K4 
(0%,63%,48%,4%)
(0.00/0.63/0.48/0.04)	

CMYK percentages

%0
%62.6
%47.97
%3.53

Codes

Color #F65C80 in popluar color models

F65C80
RGB24692128
HSL346°89.53%66.27%
HSB/HSV346°62.60%96.47%
CMYK0.00%62.60%47.97%
3.53%

Color #F65C80 in popluar number systems.

HEXF65C80
Decimal24692128
Binary11110110101110010000000
Octal366134200

Shades and tints

Shades of #F65C80

#F65C80
(246,92,128)
#E05475
(224,84,117)
#CA4C6A
(202,76,106)
#B4445F
(180,68,95)
#9E3C54
(158,60,84)
#883449
(136,52,73)
#722C3E
(114,44,62)
#5C2433
(92,36,51)
#461C28
(70,28,40)
#30141D
(48,20,29)
#1A0C12
(26,12,18)
#000000
(0,0,0)

Tints of #F65C80

#F65C80
(246,92,128)
#F66A8B
(246,106,139)
#F67896
(246,120,150)
#F686A1
(246,134,161)
#F694AC
(246,148,172)
#F6A2B7
(246,162,183)
#F6B0C2
(246,176,194)
#F6BECD
(246,190,205)
#F6CCD8
(246,204,216)
#F6DAE3
(246,218,227)
#F6E8EE
(246,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F65C80 color. Also use rgb(246,92,128) instead hex code.

Text Font Color

.myTextColor { color: #F65C80; }

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

This text font color is #F65C80.


Background Color

.myBgColor { background-color: #F65C80; }

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

This div background color is #F65C80.


Border color

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

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

This div border color is #F65C80.


Opacity

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

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

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

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

This text has shadow with #F65C80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F65C80 on black background.


Color preview on white background

This text has color #F65C80 on white background.



Black color preview on #F65C80 background

This text has black color on #F65C80 background.


White color preview on #F65C80 background

This text has white color on #F65C80 background.