COLOR #F2153C

HEX: #F2153C
RGB: (242,21,60)

Color info

#F2153C contains mainly red color. Web safe color of #F2153C is #FF0033 (or #F03).

RGB color model

#F2153C color RGB value is (242,21,60).

  • red value is 242;
  • green value is 21;
  • blue value is 60.
RGB:
(242,21,60)
(95%,8%,24%)

RGB channels and saturation

R 242 of 255 = 95%
G 21 of 255 = 8%
B 60 of 255 = 24%

242
21
60

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

Portions of RGB colors in percentages

R + G + B =
242 + 21 + 60 = 323 (100%)
R 242 of 323 ~ 74.92%
G 21 of 323 ~ 6.5%
B 60 of 323 ~ 18.58%

%74.92
%18.58

CMYK color model

#F2153C color CMYK value is (0,91,75,5).

  • cyan value is 0.00%
  • magenta value is 91.32%
  • yellow value is 75.21%
  • key color value is 5.10%
CMYK:
(0,91,75,5)
C0M91Y75K5 
(0%,91%,75%,5%)
(0.00/0.91/0.75/0.05)	

CMYK percentages

%0
%91.32
%75.21
%5.1

Codes

Color #F2153C in popluar color models

F2153C
RGB2422160
HSL349°89.47%51.57%
HSB/HSV349°91.32%94.90%
CMYK0.00%91.32%75.21%
5.10%

Color #F2153C in popluar number systems.

HEXF2153C
Decimal2422160
Binary1111001010101111100
Octal3622574

Shades and tints

Shades of #F2153C

#F2153C
(242,21,60)
#DC1437
(220,20,55)
#C61332
(198,19,50)
#B0122D
(176,18,45)
#9A1128
(154,17,40)
#841023
(132,16,35)
#6E0F1E
(110,15,30)
#580E19
(88,14,25)
#420D14
(66,13,20)
#2C0C0F
(44,12,15)
#160B0A
(22,11,10)
#000000
(0,0,0)

Tints of #F2153C

#F2153C
(242,21,60)
#F32A4D
(243,42,77)
#F43F5E
(244,63,94)
#F5546F
(245,84,111)
#F66980
(246,105,128)
#F77E91
(247,126,145)
#F893A2
(248,147,162)
#F9A8B3
(249,168,179)
#FABDC4
(250,189,196)
#FBD2D5
(251,210,213)
#FCE7E6
(252,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2153C color. Also use rgb(242,21,60) instead hex code.

Text Font Color

.myTextColor { color: #F2153C; }

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

This text font color is #F2153C.


Background Color

.myBgColor { background-color: #F2153C; }

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

This div background color is #F2153C.


Border color

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

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

This div border color is #F2153C.


Opacity

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

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

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

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

This text has shadow with #F2153C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2153C on black background.


Color preview on white background

This text has color #F2153C on white background.



Black color preview on #F2153C background

This text has black color on #F2153C background.


White color preview on #F2153C background

This text has white color on #F2153C background.