COLOR #F045E4

HEX: #F045E4
RGB: (240,69,228)

Color info

#F045E4 contains mainly red and blue colors. Web safe color of #F045E4 is #FF33CC (or #F3C).

RGB color model

#F045E4 color RGB value is (240,69,228).

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

RGB channels and saturation

R 240 of 255 = 94%
G 69 of 255 = 27%
B 228 of 255 = 89%

240
69
228

R + G + B ~ 70%. #F045E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 69 + 228 = 537 (100%)
R 240 of 537 ~ 44.69%
G 69 of 537 ~ 12.85%
B 228 of 537 ~ 42.46%

%44.69
%12.85
%42.46

CMYK color model

#F045E4 color CMYK value is (0,71,5,6).

  • cyan value is 0.00%
  • magenta value is 71.25%
  • yellow value is 5.00%
  • key color value is 5.88%
CMYK:
(0,71,5,6)
C0M71Y5K6 
(0%,71%,5%,6%)
(0.00/0.71/0.05/0.06)	

CMYK percentages

%0
%71.25
%5
%5.88

Codes

Color #F045E4 in popluar color models

F045E4
RGB24069228
HSL304°85.07%60.59%
HSB/HSV304°71.25%94.12%
CMYK0.00%71.25%5.00%
5.88%

Color #F045E4 in popluar number systems.

HEXF045E4
Decimal24069228
Binary11110000100010111100100
Octal360105344

Shades and tints

Shades of #F045E4

#F045E4
(240,69,228)
#DB3FD0
(219,63,208)
#C639BC
(198,57,188)
#B133A8
(177,51,168)
#9C2D94
(156,45,148)
#872780
(135,39,128)
#72216C
(114,33,108)
#5D1B58
(93,27,88)
#481544
(72,21,68)
#330F30
(51,15,48)
#1E091C
(30,9,28)
#000000
(0,0,0)

Tints of #F045E4

#F045E4
(240,69,228)
#F155E6
(241,85,230)
#F265E8
(242,101,232)
#F375EA
(243,117,234)
#F485EC
(244,133,236)
#F595EE
(245,149,238)
#F6A5F0
(246,165,240)
#F7B5F2
(247,181,242)
#F8C5F4
(248,197,244)
#F9D5F6
(249,213,246)
#FAE5F8
(250,229,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F045E4; }

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

This text font color is #F045E4.


Background Color

.myBgColor { background-color: #F045E4; }

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

This div background color is #F045E4.


Border color

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

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

This div border color is #F045E4.


Opacity

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

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

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

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

This text has shadow with #F045E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F045E4 on black background.


Color preview on white background

This text has color #F045E4 on white background.



Black color preview on #F045E4 background

This text has black color on #F045E4 background.


White color preview on #F045E4 background

This text has white color on #F045E4 background.