COLOR #FB4F7D

HEX: #FB4F7D
RGB: (251,79,125)

Color info

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

RGB color model

#FB4F7D color RGB value is (251,79,125).

  • red value is 251;
  • green value is 79;
  • blue value is 125.
RGB:
(251,79,125)
(98%,31%,49%)

RGB channels and saturation

R 251 of 255 = 98%
G 79 of 255 = 31%
B 125 of 255 = 49%

251
79
125

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

Portions of RGB colors in percentages

R + G + B =
251 + 79 + 125 = 455 (100%)
R 251 of 455 ~ 55.16%
G 79 of 455 ~ 17.36%
B 125 of 455 ~ 27.47%

%55.16
%17.36
%27.47

CMYK color model

#FB4F7D color CMYK value is (0,69,50,2).

  • cyan value is 0.00%
  • magenta value is 68.53%
  • yellow value is 50.20%
  • key color value is 1.57%
CMYK:
(0,69,50,2)
C0M69Y50K2 
(0%,69%,50%,2%)
(0.00/0.69/0.50/0.02)	

CMYK percentages

%0
%68.53
%50.2
%1.57

Codes

Color #FB4F7D in popluar color models

FB4F7D
RGB25179125
HSL344°95.56%64.71%
HSB/HSV344°68.53%98.43%
CMYK0.00%68.53%50.20%
1.57%

Color #FB4F7D in popluar number systems.

HEXFB4F7D
Decimal25179125
Binary1111101110011111111101
Octal373117175

Shades and tints

Shades of #FB4F7D

#FB4F7D
(251,79,125)
#E54872
(229,72,114)
#CF4167
(207,65,103)
#B93A5C
(185,58,92)
#A33351
(163,51,81)
#8D2C46
(141,44,70)
#77253B
(119,37,59)
#611E30
(97,30,48)
#4B1725
(75,23,37)
#35101A
(53,16,26)
#1F090F
(31,9,15)
#000000
(0,0,0)

Tints of #FB4F7D

#FB4F7D
(251,79,125)
#FB5F88
(251,95,136)
#FB6F93
(251,111,147)
#FB7F9E
(251,127,158)
#FB8FA9
(251,143,169)
#FB9FB4
(251,159,180)
#FBAFBF
(251,175,191)
#FBBFCA
(251,191,202)
#FBCFD5
(251,207,213)
#FBDFE0
(251,223,224)
#FBEFEB
(251,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB4F7D color. Also use rgb(251,79,125) instead hex code.

Text Font Color

.myTextColor { color: #FB4F7D; }

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

This text font color is #FB4F7D.


Background Color

.myBgColor { background-color: #FB4F7D; }

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

This div background color is #FB4F7D.


Border color

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

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

This div border color is #FB4F7D.


Opacity

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

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

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

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

This text has shadow with #FB4F7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB4F7D on black background.


Color preview on white background

This text has color #FB4F7D on white background.



Black color preview on #FB4F7D background

This text has black color on #FB4F7D background.


White color preview on #FB4F7D background

This text has white color on #FB4F7D background.