COLOR #FF84C0

HEX: #FF84C0
RGB: (255,132,192)

Color info

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

RGB color model

#FF84C0 color RGB value is (255,132,192).

  • red value is 255;
  • green value is 132;
  • blue value is 192.
RGB:
(255,132,192)
(100%,52%,75%)

RGB channels and saturation

R 255 of 255 = 100%
G 132 of 255 = 52%
B 192 of 255 = 75%

255
132
192

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

Portions of RGB colors in percentages

R + G + B =
255 + 132 + 192 = 579 (100%)
R 255 of 579 ~ 44.04%
G 132 of 579 ~ 22.8%
B 192 of 579 ~ 33.16%

%44.04
%22.8
%33.16

CMYK color model

#FF84C0 color CMYK value is (0,48,25,0).

  • cyan value is 0.00%
  • magenta value is 48.24%
  • yellow value is 24.71%
  • key color value is 0.00%
CMYK:
(0,48,25,0)
C0M48Y25K0 
(0%,48%,25%,0%)
(0.00/0.48/0.25/0.00)	

CMYK percentages

%0
%48.24
%24.71
%0

Codes

Color #FF84C0 in popluar color models

FF84C0
RGB255132192
HSL331°100.00%75.88%
HSB/HSV331°48.24%100.00%
CMYK0.00%48.24%24.71%
0.00%

Color #FF84C0 in popluar number systems.

HEXFF84C0
Decimal255132192
Binary111111111000010011000000
Octal377204300

Shades and tints

Shades of #FF84C0

#FF84C0
(255,132,192)
#E878AF
(232,120,175)
#D16C9E
(209,108,158)
#BA608D
(186,96,141)
#A3547C
(163,84,124)
#8C486B
(140,72,107)
#753C5A
(117,60,90)
#5E3049
(94,48,73)
#472438
(71,36,56)
#301827
(48,24,39)
#190C16
(25,12,22)
#000000
(0,0,0)

Tints of #FF84C0

#FF84C0
(255,132,192)
#FF8FC5
(255,143,197)
#FF9ACA
(255,154,202)
#FFA5CF
(255,165,207)
#FFB0D4
(255,176,212)
#FFBBD9
(255,187,217)
#FFC6DE
(255,198,222)
#FFD1E3
(255,209,227)
#FFDCE8
(255,220,232)
#FFE7ED
(255,231,237)
#FFF2F2
(255,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF84C0 color. Also use rgb(255,132,192) instead hex code.

Text Font Color

.myTextColor { color: #FF84C0; }

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

This text font color is #FF84C0.


Background Color

.myBgColor { background-color: #FF84C0; }

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

This div background color is #FF84C0.


Border color

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

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

This div border color is #FF84C0.


Opacity

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

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

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

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

This text has shadow with #FF84C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF84C0 on black background.


Color preview on white background

This text has color #FF84C0 on white background.



Black color preview on #FF84C0 background

This text has black color on #FF84C0 background.


White color preview on #FF84C0 background

This text has white color on #FF84C0 background.