COLOR #FB6273

HEX: #FB6273
RGB: (251,98,115)

Color info

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

RGB color model

#FB6273 color RGB value is (251,98,115).

  • red value is 251;
  • green value is 98;
  • blue value is 115.
RGB:
(251,98,115)
(98%,38%,45%)

RGB channels and saturation

R 251 of 255 = 98%
G 98 of 255 = 38%
B 115 of 255 = 45%

251
98
115

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

Portions of RGB colors in percentages

R + G + B =
251 + 98 + 115 = 464 (100%)
R 251 of 464 ~ 54.09%
G 98 of 464 ~ 21.12%
B 115 of 464 ~ 24.78%

%54.09
%21.12
%24.78

CMYK color model

#FB6273 color CMYK value is (0,61,54,2).

  • cyan value is 0.00%
  • magenta value is 60.96%
  • yellow value is 54.18%
  • key color value is 1.57%
CMYK:
(0,61,54,2)
C0M61Y54K2 
(0%,61%,54%,2%)
(0.00/0.61/0.54/0.02)	

CMYK percentages

%0
%60.96
%54.18
%1.57

Codes

Color #FB6273 in popluar color models

FB6273
RGB25198115
HSL353°95.03%68.43%
HSB/HSV353°60.96%98.43%
CMYK0.00%60.96%54.18%
1.57%

Color #FB6273 in popluar number systems.

HEXFB6273
Decimal25198115
Binary1111101111000101110011
Octal373142163

Shades and tints

Shades of #FB6273

#FB6273
(251,98,115)
#E55A69
(229,90,105)
#CF525F
(207,82,95)
#B94A55
(185,74,85)
#A3424B
(163,66,75)
#8D3A41
(141,58,65)
#773237
(119,50,55)
#612A2D
(97,42,45)
#4B2223
(75,34,35)
#351A19
(53,26,25)
#1F120F
(31,18,15)
#000000
(0,0,0)

Tints of #FB6273

#FB6273
(251,98,115)
#FB707F
(251,112,127)
#FB7E8B
(251,126,139)
#FB8C97
(251,140,151)
#FB9AA3
(251,154,163)
#FBA8AF
(251,168,175)
#FBB6BB
(251,182,187)
#FBC4C7
(251,196,199)
#FBD2D3
(251,210,211)
#FBE0DF
(251,224,223)
#FBEEEB
(251,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB6273 color. Also use rgb(251,98,115) instead hex code.

Text Font Color

.myTextColor { color: #FB6273; }

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

This text font color is #FB6273.


Background Color

.myBgColor { background-color: #FB6273; }

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

This div background color is #FB6273.


Border color

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

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

This div border color is #FB6273.


Opacity

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

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

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

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

This text has shadow with #FB6273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB6273 on black background.


Color preview on white background

This text has color #FB6273 on white background.



Black color preview on #FB6273 background

This text has black color on #FB6273 background.


White color preview on #FB6273 background

This text has white color on #FB6273 background.