COLOR #F053E4

HEX: #F053E4
RGB: (240,83,228)

Color info

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

RGB color model

#F053E4 color RGB value is (240,83,228).

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

RGB channels and saturation

R 240 of 255 = 94%
G 83 of 255 = 33%
B 228 of 255 = 89%

240
83
228

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

Portions of RGB colors in percentages

R + G + B =
240 + 83 + 228 = 551 (100%)
R 240 of 551 ~ 43.56%
G 83 of 551 ~ 15.06%
B 228 of 551 ~ 41.38%

%43.56
%15.06
%41.38

CMYK color model

#F053E4 color CMYK value is (0,65,5,6).

  • cyan value is 0.00%
  • magenta value is 65.42%
  • yellow value is 5.00%
  • key color value is 5.88%
CMYK:
(0,65,5,6)
C0M65Y5K6 
(0%,65%,5%,6%)
(0.00/0.65/0.05/0.06)	

CMYK percentages

%0
%65.42
%5
%5.88

Codes

Color #F053E4 in popluar color models

F053E4
RGB24083228
HSL305°83.96%63.33%
HSB/HSV305°65.42%94.12%
CMYK0.00%65.42%5.00%
5.88%

Color #F053E4 in popluar number systems.

HEXF053E4
Decimal24083228
Binary11110000101001111100100
Octal360123344

Shades and tints

Shades of #F053E4

#F053E4
(240,83,228)
#DB4CD0
(219,76,208)
#C645BC
(198,69,188)
#B13EA8
(177,62,168)
#9C3794
(156,55,148)
#873080
(135,48,128)
#72296C
(114,41,108)
#5D2258
(93,34,88)
#481B44
(72,27,68)
#331430
(51,20,48)
#1E0D1C
(30,13,28)
#000000
(0,0,0)

Tints of #F053E4

#F053E4
(240,83,228)
#F162E6
(241,98,230)
#F271E8
(242,113,232)
#F380EA
(243,128,234)
#F48FEC
(244,143,236)
#F59EEE
(245,158,238)
#F6ADF0
(246,173,240)
#F7BCF2
(247,188,242)
#F8CBF4
(248,203,244)
#F9DAF6
(249,218,246)
#FAE9F8
(250,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F053E4; }

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

This text font color is #F053E4.


Background Color

.myBgColor { background-color: #F053E4; }

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

This div background color is #F053E4.


Border color

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

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

This div border color is #F053E4.


Opacity

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

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

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

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

This text has shadow with #F053E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F053E4 on black background.


Color preview on white background

This text has color #F053E4 on white background.



Black color preview on #F053E4 background

This text has black color on #F053E4 background.


White color preview on #F053E4 background

This text has white color on #F053E4 background.