COLOR #F2385A

HEX: #F2385A
RGB: (242,56,90)

Color info

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

RGB color model

#F2385A color RGB value is (242,56,90).

  • red value is 242;
  • green value is 56;
  • blue value is 90.
RGB:
(242,56,90)
(95%,22%,35%)

RGB channels and saturation

R 242 of 255 = 95%
G 56 of 255 = 22%
B 90 of 255 = 35%

242
56
90

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

Portions of RGB colors in percentages

R + G + B =
242 + 56 + 90 = 388 (100%)
R 242 of 388 ~ 62.37%
G 56 of 388 ~ 14.43%
B 90 of 388 ~ 23.2%

%62.37
%14.43
%23.2

CMYK color model

#F2385A color CMYK value is (0,77,63,5).

  • cyan value is 0.00%
  • magenta value is 76.86%
  • yellow value is 62.81%
  • key color value is 5.10%
CMYK:
(0,77,63,5)
C0M77Y63K5 
(0%,77%,63%,5%)
(0.00/0.77/0.63/0.05)	

CMYK percentages

%0
%76.86
%62.81
%5.1

Codes

Color #F2385A in popluar color models

F2385A
RGB2425690
HSL349°87.74%58.43%
HSB/HSV349°76.86%94.90%
CMYK0.00%76.86%62.81%
5.10%

Color #F2385A in popluar number systems.

HEXF2385A
Decimal2425690
Binary111100101110001011010
Octal36270132

Shades and tints

Shades of #F2385A

#F2385A
(242,56,90)
#DC3352
(220,51,82)
#C62E4A
(198,46,74)
#B02942
(176,41,66)
#9A243A
(154,36,58)
#841F32
(132,31,50)
#6E1A2A
(110,26,42)
#581522
(88,21,34)
#42101A
(66,16,26)
#2C0B12
(44,11,18)
#16060A
(22,6,10)
#000000
(0,0,0)

Tints of #F2385A

#F2385A
(242,56,90)
#F34A69
(243,74,105)
#F45C78
(244,92,120)
#F56E87
(245,110,135)
#F68096
(246,128,150)
#F792A5
(247,146,165)
#F8A4B4
(248,164,180)
#F9B6C3
(249,182,195)
#FAC8D2
(250,200,210)
#FBDAE1
(251,218,225)
#FCECF0
(252,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2385A color. Also use rgb(242,56,90) instead hex code.

Text Font Color

.myTextColor { color: #F2385A; }

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

This text font color is #F2385A.


Background Color

.myBgColor { background-color: #F2385A; }

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

This div background color is #F2385A.


Border color

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

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

This div border color is #F2385A.


Opacity

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

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

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

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

This text has shadow with #F2385A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2385A on black background.


Color preview on white background

This text has color #F2385A on white background.



Black color preview on #F2385A background

This text has black color on #F2385A background.


White color preview on #F2385A background

This text has white color on #F2385A background.