COLOR #F290CD

HEX: #F290CD
RGB: (242,144,205)

Color info

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

RGB color model

#F290CD color RGB value is (242,144,205).

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

RGB channels and saturation

R 242 of 255 = 95%
G 144 of 255 = 56%
B 205 of 255 = 80%

242
144
205

R + G + B ~ 77%. #F290CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 144 + 205 = 591 (100%)
R 242 of 591 ~ 40.95%
G 144 of 591 ~ 24.37%
B 205 of 591 ~ 34.69%

%40.95
%24.37
%34.69

CMYK color model

#F290CD color CMYK value is (0,40,15,5).

  • cyan value is 0.00%
  • magenta value is 40.50%
  • yellow value is 15.29%
  • key color value is 5.10%
CMYK:
(0,40,15,5)
C0M40Y15K5 
(0%,40%,15%,5%)
(0.00/0.40/0.15/0.05)	

CMYK percentages

%0
%40.5
%15.29
%5.1

Codes

Color #F290CD in popluar color models

F290CD
RGB242144205
HSL323°79.03%75.69%
HSB/HSV323°40.50%94.90%
CMYK0.00%40.50%15.29%
5.10%

Color #F290CD in popluar number systems.

HEXF290CD
Decimal242144205
Binary111100101001000011001101
Octal362220315

Shades and tints

Shades of #F290CD

#F290CD
(242,144,205)
#DC83BB
(220,131,187)
#C676A9
(198,118,169)
#B06997
(176,105,151)
#9A5C85
(154,92,133)
#844F73
(132,79,115)
#6E4261
(110,66,97)
#58354F
(88,53,79)
#42283D
(66,40,61)
#2C1B2B
(44,27,43)
#160E19
(22,14,25)
#000000
(0,0,0)

Tints of #F290CD

#F290CD
(242,144,205)
#F39AD1
(243,154,209)
#F4A4D5
(244,164,213)
#F5AED9
(245,174,217)
#F6B8DD
(246,184,221)
#F7C2E1
(247,194,225)
#F8CCE5
(248,204,229)
#F9D6E9
(249,214,233)
#FAE0ED
(250,224,237)
#FBEAF1
(251,234,241)
#FCF4F5
(252,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F290CD; }

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

This text font color is #F290CD.


Background Color

.myBgColor { background-color: #F290CD; }

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

This div background color is #F290CD.


Border color

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

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

This div border color is #F290CD.


Opacity

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

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

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

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

This text has shadow with #F290CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F290CD on black background.


Color preview on white background

This text has color #F290CD on white background.



Black color preview on #F290CD background

This text has black color on #F290CD background.


White color preview on #F290CD background

This text has white color on #F290CD background.