COLOR #F744E7

HEX: #F744E7
RGB: (247,68,231)

Color info

#F744E7 contains mainly red and blue colors. Web safe color of #F744E7 is #FF33FF (or #F3F).

RGB color model

#F744E7 color RGB value is (247,68,231).

  • red value is 247;
  • green value is 68;
  • blue value is 231.
RGB:
(247,68,231)
(97%,27%,91%)

RGB channels and saturation

R 247 of 255 = 97%
G 68 of 255 = 27%
B 231 of 255 = 91%

247
68
231

R + G + B ~ 72%. #F744E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 68 + 231 = 546 (100%)
R 247 of 546 ~ 45.24%
G 68 of 546 ~ 12.45%
B 231 of 546 ~ 42.31%

%45.24
%12.45
%42.31

CMYK color model

#F744E7 color CMYK value is (0,72,6,3).

  • cyan value is 0.00%
  • magenta value is 72.47%
  • yellow value is 6.48%
  • key color value is 3.14%
CMYK:
(0,72,6,3)
C0M72Y6K3 
(0%,72%,6%,3%)
(0.00/0.72/0.06/0.03)	

CMYK percentages

%0
%72.47
%6.48
%3.14

Codes

Color #F744E7 in popluar color models

F744E7
RGB24768231
HSL305°91.79%61.76%
HSB/HSV305°72.47%96.86%
CMYK0.00%72.47%6.48%
3.14%

Color #F744E7 in popluar number systems.

HEXF744E7
Decimal24768231
Binary11110111100010011100111
Octal367104347

Shades and tints

Shades of #F744E7

#F744E7
(247,68,231)
#E13ED2
(225,62,210)
#CB38BD
(203,56,189)
#B532A8
(181,50,168)
#9F2C93
(159,44,147)
#89267E
(137,38,126)
#732069
(115,32,105)
#5D1A54
(93,26,84)
#47143F
(71,20,63)
#310E2A
(49,14,42)
#1B0815
(27,8,21)
#000000
(0,0,0)

Tints of #F744E7

#F744E7
(247,68,231)
#F755E9
(247,85,233)
#F766EB
(247,102,235)
#F777ED
(247,119,237)
#F788EF
(247,136,239)
#F799F1
(247,153,241)
#F7AAF3
(247,170,243)
#F7BBF5
(247,187,245)
#F7CCF7
(247,204,247)
#F7DDF9
(247,221,249)
#F7EEFB
(247,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F744E7 color. Also use rgb(247,68,231) instead hex code.

Text Font Color

.myTextColor { color: #F744E7; }

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

This text font color is #F744E7.


Background Color

.myBgColor { background-color: #F744E7; }

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

This div background color is #F744E7.


Border color

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

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

This div border color is #F744E7.


Opacity

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

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

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

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

This text has shadow with #F744E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F744E7 on black background.


Color preview on white background

This text has color #F744E7 on white background.



Black color preview on #F744E7 background

This text has black color on #F744E7 background.


White color preview on #F744E7 background

This text has white color on #F744E7 background.