COLOR #FF4B6E

HEX: #FF4B6E
RGB: (255,75,110)

Color info

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

RGB color model

#FF4B6E color RGB value is (255,75,110).

  • red value is 255;
  • green value is 75;
  • blue value is 110.
RGB:
(255,75,110)
(100%,29%,43%)

RGB channels and saturation

R 255 of 255 = 100%
G 75 of 255 = 29%
B 110 of 255 = 43%

255
75
110

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

Portions of RGB colors in percentages

R + G + B =
255 + 75 + 110 = 440 (100%)
R 255 of 440 ~ 57.95%
G 75 of 440 ~ 17.05%
B 110 of 440 ~ 25%

%57.95
%17.05
%25

CMYK color model

#FF4B6E color CMYK value is (0,71,57,0).

  • cyan value is 0.00%
  • magenta value is 70.59%
  • yellow value is 56.86%
  • key color value is 0.00%
CMYK:
(0,71,57,0)
C0M71Y57K0 
(0%,71%,57%,0%)
(0.00/0.71/0.57/0.00)	

CMYK percentages

%0
%70.59
%56.86
%0

Codes

Color #FF4B6E in popluar color models

FF4B6E
RGB25575110
HSL348°100.00%64.71%
HSB/HSV348°70.59%100.00%
CMYK0.00%70.59%56.86%
0.00%

Color #FF4B6E in popluar number systems.

HEXFF4B6E
Decimal25575110
Binary1111111110010111101110
Octal377113156

Shades and tints

Shades of #FF4B6E

#FF4B6E
(255,75,110)
#E84564
(232,69,100)
#D13F5A
(209,63,90)
#BA3950
(186,57,80)
#A33346
(163,51,70)
#8C2D3C
(140,45,60)
#752732
(117,39,50)
#5E2128
(94,33,40)
#471B1E
(71,27,30)
#301514
(48,21,20)
#190F0A
(25,15,10)
#000000
(0,0,0)

Tints of #FF4B6E

#FF4B6E
(255,75,110)
#FF5B7B
(255,91,123)
#FF6B88
(255,107,136)
#FF7B95
(255,123,149)
#FF8BA2
(255,139,162)
#FF9BAF
(255,155,175)
#FFABBC
(255,171,188)
#FFBBC9
(255,187,201)
#FFCBD6
(255,203,214)
#FFDBE3
(255,219,227)
#FFEBF0
(255,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF4B6E color. Also use rgb(255,75,110) instead hex code.

Text Font Color

.myTextColor { color: #FF4B6E; }

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

This text font color is #FF4B6E.


Background Color

.myBgColor { background-color: #FF4B6E; }

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

This div background color is #FF4B6E.


Border color

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

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

This div border color is #FF4B6E.


Opacity

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

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

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

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

This text has shadow with #FF4B6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF4B6E on black background.


Color preview on white background

This text has color #FF4B6E on white background.



Black color preview on #FF4B6E background

This text has black color on #FF4B6E background.


White color preview on #FF4B6E background

This text has white color on #FF4B6E background.