COLOR #FB4052

HEX: #FB4052
RGB: (251,64,82)

Color info

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

RGB color model

#FB4052 color RGB value is (251,64,82).

  • red value is 251;
  • green value is 64;
  • blue value is 82.
RGB:
(251,64,82)
(98%,25%,32%)

RGB channels and saturation

R 251 of 255 = 98%
G 64 of 255 = 25%
B 82 of 255 = 32%

251
64
82

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

Portions of RGB colors in percentages

R + G + B =
251 + 64 + 82 = 397 (100%)
R 251 of 397 ~ 63.22%
G 64 of 397 ~ 16.12%
B 82 of 397 ~ 20.65%

%63.22
%16.12
%20.65

CMYK color model

#FB4052 color CMYK value is (0,75,67,2).

  • cyan value is 0.00%
  • magenta value is 74.50%
  • yellow value is 67.33%
  • key color value is 1.57%
CMYK:
(0,75,67,2)
C0M75Y67K2 
(0%,75%,67%,2%)
(0.00/0.75/0.67/0.02)	

CMYK percentages

%0
%74.5
%67.33
%1.57

Codes

Color #FB4052 in popluar color models

FB4052
RGB2516482
HSL354°95.90%61.76%
HSB/HSV354°74.50%98.43%
CMYK0.00%74.50%67.33%
1.57%

Color #FB4052 in popluar number systems.

HEXFB4052
Decimal2516482
Binary1111101110000001010010
Octal373100122

Shades and tints

Shades of #FB4052

#FB4052
(251,64,82)
#E53B4B
(229,59,75)
#CF3644
(207,54,68)
#B9313D
(185,49,61)
#A32C36
(163,44,54)
#8D272F
(141,39,47)
#772228
(119,34,40)
#611D21
(97,29,33)
#4B181A
(75,24,26)
#351313
(53,19,19)
#1F0E0C
(31,14,12)
#000000
(0,0,0)

Tints of #FB4052

#FB4052
(251,64,82)
#FB5161
(251,81,97)
#FB6270
(251,98,112)
#FB737F
(251,115,127)
#FB848E
(251,132,142)
#FB959D
(251,149,157)
#FBA6AC
(251,166,172)
#FBB7BB
(251,183,187)
#FBC8CA
(251,200,202)
#FBD9D9
(251,217,217)
#FBEAE8
(251,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB4052 color. Also use rgb(251,64,82) instead hex code.

Text Font Color

.myTextColor { color: #FB4052; }

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

This text font color is #FB4052.


Background Color

.myBgColor { background-color: #FB4052; }

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

This div background color is #FB4052.


Border color

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

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

This div border color is #FB4052.


Opacity

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

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

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

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

This text has shadow with #FB4052 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB4052 on black background.


Color preview on white background

This text has color #FB4052 on white background.



Black color preview on #FB4052 background

This text has black color on #FB4052 background.


White color preview on #FB4052 background

This text has white color on #FB4052 background.