COLOR #F349B7

HEX: #F349B7
RGB: (243,73,183)

Color info

#F349B7 contains mainly red color. Web safe color of #F349B7 is #FF33CC (or #F3C).

RGB color model

#F349B7 color RGB value is (243,73,183).

  • red value is 243;
  • green value is 73;
  • blue value is 183.
RGB:
(243,73,183)
(95%,29%,72%)

RGB channels and saturation

R 243 of 255 = 95%
G 73 of 255 = 29%
B 183 of 255 = 72%

243
73
183

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

Portions of RGB colors in percentages

R + G + B =
243 + 73 + 183 = 499 (100%)
R 243 of 499 ~ 48.7%
G 73 of 499 ~ 14.63%
B 183 of 499 ~ 36.67%

%48.7
%14.63
%36.67

CMYK color model

#F349B7 color CMYK value is (0,70,25,5).

  • cyan value is 0.00%
  • magenta value is 69.96%
  • yellow value is 24.69%
  • key color value is 4.71%
CMYK:
(0,70,25,5)
C0M70Y25K5 
(0%,70%,25%,5%)
(0.00/0.70/0.25/0.05)	

CMYK percentages

%0
%69.96
%24.69
%4.71

Codes

Color #F349B7 in popluar color models

F349B7
RGB24373183
HSL321°87.63%61.96%
HSB/HSV321°69.96%95.29%
CMYK0.00%69.96%24.69%
4.71%

Color #F349B7 in popluar number systems.

HEXF349B7
Decimal24373183
Binary11110011100100110110111
Octal363111267

Shades and tints

Shades of #F349B7

#F349B7
(243,73,183)
#DD43A7
(221,67,167)
#C73D97
(199,61,151)
#B13787
(177,55,135)
#9B3177
(155,49,119)
#852B67
(133,43,103)
#6F2557
(111,37,87)
#591F47
(89,31,71)
#431937
(67,25,55)
#2D1327
(45,19,39)
#170D17
(23,13,23)
#000000
(0,0,0)

Tints of #F349B7

#F349B7
(243,73,183)
#F459BD
(244,89,189)
#F569C3
(245,105,195)
#F679C9
(246,121,201)
#F789CF
(247,137,207)
#F899D5
(248,153,213)
#F9A9DB
(249,169,219)
#FAB9E1
(250,185,225)
#FBC9E7
(251,201,231)
#FCD9ED
(252,217,237)
#FDE9F3
(253,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F349B7 color. Also use rgb(243,73,183) instead hex code.

Text Font Color

.myTextColor { color: #F349B7; }

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

This text font color is #F349B7.


Background Color

.myBgColor { background-color: #F349B7; }

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

This div background color is #F349B7.


Border color

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

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

This div border color is #F349B7.


Opacity

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

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

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

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

This text has shadow with #F349B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F349B7 on black background.


Color preview on white background

This text has color #F349B7 on white background.



Black color preview on #F349B7 background

This text has black color on #F349B7 background.


White color preview on #F349B7 background

This text has white color on #F349B7 background.