COLOR #F0264F

HEX: #F0264F
RGB: (240,38,79)

Color info

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

RGB color model

#F0264F color RGB value is (240,38,79).

  • red value is 240;
  • green value is 38;
  • blue value is 79.
RGB:
(240,38,79)
(94%,15%,31%)

RGB channels and saturation

R 240 of 255 = 94%
G 38 of 255 = 15%
B 79 of 255 = 31%

240
38
79

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

Portions of RGB colors in percentages

R + G + B =
240 + 38 + 79 = 357 (100%)
R 240 of 357 ~ 67.23%
G 38 of 357 ~ 10.64%
B 79 of 357 ~ 22.13%

%67.23
%10.64
%22.13

CMYK color model

#F0264F color CMYK value is (0,84,67,6).

  • cyan value is 0.00%
  • magenta value is 84.17%
  • yellow value is 67.08%
  • key color value is 5.88%
CMYK:
(0,84,67,6)
C0M84Y67K6 
(0%,84%,67%,6%)
(0.00/0.84/0.67/0.06)	

CMYK percentages

%0
%84.17
%67.08
%5.88

Codes

Color #F0264F in popluar color models

F0264F
RGB2403879
HSL348°87.07%54.51%
HSB/HSV348°84.17%94.12%
CMYK0.00%84.17%67.08%
5.88%

Color #F0264F in popluar number systems.

HEXF0264F
Decimal2403879
Binary111100001001101001111
Octal36046117

Shades and tints

Shades of #F0264F

#F0264F
(240,38,79)
#DB2348
(219,35,72)
#C62041
(198,32,65)
#B11D3A
(177,29,58)
#9C1A33
(156,26,51)
#87172C
(135,23,44)
#721425
(114,20,37)
#5D111E
(93,17,30)
#480E17
(72,14,23)
#330B10
(51,11,16)
#1E0809
(30,8,9)
#000000
(0,0,0)

Tints of #F0264F

#F0264F
(240,38,79)
#F1395F
(241,57,95)
#F24C6F
(242,76,111)
#F35F7F
(243,95,127)
#F4728F
(244,114,143)
#F5859F
(245,133,159)
#F698AF
(246,152,175)
#F7ABBF
(247,171,191)
#F8BECF
(248,190,207)
#F9D1DF
(249,209,223)
#FAE4EF
(250,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0264F color. Also use rgb(240,38,79) instead hex code.

Text Font Color

.myTextColor { color: #F0264F; }

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

This text font color is #F0264F.


Background Color

.myBgColor { background-color: #F0264F; }

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

This div background color is #F0264F.


Border color

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

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

This div border color is #F0264F.


Opacity

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

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

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

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

This text has shadow with #F0264F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0264F on black background.


Color preview on white background

This text has color #F0264F on white background.



Black color preview on #F0264F background

This text has black color on #F0264F background.


White color preview on #F0264F background

This text has white color on #F0264F background.