COLOR #F03954

HEX: #F03954
RGB: (240,57,84)

Color info

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

RGB color model

#F03954 color RGB value is (240,57,84).

  • red value is 240;
  • green value is 57;
  • blue value is 84.
RGB:
(240,57,84)
(94%,22%,33%)

RGB channels and saturation

R 240 of 255 = 94%
G 57 of 255 = 22%
B 84 of 255 = 33%

240
57
84

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

Portions of RGB colors in percentages

R + G + B =
240 + 57 + 84 = 381 (100%)
R 240 of 381 ~ 62.99%
G 57 of 381 ~ 14.96%
B 84 of 381 ~ 22.05%

%62.99
%14.96
%22.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 76.25%
  • yellow value is 65.00%
  • 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
%76.25
%65
%5.88

Codes

Color #F03954 in popluar color models

F03954
RGB2405784
HSL351°85.92%58.24%
HSB/HSV351°76.25%94.12%
CMYK0.00%76.25%65.00%
5.88%

Color #F03954 in popluar number systems.

HEXF03954
Decimal2405784
Binary111100001110011010100
Octal36071124

Shades and tints

Shades of #F03954

#F03954
(240,57,84)
#DB344D
(219,52,77)
#C62F46
(198,47,70)
#B12A3F
(177,42,63)
#9C2538
(156,37,56)
#872031
(135,32,49)
#721B2A
(114,27,42)
#5D1623
(93,22,35)
#48111C
(72,17,28)
#330C15
(51,12,21)
#1E070E
(30,7,14)
#000000
(0,0,0)

Tints of #F03954

#F03954
(240,57,84)
#F14B63
(241,75,99)
#F25D72
(242,93,114)
#F36F81
(243,111,129)
#F48190
(244,129,144)
#F5939F
(245,147,159)
#F6A5AE
(246,165,174)
#F7B7BD
(247,183,189)
#F8C9CC
(248,201,204)
#F9DBDB
(249,219,219)
#FAEDEA
(250,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F03954 color. Also use rgb(240,57,84) instead hex code.

Text Font Color

.myTextColor { color: #F03954; }

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

This text font color is #F03954.


Background Color

.myBgColor { background-color: #F03954; }

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

This div background color is #F03954.


Border color

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

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

This div border color is #F03954.


Opacity

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

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

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

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

This text has shadow with #F03954 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F03954 on black background.


Color preview on white background

This text has color #F03954 on white background.



Black color preview on #F03954 background

This text has black color on #F03954 background.


White color preview on #F03954 background

This text has white color on #F03954 background.