COLOR #F2615E

HEX: #F2615E
RGB: (242,97,94)

Color info

#F2615E contains mainly red color. Web safe color of #F2615E is #FF6666 (or #F66).

RGB color model

#F2615E color RGB value is (242,97,94).

  • red value is 242;
  • green value is 97;
  • blue value is 94.
RGB:
(242,97,94)
(95%,38%,37%)

RGB channels and saturation

R 242 of 255 = 95%
G 97 of 255 = 38%
B 94 of 255 = 37%

242
97
94

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

Portions of RGB colors in percentages

R + G + B =
242 + 97 + 94 = 433 (100%)
R 242 of 433 ~ 55.89%
G 97 of 433 ~ 22.4%
B 94 of 433 ~ 21.71%

%55.89
%22.4
%21.71

CMYK color model

#F2615E color CMYK value is (0,60,61,5).

  • cyan value is 0.00%
  • magenta value is 59.92%
  • yellow value is 61.16%
  • key color value is 5.10%
CMYK:
(0,60,61,5)
C0M60Y61K5 
(0%,60%,61%,5%)
(0.00/0.60/0.61/0.05)	

CMYK percentages

%0
%59.92
%61.16
%5.1

Codes

Color #F2615E in popluar color models

F2615E
RGB2429794
HSL85.06%65.88%
HSB/HSV61.16%94.90%
CMYK0.00%59.92%61.16%
5.10%

Color #F2615E in popluar number systems.

HEXF2615E
Decimal2429794
Binary1111001011000011011110
Octal362141136

Shades and tints

Shades of #F2615E

#F2615E
(242,97,94)
#DC5956
(220,89,86)
#C6514E
(198,81,78)
#B04946
(176,73,70)
#9A413E
(154,65,62)
#843936
(132,57,54)
#6E312E
(110,49,46)
#582926
(88,41,38)
#42211E
(66,33,30)
#2C1916
(44,25,22)
#16110E
(22,17,14)
#000000
(0,0,0)

Tints of #F2615E

#F2615E
(242,97,94)
#F36F6C
(243,111,108)
#F47D7A
(244,125,122)
#F58B88
(245,139,136)
#F69996
(246,153,150)
#F7A7A4
(247,167,164)
#F8B5B2
(248,181,178)
#F9C3C0
(249,195,192)
#FAD1CE
(250,209,206)
#FBDFDC
(251,223,220)
#FCEDEA
(252,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2615E color. Also use rgb(242,97,94) instead hex code.

Text Font Color

.myTextColor { color: #F2615E; }

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

This text font color is #F2615E.


Background Color

.myBgColor { background-color: #F2615E; }

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

This div background color is #F2615E.


Border color

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

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

This div border color is #F2615E.


Opacity

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

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

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

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

This text has shadow with #F2615E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2615E on black background.


Color preview on white background

This text has color #F2615E on white background.



Black color preview on #F2615E background

This text has black color on #F2615E background.


White color preview on #F2615E background

This text has white color on #F2615E background.