COLOR #FB72C8

HEX: #FB72C8
RGB: (251,114,200)

Color info

#FB72C8 contains mainly red and blue colors. Web safe color of #FB72C8 is #FF66CC (or #F6C).

RGB color model

#FB72C8 color RGB value is (251,114,200).

  • red value is 251;
  • green value is 114;
  • blue value is 200.
RGB:
(251,114,200)
(98%,45%,78%)

RGB channels and saturation

R 251 of 255 = 98%
G 114 of 255 = 45%
B 200 of 255 = 78%

251
114
200

R + G + B ~ 74%. #FB72C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 114 + 200 = 565 (100%)
R 251 of 565 ~ 44.42%
G 114 of 565 ~ 20.18%
B 200 of 565 ~ 35.4%

%44.42
%20.18
%35.4

CMYK color model

#FB72C8 color CMYK value is (0,55,20,2).

  • cyan value is 0.00%
  • magenta value is 54.58%
  • yellow value is 20.32%
  • key color value is 1.57%
CMYK:
(0,55,20,2)
C0M55Y20K2 
(0%,55%,20%,2%)
(0.00/0.55/0.20/0.02)	

CMYK percentages

%0
%54.58
%20.32
%1.57

Codes

Color #FB72C8 in popluar color models

FB72C8
RGB251114200
HSL322°94.48%71.57%
HSB/HSV322°54.58%98.43%
CMYK0.00%54.58%20.32%
1.57%

Color #FB72C8 in popluar number systems.

HEXFB72C8
Decimal251114200
Binary11111011111001011001000
Octal373162310

Shades and tints

Shades of #FB72C8

#FB72C8
(251,114,200)
#E568B6
(229,104,182)
#CF5EA4
(207,94,164)
#B95492
(185,84,146)
#A34A80
(163,74,128)
#8D406E
(141,64,110)
#77365C
(119,54,92)
#612C4A
(97,44,74)
#4B2238
(75,34,56)
#351826
(53,24,38)
#1F0E14
(31,14,20)
#000000
(0,0,0)

Tints of #FB72C8

#FB72C8
(251,114,200)
#FB7ECD
(251,126,205)
#FB8AD2
(251,138,210)
#FB96D7
(251,150,215)
#FBA2DC
(251,162,220)
#FBAEE1
(251,174,225)
#FBBAE6
(251,186,230)
#FBC6EB
(251,198,235)
#FBD2F0
(251,210,240)
#FBDEF5
(251,222,245)
#FBEAFA
(251,234,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB72C8 color. Also use rgb(251,114,200) instead hex code.

Text Font Color

.myTextColor { color: #FB72C8; }

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

This text font color is #FB72C8.


Background Color

.myBgColor { background-color: #FB72C8; }

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

This div background color is #FB72C8.


Border color

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

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

This div border color is #FB72C8.


Opacity

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

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

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

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

This text has shadow with #FB72C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB72C8 on black background.


Color preview on white background

This text has color #FB72C8 on white background.



Black color preview on #FB72C8 background

This text has black color on #FB72C8 background.


White color preview on #FB72C8 background

This text has white color on #FB72C8 background.