COLOR #F3577F

HEX: #F3577F RGB: (243,87,127)

Color info

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

RGB color model

#F3577F color RGB value is (243,87,127).

RGB: (243,87,127) (95%, 34%, 50%)

RGB channels and saturation

R 243 of 255 = 95%
G 87 of 255 = 34%
B 127 of 255 = 50%

243
87
127

R + G + B ~ 60%. #F3577F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 243 + 87 + 127 = 457 (100%)
R 243 of 457 ~ 53.17%
G 87 of 457 ~ 19.04%
B 127 of 457 ~ 27.79'%

%53.17
%19.04
%27.79

CMYK color model

#F3577F color CMYK value is (0,64,48,5).

  • cyan value is 0.00%
  • magenta value is 64.20%
  • yellow value is 47.74%
  • key color value is 4.71%

CMYK: (0,64,48,5)
C0M64Y48K5 (0%, 64%, 48%, 5%)
(0.00 / 0.64 / 0.48 / 0.05)

CMYK percentages

%0
%64.2
%47.74
%4.71

Codes

Color #F3577F in popluar color models

F3 57 7F
RGB 243 87 127
HSL 345° 86.67% 64.71%
HSB/HSV 345° 64.20% 95.29%
CMYK 0.00% 64.20% 47.74%
4.71%

Color #F3577F in popluar number systems.

HEX F3 57 7F
Decimal 243 87 127
Binary 11110011 1010111 1111111
Octal 363 127 177

Shades and tints

Shades of #F3577F

#F3577F
(243,87,127)
#DD5074
(221,80,116)
#C74969
(199,73,105)
#B1425E
(177,66,94)
#9B3B53
(155,59,83)
#853448
(133,52,72)
#6F2D3D
(111,45,61)
#592632
(89,38,50)
#431F27
(67,31,39)
#2D181C
(45,24,28)
#171111
(23,17,17)
#000000
(0,0,0)

Tints of #F3577F

#F3577F
(243,87,127)
#F4668A
(244,102,138)
#F57595
(245,117,149)
#F684A0
(246,132,160)
#F793AB
(247,147,171)
#F8A2B6
(248,162,182)
#F9B1C1
(249,177,193)
#FAC0CC
(250,192,204)
#FBCFD7
(251,207,215)
#FCDEE2
(252,222,226)
#FDEDED
(253,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3577F color. Also use rgb(243,87,127) instead hex code.

Text Font Color

.myTextColor { color: #F3577F; }

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

This text font color is #F3577F.

Background Color

.myBgColor { background-color: #F3577F; }

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

This div background color is #F3577F.

Border color

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

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

This div border color is #F3577F.

Opacity

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

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

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

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

This text has shadow with #F3577F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3577F.

Preview

Color preview on black background

This text has color #F3577F on black background.


Color preview on white background

This text has color #F3577F on white background.


Black color preview on #F3577F background

This text has black color on #F3577F background.


White color preview on #F3577F background

This text has white color on #F3577F background.


Related colors

Complementary color

Complementary color for #hex is #0CA880.


I love getcolorcode.com

Triadic colors

1 #7FF357 and #577FF3 with #F3577F are triadic colors.

2 #7F57F3 and #57F37F with #F3577F are triadic colors.