COLOR #F21591

HEX: #F21591
RGB: (242,21,145)

Color info

#F21591 contains mainly red color. Web safe color of #F21591 is #FF0099 (or #F09).

RGB color model

#F21591 color RGB value is (242,21,145).

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

RGB channels and saturation

R 242 of 255 = 95%
G 21 of 255 = 8%
B 145 of 255 = 57%

242
21
145

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

Portions of RGB colors in percentages

R + G + B =
242 + 21 + 145 = 408 (100%)
R 242 of 408 ~ 59.31%
G 21 of 408 ~ 5.15%
B 145 of 408 ~ 35.54%

%59.31
%35.54

CMYK color model

#F21591 color CMYK value is (0,91,40,5).

  • cyan value is 0.00%
  • magenta value is 91.32%
  • yellow value is 40.08%
  • key color value is 5.10%
CMYK:
(0,91,40,5)
C0M91Y40K5 
(0%,91%,40%,5%)
(0.00/0.91/0.40/0.05)	

CMYK percentages

%0
%91.32
%40.08
%5.1

Codes

Color #F21591 in popluar color models

F21591
RGB24221145
HSL326°89.47%51.57%
HSB/HSV326°91.32%94.90%
CMYK0.00%91.32%40.08%
5.10%

Color #F21591 in popluar number systems.

HEXF21591
Decimal24221145
Binary111100101010110010001
Octal36225221

Shades and tints

Shades of #F21591

#F21591
(242,21,145)
#DC1484
(220,20,132)
#C61377
(198,19,119)
#B0126A
(176,18,106)
#9A115D
(154,17,93)
#841050
(132,16,80)
#6E0F43
(110,15,67)
#580E36
(88,14,54)
#420D29
(66,13,41)
#2C0C1C
(44,12,28)
#160B0F
(22,11,15)
#000000
(0,0,0)

Tints of #F21591

#F21591
(242,21,145)
#F32A9B
(243,42,155)
#F43FA5
(244,63,165)
#F554AF
(245,84,175)
#F669B9
(246,105,185)
#F77EC3
(247,126,195)
#F893CD
(248,147,205)
#F9A8D7
(249,168,215)
#FABDE1
(250,189,225)
#FBD2EB
(251,210,235)
#FCE7F5
(252,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F21591; }

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

This text font color is #F21591.


Background Color

.myBgColor { background-color: #F21591; }

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

This div background color is #F21591.


Border color

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

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

This div border color is #F21591.


Opacity

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

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

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

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

This text has shadow with #F21591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F21591 on black background.


Color preview on white background

This text has color #F21591 on white background.



Black color preview on #F21591 background

This text has black color on #F21591 background.


White color preview on #F21591 background

This text has white color on #F21591 background.