COLOR #F290C4

HEX: #F290C4
RGB: (242,144,196)

Color info

#F290C4 contains mainly red and blue colors. Web safe color of #F290C4 is #FF99CC (or #F9C).

RGB color model

#F290C4 color RGB value is (242,144,196).

  • red value is 242;
  • green value is 144;
  • blue value is 196.
RGB:
(242,144,196)
(95%,56%,77%)

RGB channels and saturation

R 242 of 255 = 95%
G 144 of 255 = 56%
B 196 of 255 = 77%

242
144
196

R + G + B ~ 76%. #F290C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 144 + 196 = 582 (100%)
R 242 of 582 ~ 41.58%
G 144 of 582 ~ 24.74%
B 196 of 582 ~ 33.68%

%41.58
%24.74
%33.68

CMYK color model

#F290C4 color CMYK value is (0,40,19,5).

  • cyan value is 0.00%
  • magenta value is 40.50%
  • yellow value is 19.01%
  • key color value is 5.10%
CMYK:
(0,40,19,5)
C0M40Y19K5 
(0%,40%,19%,5%)
(0.00/0.40/0.19/0.05)	

CMYK percentages

%0
%40.5
%19.01
%5.1

Codes

Color #F290C4 in popluar color models

F290C4
RGB242144196
HSL328°79.03%75.69%
HSB/HSV328°40.50%94.90%
CMYK0.00%40.50%19.01%
5.10%

Color #F290C4 in popluar number systems.

HEXF290C4
Decimal242144196
Binary111100101001000011000100
Octal362220304

Shades and tints

Shades of #F290C4

#F290C4
(242,144,196)
#DC83B3
(220,131,179)
#C676A2
(198,118,162)
#B06991
(176,105,145)
#9A5C80
(154,92,128)
#844F6F
(132,79,111)
#6E425E
(110,66,94)
#58354D
(88,53,77)
#42283C
(66,40,60)
#2C1B2B
(44,27,43)
#160E1A
(22,14,26)
#000000
(0,0,0)

Tints of #F290C4

#F290C4
(242,144,196)
#F39AC9
(243,154,201)
#F4A4CE
(244,164,206)
#F5AED3
(245,174,211)
#F6B8D8
(246,184,216)
#F7C2DD
(247,194,221)
#F8CCE2
(248,204,226)
#F9D6E7
(249,214,231)
#FAE0EC
(250,224,236)
#FBEAF1
(251,234,241)
#FCF4F6
(252,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F290C4 color. Also use rgb(242,144,196) instead hex code.

Text Font Color

.myTextColor { color: #F290C4; }

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

This text font color is #F290C4.


Background Color

.myBgColor { background-color: #F290C4; }

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

This div background color is #F290C4.


Border color

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

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

This div border color is #F290C4.


Opacity

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

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

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

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

This text has shadow with #F290C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F290C4 on black background.


Color preview on white background

This text has color #F290C4 on white background.



Black color preview on #F290C4 background

This text has black color on #F290C4 background.


White color preview on #F290C4 background

This text has white color on #F290C4 background.