COLOR #F073E8

HEX: #F073E8
RGB: (240,115,232)

Color info

#F073E8 contains mainly red and blue colors. Web safe color of #F073E8 is #FF66FF (or #F6F).

RGB color model

#F073E8 color RGB value is (240,115,232).

  • red value is 240;
  • green value is 115;
  • blue value is 232.
RGB:
(240,115,232)
(94%,45%,91%)

RGB channels and saturation

R 240 of 255 = 94%
G 115 of 255 = 45%
B 232 of 255 = 91%

240
115
232

R + G + B ~ 77%. #F073E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 115 + 232 = 587 (100%)
R 240 of 587 ~ 40.89%
G 115 of 587 ~ 19.59%
B 232 of 587 ~ 39.52%

%40.89
%19.59
%39.52

CMYK color model

#F073E8 color CMYK value is (0,52,3,6).

  • cyan value is 0.00%
  • magenta value is 52.08%
  • yellow value is 3.33%
  • key color value is 5.88%
CMYK:
(0,52,3,6)
C0M52Y3K6 
(0%,52%,3%,6%)
(0.00/0.52/0.03/0.06)	

CMYK percentages

%0
%52.08
%3.33
%5.88

Codes

Color #F073E8 in popluar color models

F073E8
RGB240115232
HSL304°80.65%69.61%
HSB/HSV304°52.08%94.12%
CMYK0.00%52.08%3.33%
5.88%

Color #F073E8 in popluar number systems.

HEXF073E8
Decimal240115232
Binary11110000111001111101000
Octal360163350

Shades and tints

Shades of #F073E8

#F073E8
(240,115,232)
#DB69D3
(219,105,211)
#C65FBE
(198,95,190)
#B155A9
(177,85,169)
#9C4B94
(156,75,148)
#87417F
(135,65,127)
#72376A
(114,55,106)
#5D2D55
(93,45,85)
#482340
(72,35,64)
#33192B
(51,25,43)
#1E0F16
(30,15,22)
#000000
(0,0,0)

Tints of #F073E8

#F073E8
(240,115,232)
#F17FEA
(241,127,234)
#F28BEC
(242,139,236)
#F397EE
(243,151,238)
#F4A3F0
(244,163,240)
#F5AFF2
(245,175,242)
#F6BBF4
(246,187,244)
#F7C7F6
(247,199,246)
#F8D3F8
(248,211,248)
#F9DFFA
(249,223,250)
#FAEBFC
(250,235,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F073E8 color. Also use rgb(240,115,232) instead hex code.

Text Font Color

.myTextColor { color: #F073E8; }

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

This text font color is #F073E8.


Background Color

.myBgColor { background-color: #F073E8; }

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

This div background color is #F073E8.


Border color

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

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

This div border color is #F073E8.


Opacity

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

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

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

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

This text has shadow with #F073E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F073E8 on black background.


Color preview on white background

This text has color #F073E8 on white background.



Black color preview on #F073E8 background

This text has black color on #F073E8 background.


White color preview on #F073E8 background

This text has white color on #F073E8 background.