COLOR #F28DC6

HEX: #F28DC6 RGB: (242,141,198)

Color info

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

RGB color model

#F28DC6 color RGB value is (242,141,198).

RGB: (242,141,198) (95%, 55%, 78%)

RGB channels and saturation

R 242 of 255 = 95%
G 141 of 255 = 55%
B 198 of 255 = 78%

242
141
198

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

Portions of RGB colors in percentages

R + G + B = 242 + 141 + 198 = 581 (100%)
R 242 of 581 ~ 41.65%
G 141 of 581 ~ 24.27%
B 198 of 581 ~ 34.08'%

%41.65
%24.27
%34.08

CMYK color model

#F28DC6 color CMYK value is (0,42,18,5).

  • cyan value is 0.00%
  • magenta value is 41.74%
  • yellow value is 18.18%
  • key color value is 5.10%

CMYK: (0,42,18,5)
C0M42Y18K5 (0%, 42%, 18%, 5%)
(0.00 / 0.42 / 0.18 / 0.05)

CMYK percentages

%0
%41.74
%18.18
%5.1

Codes

Color #F28DC6 in popluar color models

F2 8D C6
RGB 242 141 198
HSL 326° 79.53% 75.10%
HSB/HSV 326° 41.74% 94.90%
CMYK 0.00% 41.74% 18.18%
5.10%

Color #F28DC6 in popluar number systems.

HEX F2 8D C6
Decimal 242 141 198
Binary 11110010 10001101 11000110
Octal 362 215 306

Shades and tints

Shades of #F28DC6

#F28DC6
(242,141,198)
#DC81B4
(220,129,180)
#C675A2
(198,117,162)
#B06990
(176,105,144)
#9A5D7E
(154,93,126)
#84516C
(132,81,108)
#6E455A
(110,69,90)
#583948
(88,57,72)
#422D36
(66,45,54)
#2C2124
(44,33,36)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #F28DC6

#F28DC6
(242,141,198)
#F397CB
(243,151,203)
#F4A1D0
(244,161,208)
#F5ABD5
(245,171,213)
#F6B5DA
(246,181,218)
#F7BFDF
(247,191,223)
#F8C9E4
(248,201,228)
#F9D3E9
(249,211,233)
#FADDEE
(250,221,238)
#FBE7F3
(251,231,243)
#FCF1F8
(252,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F28DC6 color. Also use rgb(242,141,198) instead hex code.

Text Font Color

.myTextColor { color: #F28DC6; }

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

This text font color is #F28DC6.

Background Color

.myBgColor { background-color: #F28DC6; }

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

This div background color is #F28DC6.

Border color

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

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

This div border color is #F28DC6.

Opacity

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

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

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

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

This text has shadow with #F28DC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F28DC6.

Preview

Color preview on black background

This text has color #F28DC6 on black background.


Color preview on white background

This text has color #F28DC6 on white background.


Black color preview on #F28DC6 background

This text has black color on #F28DC6 background.


White color preview on #F28DC6 background

This text has white color on #F28DC6 background.


Related colors

Complementary color

Complementary color for #hex is #0D7239.


I love getcolorcode.com

Triadic colors

1 #C6F28D and #8DC6F2 with #F28DC6 are triadic colors.

2 #C68DF2 and #8DF2C6 with #F28DC6 are triadic colors.