COLOR #FF007F

HEX: #FF007F
RGB: (255,0,127)

Color info

#FF007F contains mainly red color. Web safe color of #FF007F is #FF0066 (or #F06).

RGB color model

#FF007F color RGB value is (255,0,127).

  • red value is 255;
  • green value is 0;
  • blue value is 127.
RGB:
(255,0,127)
(100%,0%,50%)

RGB channels and saturation

R 255 of 255 = 100%
G 0 of 255 = 0%
B 127 of 255 = 50%

255
0
127

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

Portions of RGB colors in percentages

R + G + B =
255 + 0 + 127 = 382 (100%)
R 255 of 382 ~ 66.75%
G 0 of 382 ~ 0%
B 127 of 382 ~ 33.25%

%66.75
%33.25

CMYK color model

#FF007F color CMYK value is (0,100,50,0).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 50.20%
  • key color value is 0.00%
CMYK:
(0,100,50,0)
C0M100Y50K0 
(0%,100%,50%,0%)
(0.00/1.00/0.50/0.00)	

CMYK percentages

%0
%100
%50.2
%0

Codes

Color #FF007F in popluar color models

FF007F
RGB2550127
HSL330°100.00%50.00%
HSB/HSV330°100.00%100.00%
CMYK0.00%100.00%50.20%
0.00%

Color #FF007F in popluar number systems.

HEXFF007F
Decimal2550127
Binary1111111101111111
Octal3770177

Shades and tints

Shades of #FF007F

#FF007F
(255,0,127)
#E80074
(232,0,116)
#D10069
(209,0,105)
#BA005E
(186,0,94)
#A30053
(163,0,83)
#8C0048
(140,0,72)
#75003D
(117,0,61)
#5E0032
(94,0,50)
#470027
(71,0,39)
#30001C
(48,0,28)
#190011
(25,0,17)
#000000
(0,0,0)

Tints of #FF007F

#FF007F
(255,0,127)
#FF178A
(255,23,138)
#FF2E95
(255,46,149)
#FF45A0
(255,69,160)
#FF5CAB
(255,92,171)
#FF73B6
(255,115,182)
#FF8AC1
(255,138,193)
#FFA1CC
(255,161,204)
#FFB8D7
(255,184,215)
#FFCFE2
(255,207,226)
#FFE6ED
(255,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF007F color. Also use rgb(255,0,127) instead hex code.

Text Font Color

.myTextColor { color: #FF007F; }

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

This text font color is #FF007F.


Background Color

.myBgColor { background-color: #FF007F; }

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

This div background color is #FF007F.


Border color

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

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

This div border color is #FF007F.


Opacity

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

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

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

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

This text has shadow with #FF007F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF007F on black background.


Color preview on white background

This text has color #FF007F on white background.



Black color preview on #FF007F background

This text has black color on #FF007F background.


White color preview on #FF007F background

This text has white color on #FF007F background.