COLOR #F21770

HEX: #F21770
RGB: (242,23,112)

Color info

#F21770 contains mainly red color. Web safe color of #F21770 is #FF0066 (or #F06).

RGB color model

#F21770 color RGB value is (242,23,112).

  • red value is 242;
  • green value is 23;
  • blue value is 112.
RGB:
(242,23,112)
(95%,9%,44%)

RGB channels and saturation

R 242 of 255 = 95%
G 23 of 255 = 9%
B 112 of 255 = 44%

242
23
112

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

Portions of RGB colors in percentages

R + G + B =
242 + 23 + 112 = 377 (100%)
R 242 of 377 ~ 64.19%
G 23 of 377 ~ 6.1%
B 112 of 377 ~ 29.71%

%64.19
%29.71

CMYK color model

#F21770 color CMYK value is (0,90,54,5).

  • cyan value is 0.00%
  • magenta value is 90.50%
  • yellow value is 53.72%
  • key color value is 5.10%
CMYK:
(0,90,54,5)
C0M90Y54K5 
(0%,90%,54%,5%)
(0.00/0.90/0.54/0.05)	

CMYK percentages

%0
%90.5
%53.72
%5.1

Codes

Color #F21770 in popluar color models

F21770
RGB24223112
HSL336°89.39%51.96%
HSB/HSV336°90.50%94.90%
CMYK0.00%90.50%53.72%
5.10%

Color #F21770 in popluar number systems.

HEXF21770
Decimal24223112
Binary11110010101111110000
Octal36227160

Shades and tints

Shades of #F21770

#F21770
(242,23,112)
#DC1566
(220,21,102)
#C6135C
(198,19,92)
#B01152
(176,17,82)
#9A0F48
(154,15,72)
#840D3E
(132,13,62)
#6E0B34
(110,11,52)
#58092A
(88,9,42)
#420720
(66,7,32)
#2C0516
(44,5,22)
#16030C
(22,3,12)
#000000
(0,0,0)

Tints of #F21770

#F21770
(242,23,112)
#F32C7D
(243,44,125)
#F4418A
(244,65,138)
#F55697
(245,86,151)
#F66BA4
(246,107,164)
#F780B1
(247,128,177)
#F895BE
(248,149,190)
#F9AACB
(249,170,203)
#FABFD8
(250,191,216)
#FBD4E5
(251,212,229)
#FCE9F2
(252,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F21770 color. Also use rgb(242,23,112) instead hex code.

Text Font Color

.myTextColor { color: #F21770; }

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

This text font color is #F21770.


Background Color

.myBgColor { background-color: #F21770; }

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

This div background color is #F21770.


Border color

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

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

This div border color is #F21770.


Opacity

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

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

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

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

This text has shadow with #F21770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F21770 on black background.


Color preview on white background

This text has color #F21770 on white background.



Black color preview on #F21770 background

This text has black color on #F21770 background.


White color preview on #F21770 background

This text has white color on #F21770 background.