COLOR #FF4D79

HEX: #FF4D79
RGB: (255,77,121)

Color info

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

RGB color model

#FF4D79 color RGB value is (255,77,121).

  • red value is 255;
  • green value is 77;
  • blue value is 121.
RGB:
(255,77,121)
(100%,30%,47%)

RGB channels and saturation

R 255 of 255 = 100%
G 77 of 255 = 30%
B 121 of 255 = 47%

255
77
121

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

Portions of RGB colors in percentages

R + G + B =
255 + 77 + 121 = 453 (100%)
R 255 of 453 ~ 56.29%
G 77 of 453 ~ 17%
B 121 of 453 ~ 26.71%

%56.29
%17
%26.71

CMYK color model

#FF4D79 color CMYK value is (0,70,53,0).

  • cyan value is 0.00%
  • magenta value is 69.80%
  • yellow value is 52.55%
  • key color value is 0.00%
CMYK:
(0,70,53,0)
C0M70Y53K0 
(0%,70%,53%,0%)
(0.00/0.70/0.53/0.00)	

CMYK percentages

%0
%69.8
%52.55
%0

Codes

Color #FF4D79 in popluar color models

FF4D79
RGB25577121
HSL345°100.00%65.10%
HSB/HSV345°69.80%100.00%
CMYK0.00%69.80%52.55%
0.00%

Color #FF4D79 in popluar number systems.

HEXFF4D79
Decimal25577121
Binary1111111110011011111001
Octal377115171

Shades and tints

Shades of #FF4D79

#FF4D79
(255,77,121)
#E8466E
(232,70,110)
#D13F63
(209,63,99)
#BA3858
(186,56,88)
#A3314D
(163,49,77)
#8C2A42
(140,42,66)
#752337
(117,35,55)
#5E1C2C
(94,28,44)
#471521
(71,21,33)
#300E16
(48,14,22)
#19070B
(25,7,11)
#000000
(0,0,0)

Tints of #FF4D79

#FF4D79
(255,77,121)
#FF5D85
(255,93,133)
#FF6D91
(255,109,145)
#FF7D9D
(255,125,157)
#FF8DA9
(255,141,169)
#FF9DB5
(255,157,181)
#FFADC1
(255,173,193)
#FFBDCD
(255,189,205)
#FFCDD9
(255,205,217)
#FFDDE5
(255,221,229)
#FFEDF1
(255,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF4D79 color. Also use rgb(255,77,121) instead hex code.

Text Font Color

.myTextColor { color: #FF4D79; }

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

This text font color is #FF4D79.


Background Color

.myBgColor { background-color: #FF4D79; }

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

This div background color is #FF4D79.


Border color

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

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

This div border color is #FF4D79.


Opacity

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

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

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

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

This text has shadow with #FF4D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF4D79 on black background.


Color preview on white background

This text has color #FF4D79 on white background.



Black color preview on #FF4D79 background

This text has black color on #FF4D79 background.


White color preview on #FF4D79 background

This text has white color on #FF4D79 background.