COLOR #F34879

HEX: #F34879
RGB: (243,72,121)

Color info

#F34879 contains mainly red color. Web safe color of #F34879 is #FF3366 (or #F36).

RGB color model

#F34879 color RGB value is (243,72,121).

  • red value is 243;
  • green value is 72;
  • blue value is 121.
RGB:
(243,72,121)
(95%,28%,47%)

RGB channels and saturation

R 243 of 255 = 95%
G 72 of 255 = 28%
B 121 of 255 = 47%

243
72
121

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

Portions of RGB colors in percentages

R + G + B =
243 + 72 + 121 = 436 (100%)
R 243 of 436 ~ 55.73%
G 72 of 436 ~ 16.51%
B 121 of 436 ~ 27.75%

%55.73
%16.51
%27.75

CMYK color model

#F34879 color CMYK value is (0,70,50,5).

  • cyan value is 0.00%
  • magenta value is 70.37%
  • yellow value is 50.21%
  • key color value is 4.71%
CMYK:
(0,70,50,5)
C0M70Y50K5 
(0%,70%,50%,5%)
(0.00/0.70/0.50/0.05)	

CMYK percentages

%0
%70.37
%50.21
%4.71

Codes

Color #F34879 in popluar color models

F34879
RGB24372121
HSL343°87.69%61.76%
HSB/HSV343°70.37%95.29%
CMYK0.00%70.37%50.21%
4.71%

Color #F34879 in popluar number systems.

HEXF34879
Decimal24372121
Binary1111001110010001111001
Octal363110171

Shades and tints

Shades of #F34879

#F34879
(243,72,121)
#DD426E
(221,66,110)
#C73C63
(199,60,99)
#B13658
(177,54,88)
#9B304D
(155,48,77)
#852A42
(133,42,66)
#6F2437
(111,36,55)
#591E2C
(89,30,44)
#431821
(67,24,33)
#2D1216
(45,18,22)
#170C0B
(23,12,11)
#000000
(0,0,0)

Tints of #F34879

#F34879
(243,72,121)
#F45885
(244,88,133)
#F56891
(245,104,145)
#F6789D
(246,120,157)
#F788A9
(247,136,169)
#F898B5
(248,152,181)
#F9A8C1
(249,168,193)
#FAB8CD
(250,184,205)
#FBC8D9
(251,200,217)
#FCD8E5
(252,216,229)
#FDE8F1
(253,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F34879 color. Also use rgb(243,72,121) instead hex code.

Text Font Color

.myTextColor { color: #F34879; }

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

This text font color is #F34879.


Background Color

.myBgColor { background-color: #F34879; }

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

This div background color is #F34879.


Border color

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

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

This div border color is #F34879.


Opacity

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

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

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

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

This text has shadow with #F34879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F34879 on black background.


Color preview on white background

This text has color #F34879 on white background.



Black color preview on #F34879 background

This text has black color on #F34879 background.


White color preview on #F34879 background

This text has white color on #F34879 background.