COLOR #F780D2

HEX: #F780D2
RGB: (247,128,210)

Color info

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

RGB color model

#F780D2 color RGB value is (247,128,210).

  • red value is 247;
  • green value is 128;
  • blue value is 210.
RGB:
(247,128,210)
(97%,50%,82%)

RGB channels and saturation

R 247 of 255 = 97%
G 128 of 255 = 50%
B 210 of 255 = 82%

247
128
210

R + G + B ~ 76%. #F780D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 128 + 210 = 585 (100%)
R 247 of 585 ~ 42.22%
G 128 of 585 ~ 21.88%
B 210 of 585 ~ 35.9%

%42.22
%21.88
%35.9

CMYK color model

#F780D2 color CMYK value is (0,48,15,3).

  • cyan value is 0.00%
  • magenta value is 48.18%
  • yellow value is 14.98%
  • key color value is 3.14%
CMYK:
(0,48,15,3)
C0M48Y15K3 
(0%,48%,15%,3%)
(0.00/0.48/0.15/0.03)	

CMYK percentages

%0
%48.18
%14.98
%3.14

Codes

Color #F780D2 in popluar color models

F780D2
RGB247128210
HSL319°88.15%73.53%
HSB/HSV319°48.18%96.86%
CMYK0.00%48.18%14.98%
3.14%

Color #F780D2 in popluar number systems.

HEXF780D2
Decimal247128210
Binary111101111000000011010010
Octal367200322

Shades and tints

Shades of #F780D2

#F780D2
(247,128,210)
#E175BF
(225,117,191)
#CB6AAC
(203,106,172)
#B55F99
(181,95,153)
#9F5486
(159,84,134)
#894973
(137,73,115)
#733E60
(115,62,96)
#5D334D
(93,51,77)
#47283A
(71,40,58)
#311D27
(49,29,39)
#1B1214
(27,18,20)
#000000
(0,0,0)

Tints of #F780D2

#F780D2
(247,128,210)
#F78BD6
(247,139,214)
#F796DA
(247,150,218)
#F7A1DE
(247,161,222)
#F7ACE2
(247,172,226)
#F7B7E6
(247,183,230)
#F7C2EA
(247,194,234)
#F7CDEE
(247,205,238)
#F7D8F2
(247,216,242)
#F7E3F6
(247,227,246)
#F7EEFA
(247,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F780D2 color. Also use rgb(247,128,210) instead hex code.

Text Font Color

.myTextColor { color: #F780D2; }

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

This text font color is #F780D2.


Background Color

.myBgColor { background-color: #F780D2; }

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

This div background color is #F780D2.


Border color

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

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

This div border color is #F780D2.


Opacity

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

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

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

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

This text has shadow with #F780D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F780D2 on black background.


Color preview on white background

This text has color #F780D2 on white background.



Black color preview on #F780D2 background

This text has black color on #F780D2 background.


White color preview on #F780D2 background

This text has white color on #F780D2 background.