COLOR #F2677D

HEX: #F2677D
RGB: (242,103,125)

Color info

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

RGB color model

#F2677D color RGB value is (242,103,125).

  • red value is 242;
  • green value is 103;
  • blue value is 125.
RGB:
(242,103,125)
(95%,40%,49%)

RGB channels and saturation

R 242 of 255 = 95%
G 103 of 255 = 40%
B 125 of 255 = 49%

242
103
125

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

Portions of RGB colors in percentages

R + G + B =
242 + 103 + 125 = 470 (100%)
R 242 of 470 ~ 51.49%
G 103 of 470 ~ 21.91%
B 125 of 470 ~ 26.6%

%51.49
%21.91
%26.6

CMYK color model

#F2677D color CMYK value is (0,57,48,5).

  • cyan value is 0.00%
  • magenta value is 57.44%
  • yellow value is 48.35%
  • key color value is 5.10%
CMYK:
(0,57,48,5)
C0M57Y48K5 
(0%,57%,48%,5%)
(0.00/0.57/0.48/0.05)	

CMYK percentages

%0
%57.44
%48.35
%5.1

Codes

Color #F2677D in popluar color models

F2677D
RGB242103125
HSL351°84.24%67.65%
HSB/HSV351°57.44%94.90%
CMYK0.00%57.44%48.35%
5.10%

Color #F2677D in popluar number systems.

HEXF2677D
Decimal242103125
Binary1111001011001111111101
Octal362147175

Shades and tints

Shades of #F2677D

#F2677D
(242,103,125)
#DC5E72
(220,94,114)
#C65567
(198,85,103)
#B04C5C
(176,76,92)
#9A4351
(154,67,81)
#843A46
(132,58,70)
#6E313B
(110,49,59)
#582830
(88,40,48)
#421F25
(66,31,37)
#2C161A
(44,22,26)
#160D0F
(22,13,15)
#000000
(0,0,0)

Tints of #F2677D

#F2677D
(242,103,125)
#F37488
(243,116,136)
#F48193
(244,129,147)
#F58E9E
(245,142,158)
#F69BA9
(246,155,169)
#F7A8B4
(247,168,180)
#F8B5BF
(248,181,191)
#F9C2CA
(249,194,202)
#FACFD5
(250,207,213)
#FBDCE0
(251,220,224)
#FCE9EB
(252,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2677D color. Also use rgb(242,103,125) instead hex code.

Text Font Color

.myTextColor { color: #F2677D; }

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

This text font color is #F2677D.


Background Color

.myBgColor { background-color: #F2677D; }

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

This div background color is #F2677D.


Border color

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

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

This div border color is #F2677D.


Opacity

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

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

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

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

This text has shadow with #F2677D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2677D on black background.


Color preview on white background

This text has color #F2677D on white background.



Black color preview on #F2677D background

This text has black color on #F2677D background.


White color preview on #F2677D background

This text has white color on #F2677D background.