COLOR #FF4F55

HEX: #FF4F55
RGB: (255,79,85)

Color info

#FF4F55 contains mainly red color. Web safe color of #FF4F55 is #FF6666 (or #F66).

RGB color model

#FF4F55 color RGB value is (255,79,85).

  • red value is 255;
  • green value is 79;
  • blue value is 85.
RGB:
(255,79,85)
(100%,31%,33%)

RGB channels and saturation

R 255 of 255 = 100%
G 79 of 255 = 31%
B 85 of 255 = 33%

255
79
85

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

Portions of RGB colors in percentages

R + G + B =
255 + 79 + 85 = 419 (100%)
R 255 of 419 ~ 60.86%
G 79 of 419 ~ 18.85%
B 85 of 419 ~ 20.29%

%60.86
%18.85
%20.29

CMYK color model

#FF4F55 color CMYK value is (0,69,67,0).

  • cyan value is 0.00%
  • magenta value is 69.02%
  • yellow value is 66.67%
  • key color value is 0.00%
CMYK:
(0,69,67,0)
C0M69Y67K0 
(0%,69%,67%,0%)
(0.00/0.69/0.67/0.00)	

CMYK percentages

%0
%69.02
%66.67
%0

Codes

Color #FF4F55 in popluar color models

FF4F55
RGB2557985
HSL358°100.00%65.49%
HSB/HSV358°69.02%100.00%
CMYK0.00%69.02%66.67%
0.00%

Color #FF4F55 in popluar number systems.

HEXFF4F55
Decimal2557985
Binary1111111110011111010101
Octal377117125

Shades and tints

Shades of #FF4F55

#FF4F55
(255,79,85)
#E8484E
(232,72,78)
#D14147
(209,65,71)
#BA3A40
(186,58,64)
#A33339
(163,51,57)
#8C2C32
(140,44,50)
#75252B
(117,37,43)
#5E1E24
(94,30,36)
#47171D
(71,23,29)
#301016
(48,16,22)
#19090F
(25,9,15)
#000000
(0,0,0)

Tints of #FF4F55

#FF4F55
(255,79,85)
#FF5F64
(255,95,100)
#FF6F73
(255,111,115)
#FF7F82
(255,127,130)
#FF8F91
(255,143,145)
#FF9FA0
(255,159,160)
#FFAFAF
(255,175,175)
#FFBFBE
(255,191,190)
#FFCFCD
(255,207,205)
#FFDFDC
(255,223,220)
#FFEFEB
(255,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF4F55 color. Also use rgb(255,79,85) instead hex code.

Text Font Color

.myTextColor { color: #FF4F55; }

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

This text font color is #FF4F55.


Background Color

.myBgColor { background-color: #FF4F55; }

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

This div background color is #FF4F55.


Border color

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

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

This div border color is #FF4F55.


Opacity

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

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

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

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

This text has shadow with #FF4F55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF4F55 on black background.


Color preview on white background

This text has color #FF4F55 on white background.



Black color preview on #FF4F55 background

This text has black color on #FF4F55 background.


White color preview on #FF4F55 background

This text has white color on #FF4F55 background.