COLOR #F03A55

HEX: #F03A55
RGB: (240,58,85)

Color info

#F03A55 contains mainly red color. Web safe color of #F03A55 is #FF3366 (or #F36).

RGB color model

#F03A55 color RGB value is (240,58,85).

  • red value is 240;
  • green value is 58;
  • blue value is 85.
RGB:
(240,58,85)
(94%,23%,33%)

RGB channels and saturation

R 240 of 255 = 94%
G 58 of 255 = 23%
B 85 of 255 = 33%

240
58
85

R + G + B ~ 50%. #F03A55 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
240 + 58 + 85 = 383 (100%)
R 240 of 383 ~ 62.66%
G 58 of 383 ~ 15.14%
B 85 of 383 ~ 22.19%

%62.66
%15.14
%22.19

CMYK color model

#F03A55 color CMYK value is (0,76,65,6).

  • cyan value is 0.00%
  • magenta value is 75.83%
  • yellow value is 64.58%
  • key color value is 5.88%
CMYK:
(0,76,65,6)
C0M76Y65K6 
(0%,76%,65%,6%)
(0.00/0.76/0.65/0.06)	

CMYK percentages

%0
%75.83
%64.58
%5.88

Codes

Color #F03A55 in popluar color models

F03A55
RGB2405885
HSL351°85.85%58.43%
HSB/HSV351°75.83%94.12%
CMYK0.00%75.83%64.58%
5.88%

Color #F03A55 in popluar number systems.

HEXF03A55
Decimal2405885
Binary111100001110101010101
Octal36072125

Shades and tints

Shades of #F03A55

#F03A55
(240,58,85)
#DB354E
(219,53,78)
#C63047
(198,48,71)
#B12B40
(177,43,64)
#9C2639
(156,38,57)
#872132
(135,33,50)
#721C2B
(114,28,43)
#5D1724
(93,23,36)
#48121D
(72,18,29)
#330D16
(51,13,22)
#1E080F
(30,8,15)
#000000
(0,0,0)

Tints of #F03A55

#F03A55
(240,58,85)
#F14B64
(241,75,100)
#F25C73
(242,92,115)
#F36D82
(243,109,130)
#F47E91
(244,126,145)
#F58FA0
(245,143,160)
#F6A0AF
(246,160,175)
#F7B1BE
(247,177,190)
#F8C2CD
(248,194,205)
#F9D3DC
(249,211,220)
#FAE4EB
(250,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F03A55 color. Also use rgb(240,58,85) instead hex code.

Text Font Color

.myTextColor { color: #F03A55; }

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

This text font color is #F03A55.


Background Color

.myBgColor { background-color: #F03A55; }

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

This div background color is #F03A55.


Border color

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

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

This div border color is #F03A55.


Opacity

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

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

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

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

This text has shadow with #F03A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F03A55 on black background.


Color preview on white background

This text has color #F03A55 on white background.



Black color preview on #F03A55 background

This text has black color on #F03A55 background.


White color preview on #F03A55 background

This text has white color on #F03A55 background.