COLOR #F284B5

HEX: #F284B5
RGB: (242,132,181)

Color info

#F284B5 contains mainly red color. Web safe color of #F284B5 is #FF99CC (or #F9C).

RGB color model

#F284B5 color RGB value is (242,132,181).

  • red value is 242;
  • green value is 132;
  • blue value is 181.
RGB:
(242,132,181)
(95%,52%,71%)

RGB channels and saturation

R 242 of 255 = 95%
G 132 of 255 = 52%
B 181 of 255 = 71%

242
132
181

R + G + B ~ 73%. #F284B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 132 + 181 = 555 (100%)
R 242 of 555 ~ 43.6%
G 132 of 555 ~ 23.78%
B 181 of 555 ~ 32.61%

%43.6
%23.78
%32.61

CMYK color model

#F284B5 color CMYK value is (0,45,25,5).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 25.21%
  • key color value is 5.10%
CMYK:
(0,45,25,5)
C0M45Y25K5 
(0%,45%,25%,5%)
(0.00/0.45/0.25/0.05)	

CMYK percentages

%0
%45.45
%25.21
%5.1

Codes

Color #F284B5 in popluar color models

F284B5
RGB242132181
HSL333°80.88%73.33%
HSB/HSV333°45.45%94.90%
CMYK0.00%45.45%25.21%
5.10%

Color #F284B5 in popluar number systems.

HEXF284B5
Decimal242132181
Binary111100101000010010110101
Octal362204265

Shades and tints

Shades of #F284B5

#F284B5
(242,132,181)
#DC78A5
(220,120,165)
#C66C95
(198,108,149)
#B06085
(176,96,133)
#9A5475
(154,84,117)
#844865
(132,72,101)
#6E3C55
(110,60,85)
#583045
(88,48,69)
#422435
(66,36,53)
#2C1825
(44,24,37)
#160C15
(22,12,21)
#000000
(0,0,0)

Tints of #F284B5

#F284B5
(242,132,181)
#F38FBB
(243,143,187)
#F49AC1
(244,154,193)
#F5A5C7
(245,165,199)
#F6B0CD
(246,176,205)
#F7BBD3
(247,187,211)
#F8C6D9
(248,198,217)
#F9D1DF
(249,209,223)
#FADCE5
(250,220,229)
#FBE7EB
(251,231,235)
#FCF2F1
(252,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F284B5 color. Also use rgb(242,132,181) instead hex code.

Text Font Color

.myTextColor { color: #F284B5; }

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

This text font color is #F284B5.


Background Color

.myBgColor { background-color: #F284B5; }

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

This div background color is #F284B5.


Border color

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

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

This div border color is #F284B5.


Opacity

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

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

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

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

This text has shadow with #F284B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F284B5 on black background.


Color preview on white background

This text has color #F284B5 on white background.



Black color preview on #F284B5 background

This text has black color on #F284B5 background.


White color preview on #F284B5 background

This text has white color on #F284B5 background.