COLOR #F6748D

HEX: #F6748D
RGB: (246,116,141)

Color info

#F6748D contains mainly red color. Web safe color of #F6748D is #FF6699 (or #F69).

RGB color model

#F6748D color RGB value is (246,116,141).

  • red value is 246;
  • green value is 116;
  • blue value is 141.
RGB:
(246,116,141)
(96%,45%,55%)

RGB channels and saturation

R 246 of 255 = 96%
G 116 of 255 = 45%
B 141 of 255 = 55%

246
116
141

R + G + B ~ 65%. #F6748D is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 116 + 141 = 503 (100%)
R 246 of 503 ~ 48.91%
G 116 of 503 ~ 23.06%
B 141 of 503 ~ 28.03%

%48.91
%23.06
%28.03

CMYK color model

#F6748D color CMYK value is (0,53,43,4).

  • cyan value is 0.00%
  • magenta value is 52.85%
  • yellow value is 42.68%
  • key color value is 3.53%
CMYK:
(0,53,43,4)
C0M53Y43K4 
(0%,53%,43%,4%)
(0.00/0.53/0.43/0.04)	

CMYK percentages

%0
%52.85
%42.68
%3.53

Codes

Color #F6748D in popluar color models

F6748D
RGB246116141
HSL348°87.84%70.98%
HSB/HSV348°52.85%96.47%
CMYK0.00%52.85%42.68%
3.53%

Color #F6748D in popluar number systems.

HEXF6748D
Decimal246116141
Binary11110110111010010001101
Octal366164215

Shades and tints

Shades of #F6748D

#F6748D
(246,116,141)
#E06A81
(224,106,129)
#CA6075
(202,96,117)
#B45669
(180,86,105)
#9E4C5D
(158,76,93)
#884251
(136,66,81)
#723845
(114,56,69)
#5C2E39
(92,46,57)
#46242D
(70,36,45)
#301A21
(48,26,33)
#1A1015
(26,16,21)
#000000
(0,0,0)

Tints of #F6748D

#F6748D
(246,116,141)
#F68097
(246,128,151)
#F68CA1
(246,140,161)
#F698AB
(246,152,171)
#F6A4B5
(246,164,181)
#F6B0BF
(246,176,191)
#F6BCC9
(246,188,201)
#F6C8D3
(246,200,211)
#F6D4DD
(246,212,221)
#F6E0E7
(246,224,231)
#F6ECF1
(246,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6748D color. Also use rgb(246,116,141) instead hex code.

Text Font Color

.myTextColor { color: #F6748D; }

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

This text font color is #F6748D.


Background Color

.myBgColor { background-color: #F6748D; }

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

This div background color is #F6748D.


Border color

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

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

This div border color is #F6748D.


Opacity

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

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

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

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

This text has shadow with #F6748D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6748D on black background.


Color preview on white background

This text has color #F6748D on white background.



Black color preview on #F6748D background

This text has black color on #F6748D background.


White color preview on #F6748D background

This text has white color on #F6748D background.