COLOR #FF78D7

HEX: #FF78D7 RGB: (255,120,215)

Color info

#FF78D7 contains mainly red and blue colors. Web safe color of #FF78D7 is #FF66CC (or #F6C).

RGB color model

#FF78D7 color RGB value is (255,120,215).

RGB: (255,120,215) (100%, 47%, 84%)

RGB channels and saturation

R 255 of 255 = 100%
G 120 of 255 = 47%
B 215 of 255 = 84%

255
120
215

R + G + B ~ 77%. #FF78D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 120 + 215 = 590 (100%)
R 255 of 590 ~ 43.22%
G 120 of 590 ~ 20.34%
B 215 of 590 ~ 36.44'%

%43.22
%20.34
%36.44

CMYK color model

#FF78D7 color CMYK value is (0,53,16,0).

  • cyan value is 0.00%
  • magenta value is 52.94%
  • yellow value is 15.69%
  • key color value is 0.00%

CMYK: (0,53,16,0)
C0M53Y16K0 (0%, 53%, 16%, 0%)
(0.00 / 0.53 / 0.16 / 0.00)

CMYK percentages

%0
%52.94
%15.69
%0

Codes

Color #FF78D7 in popluar color models

FF 78 D7
RGB 255 120 215
HSL 318° 100.00% 73.53%
HSB/HSV 318° 52.94% 100.00%
CMYK 0.00% 52.94% 15.69%
0.00%

Color #FF78D7 in popluar number systems.

HEX FF 78 D7
Decimal 255 120 215
Binary 11111111 1111000 11010111
Octal 377 170 327

Shades and tints

Shades of #FF78D7

#FF78D7
(255,120,215)
#E86EC4
(232,110,196)
#D164B1
(209,100,177)
#BA5A9E
(186,90,158)
#A3508B
(163,80,139)
#8C4678
(140,70,120)
#753C65
(117,60,101)
#5E3252
(94,50,82)
#47283F
(71,40,63)
#301E2C
(48,30,44)
#191419
(25,20,25)
#000000
(0,0,0)

Tints of #FF78D7

#FF78D7
(255,120,215)
#FF84DA
(255,132,218)
#FF90DD
(255,144,221)
#FF9CE0
(255,156,224)
#FFA8E3
(255,168,227)
#FFB4E6
(255,180,230)
#FFC0E9
(255,192,233)
#FFCCEC
(255,204,236)
#FFD8EF
(255,216,239)
#FFE4F2
(255,228,242)
#FFF0F5
(255,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF78D7; }

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

This text font color is #FF78D7.

Background Color

.myBgColor { background-color: #FF78D7; }

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

This div background color is #FF78D7.

Border color

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

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

This div border color is #FF78D7.

Opacity

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

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

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

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

This text has shadow with #FF78D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FF78D7.

Preview

Color preview on black background

This text has color #FF78D7 on black background.


Color preview on white background

This text has color #FF78D7 on white background.


Black color preview on #FF78D7 background

This text has black color on #FF78D7 background.


White color preview on #FF78D7 background

This text has white color on #FF78D7 background.


Related colors

Complementary color

Complementary color for #hex is #008728.


I love getcolorcode.com

Triadic colors

1 #D7FF78 and #78D7FF with #FF78D7 are triadic colors.

2 #D778FF and #78FFD7 with #FF78D7 are triadic colors.