COLOR #F2905E

HEX: #F2905E
RGB: (242,144,94)

Color info

#F2905E contains mainly red color. Web safe color of #F2905E is #FF9966 (or #F96).

RGB color model

#F2905E color RGB value is (242,144,94).

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

RGB channels and saturation

R 242 of 255 = 95%
G 144 of 255 = 56%
B 94 of 255 = 37%

242
144
94

R + G + B ~ 63%. #F2905E is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 144 + 94 = 480 (100%)
R 242 of 480 ~ 50.42%
G 144 of 480 ~ 30%
B 94 of 480 ~ 19.58%

%50.42
%30
%19.58

CMYK color model

#F2905E color CMYK value is (0,40,61,5).

  • cyan value is 0.00%
  • magenta value is 40.50%
  • yellow value is 61.16%
  • key color value is 5.10%
CMYK:
(0,40,61,5)
C0M40Y61K5 
(0%,40%,61%,5%)
(0.00/0.40/0.61/0.05)	

CMYK percentages

%0
%40.5
%61.16
%5.1

Codes

Color #F2905E in popluar color models

F2905E
RGB24214494
HSL20°85.06%65.88%
HSB/HSV20°61.16%94.90%
CMYK0.00%40.50%61.16%
5.10%

Color #F2905E in popluar number systems.

HEXF2905E
Decimal24214494
Binary11110010100100001011110
Octal362220136

Shades and tints

Shades of #F2905E

#F2905E
(242,144,94)
#DC8356
(220,131,86)
#C6764E
(198,118,78)
#B06946
(176,105,70)
#9A5C3E
(154,92,62)
#844F36
(132,79,54)
#6E422E
(110,66,46)
#583526
(88,53,38)
#42281E
(66,40,30)
#2C1B16
(44,27,22)
#160E0E
(22,14,14)
#000000
(0,0,0)

Tints of #F2905E

#F2905E
(242,144,94)
#F39A6C
(243,154,108)
#F4A47A
(244,164,122)
#F5AE88
(245,174,136)
#F6B896
(246,184,150)
#F7C2A4
(247,194,164)
#F8CCB2
(248,204,178)
#F9D6C0
(249,214,192)
#FAE0CE
(250,224,206)
#FBEADC
(251,234,220)
#FCF4EA
(252,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2905E; }

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

This text font color is #F2905E.


Background Color

.myBgColor { background-color: #F2905E; }

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

This div background color is #F2905E.


Border color

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

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

This div border color is #F2905E.


Opacity

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

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

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

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

This text has shadow with #F2905E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2905E on black background.


Color preview on white background

This text has color #F2905E on white background.



Black color preview on #F2905E background

This text has black color on #F2905E background.


White color preview on #F2905E background

This text has white color on #F2905E background.