COLOR #F54070

HEX: #F54070
RGB: (245,64,112)

Color info

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

RGB color model

#F54070 color RGB value is (245,64,112).

  • red value is 245;
  • green value is 64;
  • blue value is 112.
RGB:
(245,64,112)
(96%,25%,44%)

RGB channels and saturation

R 245 of 255 = 96%
G 64 of 255 = 25%
B 112 of 255 = 44%

245
64
112

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

Portions of RGB colors in percentages

R + G + B =
245 + 64 + 112 = 421 (100%)
R 245 of 421 ~ 58.19%
G 64 of 421 ~ 15.2%
B 112 of 421 ~ 26.6%

%58.19
%15.2
%26.6

CMYK color model

#F54070 color CMYK value is (0,74,54,4).

  • cyan value is 0.00%
  • magenta value is 73.88%
  • yellow value is 54.29%
  • key color value is 3.92%
CMYK:
(0,74,54,4)
C0M74Y54K4 
(0%,74%,54%,4%)
(0.00/0.74/0.54/0.04)	

CMYK percentages

%0
%73.88
%54.29
%3.92

Codes

Color #F54070 in popluar color models

F54070
RGB24564112
HSL344°90.05%60.59%
HSB/HSV344°73.88%96.08%
CMYK0.00%73.88%54.29%
3.92%

Color #F54070 in popluar number systems.

HEXF54070
Decimal24564112
Binary1111010110000001110000
Octal365100160

Shades and tints

Shades of #F54070

#F54070
(245,64,112)
#DF3B66
(223,59,102)
#C9365C
(201,54,92)
#B33152
(179,49,82)
#9D2C48
(157,44,72)
#87273E
(135,39,62)
#712234
(113,34,52)
#5B1D2A
(91,29,42)
#451820
(69,24,32)
#2F1316
(47,19,22)
#190E0C
(25,14,12)
#000000
(0,0,0)

Tints of #F54070

#F54070
(245,64,112)
#F5517D
(245,81,125)
#F5628A
(245,98,138)
#F57397
(245,115,151)
#F584A4
(245,132,164)
#F595B1
(245,149,177)
#F5A6BE
(245,166,190)
#F5B7CB
(245,183,203)
#F5C8D8
(245,200,216)
#F5D9E5
(245,217,229)
#F5EAF2
(245,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F54070 color. Also use rgb(245,64,112) instead hex code.

Text Font Color

.myTextColor { color: #F54070; }

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

This text font color is #F54070.


Background Color

.myBgColor { background-color: #F54070; }

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

This div background color is #F54070.


Border color

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

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

This div border color is #F54070.


Opacity

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

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

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

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

This text has shadow with #F54070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F54070 on black background.


Color preview on white background

This text has color #F54070 on white background.



Black color preview on #F54070 background

This text has black color on #F54070 background.


White color preview on #F54070 background

This text has white color on #F54070 background.