COLOR #FF7DC0

HEX: #FF7DC0
RGB: (255,125,192)

Color info

#FF7DC0 contains mainly red color. Web safe color of #FF7DC0 is #FF66CC (or #F6C).

RGB color model

#FF7DC0 color RGB value is (255,125,192).

  • red value is 255;
  • green value is 125;
  • blue value is 192.
RGB:
(255,125,192)
(100%,49%,75%)

RGB channels and saturation

R 255 of 255 = 100%
G 125 of 255 = 49%
B 192 of 255 = 75%

255
125
192

R + G + B ~ 75%. #FF7DC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 125 + 192 = 572 (100%)
R 255 of 572 ~ 44.58%
G 125 of 572 ~ 21.85%
B 192 of 572 ~ 33.57%

%44.58
%21.85
%33.57

CMYK color model

#FF7DC0 color CMYK value is (0,51,25,0).

  • cyan value is 0.00%
  • magenta value is 50.98%
  • yellow value is 24.71%
  • key color value is 0.00%
CMYK:
(0,51,25,0)
C0M51Y25K0 
(0%,51%,25%,0%)
(0.00/0.51/0.25/0.00)	

CMYK percentages

%0
%50.98
%24.71
%0

Codes

Color #FF7DC0 in popluar color models

FF7DC0
RGB255125192
HSL329°100.00%74.51%
HSB/HSV329°50.98%100.00%
CMYK0.00%50.98%24.71%
0.00%

Color #FF7DC0 in popluar number systems.

HEXFF7DC0
Decimal255125192
Binary11111111111110111000000
Octal377175300

Shades and tints

Shades of #FF7DC0

#FF7DC0
(255,125,192)
#E872AF
(232,114,175)
#D1679E
(209,103,158)
#BA5C8D
(186,92,141)
#A3517C
(163,81,124)
#8C466B
(140,70,107)
#753B5A
(117,59,90)
#5E3049
(94,48,73)
#472538
(71,37,56)
#301A27
(48,26,39)
#190F16
(25,15,22)
#000000
(0,0,0)

Tints of #FF7DC0

#FF7DC0
(255,125,192)
#FF88C5
(255,136,197)
#FF93CA
(255,147,202)
#FF9ECF
(255,158,207)
#FFA9D4
(255,169,212)
#FFB4D9
(255,180,217)
#FFBFDE
(255,191,222)
#FFCAE3
(255,202,227)
#FFD5E8
(255,213,232)
#FFE0ED
(255,224,237)
#FFEBF2
(255,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF7DC0 color. Also use rgb(255,125,192) instead hex code.

Text Font Color

.myTextColor { color: #FF7DC0; }

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

This text font color is #FF7DC0.


Background Color

.myBgColor { background-color: #FF7DC0; }

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

This div background color is #FF7DC0.


Border color

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

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

This div border color is #FF7DC0.


Opacity

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

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

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

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

This text has shadow with #FF7DC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF7DC0 on black background.


Color preview on white background

This text has color #FF7DC0 on white background.



Black color preview on #FF7DC0 background

This text has black color on #FF7DC0 background.


White color preview on #FF7DC0 background

This text has white color on #FF7DC0 background.