COLOR #F68790

HEX: #F68790 RGB: (246,135,144)

Color info

#F68790 contains mainly red color. Web safe color of #F68790 is #FF9999 (or #F99).

RGB color model

#F68790 color RGB value is (246,135,144).

RGB: (246,135,144) (96%, 53%, 56%)

RGB channels and saturation

R 246 of 255 = 96%
G 135 of 255 = 53%
B 144 of 255 = 56%

246
135
144

R + G + B ~ 68%. #F68790 is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 135 + 144 = 525 (100%)
R 246 of 525 ~ 46.86%
G 135 of 525 ~ 25.71%
B 144 of 525 ~ 27.43'%

%46.86
%25.71
%27.43

CMYK color model

#F68790 color CMYK value is (0,45,41,4).

  • cyan value is 0.00%
  • magenta value is 45.12%
  • yellow value is 41.46%
  • key color value is 3.53%

CMYK: (0,45,41,4)
C0M45Y41K4 (0%, 45%, 41%, 4%)
(0.00 / 0.45 / 0.41 / 0.04)

CMYK percentages

%0
%45.12
%41.46
%3.53

Codes

Color #F68790 in popluar color models

F6 87 90
RGB 246 135 144
HSL 355° 86.05% 74.71%
HSB/HSV 355° 45.12% 96.47%
CMYK 0.00% 45.12% 41.46%
3.53%

Color #F68790 in popluar number systems.

HEX F6 87 90
Decimal 246 135 144
Binary 11110110 10000111 10010000
Octal 366 207 220

Shades and tints

Shades of #F68790

#F68790
(246,135,144)
#E07B83
(224,123,131)
#CA6F76
(202,111,118)
#B46369
(180,99,105)
#9E575C
(158,87,92)
#884B4F
(136,75,79)
#723F42
(114,63,66)
#5C3335
(92,51,53)
#462728
(70,39,40)
#301B1B
(48,27,27)
#1A0F0E
(26,15,14)
#000000
(0,0,0)

Tints of #F68790

#F68790
(246,135,144)
#F6919A
(246,145,154)
#F69BA4
(246,155,164)
#F6A5AE
(246,165,174)
#F6AFB8
(246,175,184)
#F6B9C2
(246,185,194)
#F6C3CC
(246,195,204)
#F6CDD6
(246,205,214)
#F6D7E0
(246,215,224)
#F6E1EA
(246,225,234)
#F6EBF4
(246,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F68790; }

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

This text font color is #F68790.

Background Color

.myBgColor { background-color: #F68790; }

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

This div background color is #F68790.

Border color

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

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

This div border color is #F68790.

Opacity

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

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

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

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

This text has shadow with #F68790 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F68790.

Preview

Color preview on black background

This text has color #F68790 on black background.


Color preview on white background

This text has color #F68790 on white background.


Black color preview on #F68790 background

This text has black color on #F68790 background.


White color preview on #F68790 background

This text has white color on #F68790 background.


Related colors

Complementary color

Complementary color for #hex is #09786F.


I love getcolorcode.com

Triadic colors

1 #90F687 and #8790F6 with #F68790 are triadic colors.

2 #9087F6 and #87F690 with #F68790 are triadic colors.