COLOR #F6897D

HEX: #F6897D
RGB: (246,137,125)

Color info

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

RGB color model

#F6897D color RGB value is (246,137,125).

  • red value is 246;
  • green value is 137;
  • blue value is 125.
RGB:
(246,137,125)
(96%,54%,49%)

RGB channels and saturation

R 246 of 255 = 96%
G 137 of 255 = 54%
B 125 of 255 = 49%

246
137
125

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

Portions of RGB colors in percentages

R + G + B =
246 + 137 + 125 = 508 (100%)
R 246 of 508 ~ 48.43%
G 137 of 508 ~ 26.97%
B 125 of 508 ~ 24.61%

%48.43
%26.97
%24.61

CMYK color model

#F6897D color CMYK value is (0,44,49,4).

  • cyan value is 0.00%
  • magenta value is 44.31%
  • yellow value is 49.19%
  • key color value is 3.53%
CMYK:
(0,44,49,4)
C0M44Y49K4 
(0%,44%,49%,4%)
(0.00/0.44/0.49/0.04)	

CMYK percentages

%0
%44.31
%49.19
%3.53

Codes

Color #F6897D in popluar color models

F6897D
RGB246137125
HSL87.05%72.75%
HSB/HSV49.19%96.47%
CMYK0.00%44.31%49.19%
3.53%

Color #F6897D in popluar number systems.

HEXF6897D
Decimal246137125
Binary11110110100010011111101
Octal366211175

Shades and tints

Shades of #F6897D

#F6897D
(246,137,125)
#E07D72
(224,125,114)
#CA7167
(202,113,103)
#B4655C
(180,101,92)
#9E5951
(158,89,81)
#884D46
(136,77,70)
#72413B
(114,65,59)
#5C3530
(92,53,48)
#462925
(70,41,37)
#301D1A
(48,29,26)
#1A110F
(26,17,15)
#000000
(0,0,0)

Tints of #F6897D

#F6897D
(246,137,125)
#F69388
(246,147,136)
#F69D93
(246,157,147)
#F6A79E
(246,167,158)
#F6B1A9
(246,177,169)
#F6BBB4
(246,187,180)
#F6C5BF
(246,197,191)
#F6CFCA
(246,207,202)
#F6D9D5
(246,217,213)
#F6E3E0
(246,227,224)
#F6EDEB
(246,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6897D color. Also use rgb(246,137,125) instead hex code.

Text Font Color

.myTextColor { color: #F6897D; }

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

This text font color is #F6897D.


Background Color

.myBgColor { background-color: #F6897D; }

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

This div background color is #F6897D.


Border color

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

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

This div border color is #F6897D.


Opacity

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

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

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

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

This text has shadow with #F6897D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6897D on black background.


Color preview on white background

This text has color #F6897D on white background.



Black color preview on #F6897D background

This text has black color on #F6897D background.


White color preview on #F6897D background

This text has white color on #F6897D background.