COLOR #FF4878

HEX: #FF4878
RGB: (255,72,120)

Color info

#FF4878 contains mainly red color. Web safe color of #FF4878 is #FF3366 (or #F36).

RGB color model

#FF4878 color RGB value is (255,72,120).

  • red value is 255;
  • green value is 72;
  • blue value is 120.
RGB:
(255,72,120)
(100%,28%,47%)

RGB channels and saturation

R 255 of 255 = 100%
G 72 of 255 = 28%
B 120 of 255 = 47%

255
72
120

R + G + B ~ 58%. #FF4878 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
255 + 72 + 120 = 447 (100%)
R 255 of 447 ~ 57.05%
G 72 of 447 ~ 16.11%
B 120 of 447 ~ 26.85%

%57.05
%16.11
%26.85

CMYK color model

#FF4878 color CMYK value is (0,72,53,0).

  • cyan value is 0.00%
  • magenta value is 71.76%
  • yellow value is 52.94%
  • key color value is 0.00%
CMYK:
(0,72,53,0)
C0M72Y53K0 
(0%,72%,53%,0%)
(0.00/0.72/0.53/0.00)	

CMYK percentages

%0
%71.76
%52.94
%0

Codes

Color #FF4878 in popluar color models

FF4878
RGB25572120
HSL344°100.00%64.12%
HSB/HSV344°71.76%100.00%
CMYK0.00%71.76%52.94%
0.00%

Color #FF4878 in popluar number systems.

HEXFF4878
Decimal25572120
Binary1111111110010001111000
Octal377110170

Shades and tints

Shades of #FF4878

#FF4878
(255,72,120)
#E8426E
(232,66,110)
#D13C64
(209,60,100)
#BA365A
(186,54,90)
#A33050
(163,48,80)
#8C2A46
(140,42,70)
#75243C
(117,36,60)
#5E1E32
(94,30,50)
#471828
(71,24,40)
#30121E
(48,18,30)
#190C14
(25,12,20)
#000000
(0,0,0)

Tints of #FF4878

#FF4878
(255,72,120)
#FF5884
(255,88,132)
#FF6890
(255,104,144)
#FF789C
(255,120,156)
#FF88A8
(255,136,168)
#FF98B4
(255,152,180)
#FFA8C0
(255,168,192)
#FFB8CC
(255,184,204)
#FFC8D8
(255,200,216)
#FFD8E4
(255,216,228)
#FFE8F0
(255,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF4878 color. Also use rgb(255,72,120) instead hex code.

Text Font Color

.myTextColor { color: #FF4878; }

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

This text font color is #FF4878.


Background Color

.myBgColor { background-color: #FF4878; }

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

This div background color is #FF4878.


Border color

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

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

This div border color is #FF4878.


Opacity

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

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

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

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

This text has shadow with #FF4878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF4878 on black background.


Color preview on white background

This text has color #FF4878 on white background.



Black color preview on #FF4878 background

This text has black color on #FF4878 background.


White color preview on #FF4878 background

This text has white color on #FF4878 background.