COLOR #F074E4

HEX: #F074E4
RGB: (240,116,228)

Color info

#F074E4 contains mainly red and blue colors. Web safe color of #F074E4 is #FF66CC (or #F6C).

RGB color model

#F074E4 color RGB value is (240,116,228).

  • red value is 240;
  • green value is 116;
  • blue value is 228.
RGB:
(240,116,228)
(94%,45%,89%)

RGB channels and saturation

R 240 of 255 = 94%
G 116 of 255 = 45%
B 228 of 255 = 89%

240
116
228

R + G + B ~ 76%. #F074E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 116 + 228 = 584 (100%)
R 240 of 584 ~ 41.1%
G 116 of 584 ~ 19.86%
B 228 of 584 ~ 39.04%

%41.1
%19.86
%39.04

CMYK color model

#F074E4 color CMYK value is (0,52,5,6).

  • cyan value is 0.00%
  • magenta value is 51.67%
  • yellow value is 5.00%
  • key color value is 5.88%
CMYK:
(0,52,5,6)
C0M52Y5K6 
(0%,52%,5%,6%)
(0.00/0.52/0.05/0.06)	

CMYK percentages

%0
%51.67
%5
%5.88

Codes

Color #F074E4 in popluar color models

F074E4
RGB240116228
HSL306°80.52%69.80%
HSB/HSV306°51.67%94.12%
CMYK0.00%51.67%5.00%
5.88%

Color #F074E4 in popluar number systems.

HEXF074E4
Decimal240116228
Binary11110000111010011100100
Octal360164344

Shades and tints

Shades of #F074E4

#F074E4
(240,116,228)
#DB6AD0
(219,106,208)
#C660BC
(198,96,188)
#B156A8
(177,86,168)
#9C4C94
(156,76,148)
#874280
(135,66,128)
#72386C
(114,56,108)
#5D2E58
(93,46,88)
#482444
(72,36,68)
#331A30
(51,26,48)
#1E101C
(30,16,28)
#000000
(0,0,0)

Tints of #F074E4

#F074E4
(240,116,228)
#F180E6
(241,128,230)
#F28CE8
(242,140,232)
#F398EA
(243,152,234)
#F4A4EC
(244,164,236)
#F5B0EE
(245,176,238)
#F6BCF0
(246,188,240)
#F7C8F2
(247,200,242)
#F8D4F4
(248,212,244)
#F9E0F6
(249,224,246)
#FAECF8
(250,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F074E4 color. Also use rgb(240,116,228) instead hex code.

Text Font Color

.myTextColor { color: #F074E4; }

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

This text font color is #F074E4.


Background Color

.myBgColor { background-color: #F074E4; }

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

This div background color is #F074E4.


Border color

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

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

This div border color is #F074E4.


Opacity

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

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

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

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

This text has shadow with #F074E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F074E4 on black background.


Color preview on white background

This text has color #F074E4 on white background.



Black color preview on #F074E4 background

This text has black color on #F074E4 background.


White color preview on #F074E4 background

This text has white color on #F074E4 background.