COLOR #F54797

HEX: #F54797
RGB: (245,71,151)

Color info

#F54797 contains mainly red color. Web safe color of #F54797 is #FF3399 (or #F39).

RGB color model

#F54797 color RGB value is (245,71,151).

  • red value is 245;
  • green value is 71;
  • blue value is 151.
RGB:
(245,71,151)
(96%,28%,59%)

RGB channels and saturation

R 245 of 255 = 96%
G 71 of 255 = 28%
B 151 of 255 = 59%

245
71
151

R + G + B ~ 61%. #F54797 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 71 + 151 = 467 (100%)
R 245 of 467 ~ 52.46%
G 71 of 467 ~ 15.2%
B 151 of 467 ~ 32.33%

%52.46
%15.2
%32.33

CMYK color model

#F54797 color CMYK value is (0,71,38,4).

  • cyan value is 0.00%
  • magenta value is 71.02%
  • yellow value is 38.37%
  • key color value is 3.92%
CMYK:
(0,71,38,4)
C0M71Y38K4 
(0%,71%,38%,4%)
(0.00/0.71/0.38/0.04)	

CMYK percentages

%0
%71.02
%38.37
%3.92

Codes

Color #F54797 in popluar color models

F54797
RGB24571151
HSL332°89.69%61.96%
HSB/HSV332°71.02%96.08%
CMYK0.00%71.02%38.37%
3.92%

Color #F54797 in popluar number systems.

HEXF54797
Decimal24571151
Binary11110101100011110010111
Octal365107227

Shades and tints

Shades of #F54797

#F54797
(245,71,151)
#DF418A
(223,65,138)
#C93B7D
(201,59,125)
#B33570
(179,53,112)
#9D2F63
(157,47,99)
#872956
(135,41,86)
#712349
(113,35,73)
#5B1D3C
(91,29,60)
#45172F
(69,23,47)
#2F1122
(47,17,34)
#190B15
(25,11,21)
#000000
(0,0,0)

Tints of #F54797

#F54797
(245,71,151)
#F557A0
(245,87,160)
#F567A9
(245,103,169)
#F577B2
(245,119,178)
#F587BB
(245,135,187)
#F597C4
(245,151,196)
#F5A7CD
(245,167,205)
#F5B7D6
(245,183,214)
#F5C7DF
(245,199,223)
#F5D7E8
(245,215,232)
#F5E7F1
(245,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F54797 color. Also use rgb(245,71,151) instead hex code.

Text Font Color

.myTextColor { color: #F54797; }

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

This text font color is #F54797.


Background Color

.myBgColor { background-color: #F54797; }

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

This div background color is #F54797.


Border color

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

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

This div border color is #F54797.


Opacity

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

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

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

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

This text has shadow with #F54797 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F54797 on black background.


Color preview on white background

This text has color #F54797 on white background.



Black color preview on #F54797 background

This text has black color on #F54797 background.


White color preview on #F54797 background

This text has white color on #F54797 background.