COLOR #F229A4

HEX: #F229A4
RGB: (242,41,164)

Color info

#F229A4 contains mainly red color. Web safe color of #F229A4 is #FF3399 (or #F39).

RGB color model

#F229A4 color RGB value is (242,41,164).

  • red value is 242;
  • green value is 41;
  • blue value is 164.
RGB:
(242,41,164)
(95%,16%,64%)

RGB channels and saturation

R 242 of 255 = 95%
G 41 of 255 = 16%
B 164 of 255 = 64%

242
41
164

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

Portions of RGB colors in percentages

R + G + B =
242 + 41 + 164 = 447 (100%)
R 242 of 447 ~ 54.14%
G 41 of 447 ~ 9.17%
B 164 of 447 ~ 36.69%

%54.14
%36.69

CMYK color model

#F229A4 color CMYK value is (0,83,32,5).

  • cyan value is 0.00%
  • magenta value is 83.06%
  • yellow value is 32.23%
  • key color value is 5.10%
CMYK:
(0,83,32,5)
C0M83Y32K5 
(0%,83%,32%,5%)
(0.00/0.83/0.32/0.05)	

CMYK percentages

%0
%83.06
%32.23
%5.1

Codes

Color #F229A4 in popluar color models

F229A4
RGB24241164
HSL323°88.55%55.49%
HSB/HSV323°83.06%94.90%
CMYK0.00%83.06%32.23%
5.10%

Color #F229A4 in popluar number systems.

HEXF229A4
Decimal24241164
Binary1111001010100110100100
Octal36251244

Shades and tints

Shades of #F229A4

#F229A4
(242,41,164)
#DC2696
(220,38,150)
#C62388
(198,35,136)
#B0207A
(176,32,122)
#9A1D6C
(154,29,108)
#841A5E
(132,26,94)
#6E1750
(110,23,80)
#581442
(88,20,66)
#421134
(66,17,52)
#2C0E26
(44,14,38)
#160B18
(22,11,24)
#000000
(0,0,0)

Tints of #F229A4

#F229A4
(242,41,164)
#F33CAC
(243,60,172)
#F44FB4
(244,79,180)
#F562BC
(245,98,188)
#F675C4
(246,117,196)
#F788CC
(247,136,204)
#F89BD4
(248,155,212)
#F9AEDC
(249,174,220)
#FAC1E4
(250,193,228)
#FBD4EC
(251,212,236)
#FCE7F4
(252,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F229A4 color. Also use rgb(242,41,164) instead hex code.

Text Font Color

.myTextColor { color: #F229A4; }

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

This text font color is #F229A4.


Background Color

.myBgColor { background-color: #F229A4; }

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

This div background color is #F229A4.


Border color

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

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

This div border color is #F229A4.


Opacity

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

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

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

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

This text has shadow with #F229A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F229A4 on black background.


Color preview on white background

This text has color #F229A4 on white background.



Black color preview on #F229A4 background

This text has black color on #F229A4 background.


White color preview on #F229A4 background

This text has white color on #F229A4 background.