COLOR #F68780

HEX: #F68780
RGB: (246,135,128)

Color info

#F68780 contains mainly red color. Web safe color of #F68780 is #FF9966 (or #F96).

RGB color model

#F68780 color RGB value is (246,135,128).

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

RGB channels and saturation

R 246 of 255 = 96%
G 135 of 255 = 53%
B 128 of 255 = 50%

246
135
128

R + G + B ~ 66%. #F68780 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 135 + 128 = 509 (100%)
R 246 of 509 ~ 48.33%
G 135 of 509 ~ 26.52%
B 128 of 509 ~ 25.15%

%48.33
%26.52
%25.15

CMYK color model

#F68780 color CMYK value is (0,45,48,4).

  • cyan value is 0.00%
  • magenta value is 45.12%
  • yellow value is 47.97%
  • key color value is 3.53%
CMYK:
(0,45,48,4)
C0M45Y48K4 
(0%,45%,48%,4%)
(0.00/0.45/0.48/0.04)	

CMYK percentages

%0
%45.12
%47.97
%3.53

Codes

Color #F68780 in popluar color models

F68780
RGB246135128
HSL86.76%73.33%
HSB/HSV47.97%96.47%
CMYK0.00%45.12%47.97%
3.53%

Color #F68780 in popluar number systems.

HEXF68780
Decimal246135128
Binary111101101000011110000000
Octal366207200

Shades and tints

Shades of #F68780

#F68780
(246,135,128)
#E07B75
(224,123,117)
#CA6F6A
(202,111,106)
#B4635F
(180,99,95)
#9E5754
(158,87,84)
#884B49
(136,75,73)
#723F3E
(114,63,62)
#5C3333
(92,51,51)
#462728
(70,39,40)
#301B1D
(48,27,29)
#1A0F12
(26,15,18)
#000000
(0,0,0)

Tints of #F68780

#F68780
(246,135,128)
#F6918B
(246,145,139)
#F69B96
(246,155,150)
#F6A5A1
(246,165,161)
#F6AFAC
(246,175,172)
#F6B9B7
(246,185,183)
#F6C3C2
(246,195,194)
#F6CDCD
(246,205,205)
#F6D7D8
(246,215,216)
#F6E1E3
(246,225,227)
#F6EBEE
(246,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F68780; }

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

This text font color is #F68780.


Background Color

.myBgColor { background-color: #F68780; }

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

This div background color is #F68780.


Border color

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

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

This div border color is #F68780.


Opacity

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

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

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

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

This text has shadow with #F68780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F68780 on black background.


Color preview on white background

This text has color #F68780 on white background.



Black color preview on #F68780 background

This text has black color on #F68780 background.


White color preview on #F68780 background

This text has white color on #F68780 background.