COLOR #FB74CA

HEX: #FB74CA
RGB: (251,116,202)

Color info

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

RGB color model

#FB74CA color RGB value is (251,116,202).

  • red value is 251;
  • green value is 116;
  • blue value is 202.
RGB:
(251,116,202)
(98%,45%,79%)

RGB channels and saturation

R 251 of 255 = 98%
G 116 of 255 = 45%
B 202 of 255 = 79%

251
116
202

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

Portions of RGB colors in percentages

R + G + B =
251 + 116 + 202 = 569 (100%)
R 251 of 569 ~ 44.11%
G 116 of 569 ~ 20.39%
B 202 of 569 ~ 35.5%

%44.11
%20.39
%35.5

CMYK color model

#FB74CA color CMYK value is (0,54,20,2).

  • cyan value is 0.00%
  • magenta value is 53.78%
  • yellow value is 19.52%
  • key color value is 1.57%
CMYK:
(0,54,20,2)
C0M54Y20K2 
(0%,54%,20%,2%)
(0.00/0.54/0.20/0.02)	

CMYK percentages

%0
%53.78
%19.52
%1.57

Codes

Color #FB74CA in popluar color models

FB74CA
RGB251116202
HSL322°94.41%71.96%
HSB/HSV322°53.78%98.43%
CMYK0.00%53.78%19.52%
1.57%

Color #FB74CA in popluar number systems.

HEXFB74CA
Decimal251116202
Binary11111011111010011001010
Octal373164312

Shades and tints

Shades of #FB74CA

#FB74CA
(251,116,202)
#E56AB8
(229,106,184)
#CF60A6
(207,96,166)
#B95694
(185,86,148)
#A34C82
(163,76,130)
#8D4270
(141,66,112)
#77385E
(119,56,94)
#612E4C
(97,46,76)
#4B243A
(75,36,58)
#351A28
(53,26,40)
#1F1016
(31,16,22)
#000000
(0,0,0)

Tints of #FB74CA

#FB74CA
(251,116,202)
#FB80CE
(251,128,206)
#FB8CD2
(251,140,210)
#FB98D6
(251,152,214)
#FBA4DA
(251,164,218)
#FBB0DE
(251,176,222)
#FBBCE2
(251,188,226)
#FBC8E6
(251,200,230)
#FBD4EA
(251,212,234)
#FBE0EE
(251,224,238)
#FBECF2
(251,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB74CA color. Also use rgb(251,116,202) instead hex code.

Text Font Color

.myTextColor { color: #FB74CA; }

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

This text font color is #FB74CA.


Background Color

.myBgColor { background-color: #FB74CA; }

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

This div background color is #FB74CA.


Border color

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

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

This div border color is #FB74CA.


Opacity

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

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

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

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

This text has shadow with #FB74CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB74CA on black background.


Color preview on white background

This text has color #FB74CA on white background.



Black color preview on #FB74CA background

This text has black color on #FB74CA background.


White color preview on #FB74CA background

This text has white color on #FB74CA background.