COLOR #F3669E

HEX: #F3669E
RGB: (243,102,158)

Color info

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

RGB color model

#F3669E color RGB value is (243,102,158).

  • red value is 243;
  • green value is 102;
  • blue value is 158.
RGB:
(243,102,158)
(95%,40%,62%)

RGB channels and saturation

R 243 of 255 = 95%
G 102 of 255 = 40%
B 158 of 255 = 62%

243
102
158

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

Portions of RGB colors in percentages

R + G + B =
243 + 102 + 158 = 503 (100%)
R 243 of 503 ~ 48.31%
G 102 of 503 ~ 20.28%
B 158 of 503 ~ 31.41%

%48.31
%20.28
%31.41

CMYK color model

#F3669E color CMYK value is (0,58,35,5).

  • cyan value is 0.00%
  • magenta value is 58.02%
  • yellow value is 34.98%
  • key color value is 4.71%
CMYK:
(0,58,35,5)
C0M58Y35K5 
(0%,58%,35%,5%)
(0.00/0.58/0.35/0.05)	

CMYK percentages

%0
%58.02
%34.98
%4.71

Codes

Color #F3669E in popluar color models

F3669E
RGB243102158
HSL336°85.45%67.65%
HSB/HSV336°58.02%95.29%
CMYK0.00%58.02%34.98%
4.71%

Color #F3669E in popluar number systems.

HEXF3669E
Decimal243102158
Binary11110011110011010011110
Octal363146236

Shades and tints

Shades of #F3669E

#F3669E
(243,102,158)
#DD5D90
(221,93,144)
#C75482
(199,84,130)
#B14B74
(177,75,116)
#9B4266
(155,66,102)
#853958
(133,57,88)
#6F304A
(111,48,74)
#59273C
(89,39,60)
#431E2E
(67,30,46)
#2D1520
(45,21,32)
#170C12
(23,12,18)
#000000
(0,0,0)

Tints of #F3669E

#F3669E
(243,102,158)
#F473A6
(244,115,166)
#F580AE
(245,128,174)
#F68DB6
(246,141,182)
#F79ABE
(247,154,190)
#F8A7C6
(248,167,198)
#F9B4CE
(249,180,206)
#FAC1D6
(250,193,214)
#FBCEDE
(251,206,222)
#FCDBE6
(252,219,230)
#FDE8EE
(253,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3669E color. Also use rgb(243,102,158) instead hex code.

Text Font Color

.myTextColor { color: #F3669E; }

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

This text font color is #F3669E.


Background Color

.myBgColor { background-color: #F3669E; }

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

This div background color is #F3669E.


Border color

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

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

This div border color is #F3669E.


Opacity

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

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

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

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

This text has shadow with #F3669E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3669E on black background.


Color preview on white background

This text has color #F3669E on white background.



Black color preview on #F3669E background

This text has black color on #F3669E background.


White color preview on #F3669E background

This text has white color on #F3669E background.