COLOR #FF07D4

HEX: #FF07D4
RGB: (255,7,212)

Color info

#FF07D4 contains mainly red and blue colors. Web safe color of #FF07D4 is #FF00CC (or #F0C).

RGB color model

#FF07D4 color RGB value is (255,7,212).

  • red value is 255;
  • green value is 7;
  • blue value is 212.
RGB:
(255,7,212)
(100%,3%,83%)

RGB channels and saturation

R 255 of 255 = 100%
G 7 of 255 = 3%
B 212 of 255 = 83%

255
7
212

R + G + B ~ 62%. #FF07D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 7 + 212 = 474 (100%)
R 255 of 474 ~ 53.8%
G 7 of 474 ~ 1.48%
B 212 of 474 ~ 44.73%

%53.8
%44.73

CMYK color model

#FF07D4 color CMYK value is (0,97,17,0).

  • cyan value is 0.00%
  • magenta value is 97.25%
  • yellow value is 16.86%
  • key color value is 0.00%
CMYK:
(0,97,17,0)
C0M97Y17K0 
(0%,97%,17%,0%)
(0.00/0.97/0.17/0.00)	

CMYK percentages

%0
%97.25
%16.86
%0

Codes

Color #FF07D4 in popluar color models

FF07D4
RGB2557212
HSL310°100.00%51.37%
HSB/HSV310°97.25%100.00%
CMYK0.00%97.25%16.86%
0.00%

Color #FF07D4 in popluar number systems.

HEXFF07D4
Decimal2557212
Binary1111111111111010100
Octal3777324

Shades and tints

Shades of #FF07D4

#FF07D4
(255,7,212)
#E807C1
(232,7,193)
#D107AE
(209,7,174)
#BA079B
(186,7,155)
#A30788
(163,7,136)
#8C0775
(140,7,117)
#750762
(117,7,98)
#5E074F
(94,7,79)
#47073C
(71,7,60)
#300729
(48,7,41)
#190716
(25,7,22)
#000000
(0,0,0)

Tints of #FF07D4

#FF07D4
(255,7,212)
#FF1DD7
(255,29,215)
#FF33DA
(255,51,218)
#FF49DD
(255,73,221)
#FF5FE0
(255,95,224)
#FF75E3
(255,117,227)
#FF8BE6
(255,139,230)
#FFA1E9
(255,161,233)
#FFB7EC
(255,183,236)
#FFCDEF
(255,205,239)
#FFE3F2
(255,227,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF07D4 color. Also use rgb(255,7,212) instead hex code.

Text Font Color

.myTextColor { color: #FF07D4; }

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

This text font color is #FF07D4.


Background Color

.myBgColor { background-color: #FF07D4; }

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

This div background color is #FF07D4.


Border color

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

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

This div border color is #FF07D4.


Opacity

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

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

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

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

This text has shadow with #FF07D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF07D4 on black background.


Color preview on white background

This text has color #FF07D4 on white background.



Black color preview on #FF07D4 background

This text has black color on #FF07D4 background.


White color preview on #FF07D4 background

This text has white color on #FF07D4 background.