COLOR #F3617C

HEX: #F3617C
RGB: (243,97,124)

Color info

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

RGB color model

#F3617C color RGB value is (243,97,124).

  • red value is 243;
  • green value is 97;
  • blue value is 124.
RGB:
(243,97,124)
(95%,38%,49%)

RGB channels and saturation

R 243 of 255 = 95%
G 97 of 255 = 38%
B 124 of 255 = 49%

243
97
124

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

Portions of RGB colors in percentages

R + G + B =
243 + 97 + 124 = 464 (100%)
R 243 of 464 ~ 52.37%
G 97 of 464 ~ 20.91%
B 124 of 464 ~ 26.72%

%52.37
%20.91
%26.72

CMYK color model

#F3617C color CMYK value is (0,60,49,5).

  • cyan value is 0.00%
  • magenta value is 60.08%
  • yellow value is 48.97%
  • key color value is 4.71%
CMYK:
(0,60,49,5)
C0M60Y49K5 
(0%,60%,49%,5%)
(0.00/0.60/0.49/0.05)	

CMYK percentages

%0
%60.08
%48.97
%4.71

Codes

Color #F3617C in popluar color models

F3617C
RGB24397124
HSL349°85.88%66.67%
HSB/HSV349°60.08%95.29%
CMYK0.00%60.08%48.97%
4.71%

Color #F3617C in popluar number systems.

HEXF3617C
Decimal24397124
Binary1111001111000011111100
Octal363141174

Shades and tints

Shades of #F3617C

#F3617C
(243,97,124)
#DD5971
(221,89,113)
#C75166
(199,81,102)
#B1495B
(177,73,91)
#9B4150
(155,65,80)
#853945
(133,57,69)
#6F313A
(111,49,58)
#59292F
(89,41,47)
#432124
(67,33,36)
#2D1919
(45,25,25)
#17110E
(23,17,14)
#000000
(0,0,0)

Tints of #F3617C

#F3617C
(243,97,124)
#F46F87
(244,111,135)
#F57D92
(245,125,146)
#F68B9D
(246,139,157)
#F799A8
(247,153,168)
#F8A7B3
(248,167,179)
#F9B5BE
(249,181,190)
#FAC3C9
(250,195,201)
#FBD1D4
(251,209,212)
#FCDFDF
(252,223,223)
#FDEDEA
(253,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3617C color. Also use rgb(243,97,124) instead hex code.

Text Font Color

.myTextColor { color: #F3617C; }

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

This text font color is #F3617C.


Background Color

.myBgColor { background-color: #F3617C; }

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

This div background color is #F3617C.


Border color

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

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

This div border color is #F3617C.


Opacity

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

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

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

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

This text has shadow with #F3617C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3617C on black background.


Color preview on white background

This text has color #F3617C on white background.



Black color preview on #F3617C background

This text has black color on #F3617C background.


White color preview on #F3617C background

This text has white color on #F3617C background.