COLOR #F219AB

HEX: #F219AB
RGB: (242,25,171)

Color info

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

RGB color model

#F219AB color RGB value is (242,25,171).

  • red value is 242;
  • green value is 25;
  • blue value is 171.
RGB:
(242,25,171)
(95%,10%,67%)

RGB channels and saturation

R 242 of 255 = 95%
G 25 of 255 = 10%
B 171 of 255 = 67%

242
25
171

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

Portions of RGB colors in percentages

R + G + B =
242 + 25 + 171 = 438 (100%)
R 242 of 438 ~ 55.25%
G 25 of 438 ~ 5.71%
B 171 of 438 ~ 39.04%

%55.25
%39.04

CMYK color model

#F219AB color CMYK value is (0,90,29,5).

  • cyan value is 0.00%
  • magenta value is 89.67%
  • yellow value is 29.34%
  • key color value is 5.10%
CMYK:
(0,90,29,5)
C0M90Y29K5 
(0%,90%,29%,5%)
(0.00/0.90/0.29/0.05)	

CMYK percentages

%0
%89.67
%29.34
%5.1

Codes

Color #F219AB in popluar color models

F219AB
RGB24225171
HSL320°89.30%52.35%
HSB/HSV320°89.67%94.90%
CMYK0.00%89.67%29.34%
5.10%

Color #F219AB in popluar number systems.

HEXF219AB
Decimal24225171
Binary111100101100110101011
Octal36231253

Shades and tints

Shades of #F219AB

#F219AB
(242,25,171)
#DC179C
(220,23,156)
#C6158D
(198,21,141)
#B0137E
(176,19,126)
#9A116F
(154,17,111)
#840F60
(132,15,96)
#6E0D51
(110,13,81)
#580B42
(88,11,66)
#420933
(66,9,51)
#2C0724
(44,7,36)
#160515
(22,5,21)
#000000
(0,0,0)

Tints of #F219AB

#F219AB
(242,25,171)
#F32DB2
(243,45,178)
#F441B9
(244,65,185)
#F555C0
(245,85,192)
#F669C7
(246,105,199)
#F77DCE
(247,125,206)
#F891D5
(248,145,213)
#F9A5DC
(249,165,220)
#FAB9E3
(250,185,227)
#FBCDEA
(251,205,234)
#FCE1F1
(252,225,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F219AB color. Also use rgb(242,25,171) instead hex code.

Text Font Color

.myTextColor { color: #F219AB; }

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

This text font color is #F219AB.


Background Color

.myBgColor { background-color: #F219AB; }

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

This div background color is #F219AB.


Border color

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

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

This div border color is #F219AB.


Opacity

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

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

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

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

This text has shadow with #F219AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F219AB on black background.


Color preview on white background

This text has color #F219AB on white background.



Black color preview on #F219AB background

This text has black color on #F219AB background.


White color preview on #F219AB background

This text has white color on #F219AB background.