COLOR #FF78A0

HEX: #FF78A0
RGB: (255,120,160)

Color info

#FF78A0 contains mainly red color. Web safe color of #FF78A0 is #FF6699 (or #F69).

RGB color model

#FF78A0 color RGB value is (255,120,160).

  • red value is 255;
  • green value is 120;
  • blue value is 160.
RGB:
(255,120,160)
(100%,47%,63%)

RGB channels and saturation

R 255 of 255 = 100%
G 120 of 255 = 47%
B 160 of 255 = 63%

255
120
160

R + G + B ~ 70%. #FF78A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 120 + 160 = 535 (100%)
R 255 of 535 ~ 47.66%
G 120 of 535 ~ 22.43%
B 160 of 535 ~ 29.91%

%47.66
%22.43
%29.91

CMYK color model

#FF78A0 color CMYK value is (0,53,37,0).

  • cyan value is 0.00%
  • magenta value is 52.94%
  • yellow value is 37.25%
  • key color value is 0.00%
CMYK:
(0,53,37,0)
C0M53Y37K0 
(0%,53%,37%,0%)
(0.00/0.53/0.37/0.00)	

CMYK percentages

%0
%52.94
%37.25
%0

Codes

Color #FF78A0 in popluar color models

FF78A0
RGB255120160
HSL342°100.00%73.53%
HSB/HSV342°52.94%100.00%
CMYK0.00%52.94%37.25%
0.00%

Color #FF78A0 in popluar number systems.

HEXFF78A0
Decimal255120160
Binary11111111111100010100000
Octal377170240

Shades and tints

Shades of #FF78A0

#FF78A0
(255,120,160)
#E86E92
(232,110,146)
#D16484
(209,100,132)
#BA5A76
(186,90,118)
#A35068
(163,80,104)
#8C465A
(140,70,90)
#753C4C
(117,60,76)
#5E323E
(94,50,62)
#472830
(71,40,48)
#301E22
(48,30,34)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #FF78A0

#FF78A0
(255,120,160)
#FF84A8
(255,132,168)
#FF90B0
(255,144,176)
#FF9CB8
(255,156,184)
#FFA8C0
(255,168,192)
#FFB4C8
(255,180,200)
#FFC0D0
(255,192,208)
#FFCCD8
(255,204,216)
#FFD8E0
(255,216,224)
#FFE4E8
(255,228,232)
#FFF0F0
(255,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF78A0 color. Also use rgb(255,120,160) instead hex code.

Text Font Color

.myTextColor { color: #FF78A0; }

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

This text font color is #FF78A0.


Background Color

.myBgColor { background-color: #FF78A0; }

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

This div background color is #FF78A0.


Border color

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

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

This div border color is #FF78A0.


Opacity

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

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

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

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

This text has shadow with #FF78A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF78A0 on black background.


Color preview on white background

This text has color #FF78A0 on white background.



Black color preview on #FF78A0 background

This text has black color on #FF78A0 background.


White color preview on #FF78A0 background

This text has white color on #FF78A0 background.