COLOR #F704E3

HEX: #F704E3 RGB: (247,4,227)

Color info

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

RGB color model

#F704E3 color RGB value is (247,4,227).

RGB: (247,4,227) (97%, 2%, 89%)

RGB channels and saturation

R 247 of 255 = 97%
G 4 of 255 = 2%
B 227 of 255 = 89%

247
4
227

R + G + B ~ 63%. #F704E3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 247 + 4 + 227 = 478 (100%)
R 247 of 478 ~ 51.67%
G 4 of 478 ~ 0.84%
B 227 of 478 ~ 47.49'%

%51.67
%47.49

CMYK color model

#F704E3 color CMYK value is (0,98,8,3).

  • cyan value is 0.00%
  • magenta value is 98.38%
  • yellow value is 8.10%
  • key color value is 3.14%

CMYK: (0,98,8,3)
C0M98Y8K3 (0%, 98%, 8%, 3%)
(0.00 / 0.98 / 0.08 / 0.03)

CMYK percentages

%0
%98.38
%8.1
%3.14

Codes

Color #F704E3 in popluar color models

F7 04 E3
RGB 247 4 227
HSL 305° 96.81% 49.22%
HSB/HSV 305° 98.38% 96.86%
CMYK 0.00% 98.38% 8.10%
3.14%

Color #F704E3 in popluar number systems.

HEX F7 04 E3
Decimal 247 4 227
Binary 11110111 100 11100011
Octal 367 4 343

Shades and tints

Shades of #F704E3

#F704E3
(247,4,227)
#E104CF
(225,4,207)
#CB04BB
(203,4,187)
#B504A7
(181,4,167)
#9F0493
(159,4,147)
#89047F
(137,4,127)
#73046B
(115,4,107)
#5D0457
(93,4,87)
#470443
(71,4,67)
#31042F
(49,4,47)
#1B041B
(27,4,27)
#000000
(0,0,0)

Tints of #F704E3

#F704E3
(247,4,227)
#F71AE5
(247,26,229)
#F730E7
(247,48,231)
#F746E9
(247,70,233)
#F75CEB
(247,92,235)
#F772ED
(247,114,237)
#F788EF
(247,136,239)
#F79EF1
(247,158,241)
#F7B4F3
(247,180,243)
#F7CAF5
(247,202,245)
#F7E0F7
(247,224,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F704E3 color. Also use rgb(247,4,227) instead hex code.

Text Font Color

.myTextColor { color: #F704E3; }

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

This text font color is #F704E3.

Background Color

.myBgColor { background-color: #F704E3; }

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

This div background color is #F704E3.

Border color

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

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

This div border color is #F704E3.

Opacity

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

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

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

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

This text has shadow with #F704E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F704E3.

Preview

Color preview on black background

This text has color #F704E3 on black background.


Color preview on white background

This text has color #F704E3 on white background.


Black color preview on #F704E3 background

This text has black color on #F704E3 background.


White color preview on #F704E3 background

This text has white color on #F704E3 background.


Related colors

Complementary color

Complementary color for #hex is #08FB1C.


I love getcolorcode.com

Triadic colors

1 #E3F704 and #04E3F7 with #F704E3 are triadic colors.

2 #E304F7 and #04F7E3 with #F704E3 are triadic colors.