COLOR #F4547F

HEX: #F4547F
RGB: (244,84,127)

Color info

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

RGB color model

#F4547F color RGB value is (244,84,127).

  • red value is 244;
  • green value is 84;
  • blue value is 127.
RGB:
(244,84,127)
(96%,33%,50%)

RGB channels and saturation

R 244 of 255 = 96%
G 84 of 255 = 33%
B 127 of 255 = 50%

244
84
127

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

Portions of RGB colors in percentages

R + G + B =
244 + 84 + 127 = 455 (100%)
R 244 of 455 ~ 53.63%
G 84 of 455 ~ 18.46%
B 127 of 455 ~ 27.91%

%53.63
%18.46
%27.91

CMYK color model

#F4547F color CMYK value is (0,66,48,4).

  • cyan value is 0.00%
  • magenta value is 65.57%
  • yellow value is 47.95%
  • key color value is 4.31%
CMYK:
(0,66,48,4)
C0M66Y48K4 
(0%,66%,48%,4%)
(0.00/0.66/0.48/0.04)	

CMYK percentages

%0
%65.57
%47.95
%4.31

Codes

Color #F4547F in popluar color models

F4547F
RGB24484127
HSL344°87.91%64.31%
HSB/HSV344°65.57%95.69%
CMYK0.00%65.57%47.95%
4.31%

Color #F4547F in popluar number systems.

HEXF4547F
Decimal24484127
Binary1111010010101001111111
Octal364124177

Shades and tints

Shades of #F4547F

#F4547F
(244,84,127)
#DE4D74
(222,77,116)
#C84669
(200,70,105)
#B23F5E
(178,63,94)
#9C3853
(156,56,83)
#863148
(134,49,72)
#702A3D
(112,42,61)
#5A2332
(90,35,50)
#441C27
(68,28,39)
#2E151C
(46,21,28)
#180E11
(24,14,17)
#000000
(0,0,0)

Tints of #F4547F

#F4547F
(244,84,127)
#F5638A
(245,99,138)
#F67295
(246,114,149)
#F781A0
(247,129,160)
#F890AB
(248,144,171)
#F99FB6
(249,159,182)
#FAAEC1
(250,174,193)
#FBBDCC
(251,189,204)
#FCCCD7
(252,204,215)
#FDDBE2
(253,219,226)
#FEEAED
(254,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4547F color. Also use rgb(244,84,127) instead hex code.

Text Font Color

.myTextColor { color: #F4547F; }

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

This text font color is #F4547F.


Background Color

.myBgColor { background-color: #F4547F; }

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

This div background color is #F4547F.


Border color

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

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

This div border color is #F4547F.


Opacity

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

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

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

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

This text has shadow with #F4547F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4547F on black background.


Color preview on white background

This text has color #F4547F on white background.



Black color preview on #F4547F background

This text has black color on #F4547F background.


White color preview on #F4547F background

This text has white color on #F4547F background.