COLOR #F740F1

HEX: #F740F1
RGB: (247,64,241)

Color info

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

RGB color model

#F740F1 color RGB value is (247,64,241).

  • red value is 247;
  • green value is 64;
  • blue value is 241.
RGB:
(247,64,241)
(97%,25%,95%)

RGB channels and saturation

R 247 of 255 = 97%
G 64 of 255 = 25%
B 241 of 255 = 95%

247
64
241

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

Portions of RGB colors in percentages

R + G + B =
247 + 64 + 241 = 552 (100%)
R 247 of 552 ~ 44.75%
G 64 of 552 ~ 11.59%
B 241 of 552 ~ 43.66%

%44.75
%11.59
%43.66

CMYK color model

#F740F1 color CMYK value is (0,74,2,3).

  • cyan value is 0.00%
  • magenta value is 74.09%
  • yellow value is 2.43%
  • key color value is 3.14%
CMYK:
(0,74,2,3)
C0M74Y2K3 
(0%,74%,2%,3%)
(0.00/0.74/0.02/0.03)	

CMYK percentages

%0
%74.09
%2.43
%3.14

Codes

Color #F740F1 in popluar color models

F740F1
RGB24764241
HSL302°91.96%60.98%
HSB/HSV302°74.09%96.86%
CMYK0.00%74.09%2.43%
3.14%

Color #F740F1 in popluar number systems.

HEXF740F1
Decimal24764241
Binary11110111100000011110001
Octal367100361

Shades and tints

Shades of #F740F1

#F740F1
(247,64,241)
#E13BDC
(225,59,220)
#CB36C7
(203,54,199)
#B531B2
(181,49,178)
#9F2C9D
(159,44,157)
#892788
(137,39,136)
#732273
(115,34,115)
#5D1D5E
(93,29,94)
#471849
(71,24,73)
#311334
(49,19,52)
#1B0E1F
(27,14,31)
#000000
(0,0,0)

Tints of #F740F1

#F740F1
(247,64,241)
#F751F2
(247,81,242)
#F762F3
(247,98,243)
#F773F4
(247,115,244)
#F784F5
(247,132,245)
#F795F6
(247,149,246)
#F7A6F7
(247,166,247)
#F7B7F8
(247,183,248)
#F7C8F9
(247,200,249)
#F7D9FA
(247,217,250)
#F7EAFB
(247,234,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F740F1 color. Also use rgb(247,64,241) instead hex code.

Text Font Color

.myTextColor { color: #F740F1; }

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

This text font color is #F740F1.


Background Color

.myBgColor { background-color: #F740F1; }

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

This div background color is #F740F1.


Border color

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

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

This div border color is #F740F1.


Opacity

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

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

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

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

This text has shadow with #F740F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F740F1 on black background.


Color preview on white background

This text has color #F740F1 on white background.



Black color preview on #F740F1 background

This text has black color on #F740F1 background.


White color preview on #F740F1 background

This text has white color on #F740F1 background.