COLOR #FB17D4

HEX: #FB17D4 RGB: (251,23,212)

Color info

#FB17D4 contains mainly red and blue colors. Web safe color of #FB17D4 is #FF00CC (or #F0C).

RGB color model

#FB17D4 color RGB value is (251,23,212).

RGB: (251,23,212) (98%, 9%, 83%)

RGB channels and saturation

R 251 of 255 = 98%
G 23 of 255 = 9%
B 212 of 255 = 83%

251
23
212

R + G + B ~ 63%. #FB17D4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 251 + 23 + 212 = 486 (100%)
R 251 of 486 ~ 51.65%
G 23 of 486 ~ 4.73%
B 212 of 486 ~ 43.62'%

%51.65
%43.62

CMYK color model

#FB17D4 color CMYK value is (0,91,16,2).

  • cyan value is 0.00%
  • magenta value is 90.84%
  • yellow value is 15.54%
  • key color value is 1.57%

CMYK: (0,91,16,2)
C0M91Y16K2 (0%, 91%, 16%, 2%)
(0.00 / 0.91 / 0.16 / 0.02)

CMYK percentages

%0
%90.84
%15.54
%1.57

Codes

Color #FB17D4 in popluar color models

FB 17 D4
RGB 251 23 212
HSL 310° 96.61% 53.73%
HSB/HSV 310° 90.84% 98.43%
CMYK 0.00% 90.84% 15.54%
1.57%

Color #FB17D4 in popluar number systems.

HEX FB 17 D4
Decimal 251 23 212
Binary 11111011 10111 11010100
Octal 373 27 324

Shades and tints

Shades of #FB17D4

#FB17D4
(251,23,212)
#E515C1
(229,21,193)
#CF13AE
(207,19,174)
#B9119B
(185,17,155)
#A30F88
(163,15,136)
#8D0D75
(141,13,117)
#770B62
(119,11,98)
#61094F
(97,9,79)
#4B073C
(75,7,60)
#350529
(53,5,41)
#1F0316
(31,3,22)
#000000
(0,0,0)

Tints of #FB17D4

#FB17D4
(251,23,212)
#FB2CD7
(251,44,215)
#FB41DA
(251,65,218)
#FB56DD
(251,86,221)
#FB6BE0
(251,107,224)
#FB80E3
(251,128,227)
#FB95E6
(251,149,230)
#FBAAE9
(251,170,233)
#FBBFEC
(251,191,236)
#FBD4EF
(251,212,239)
#FBE9F2
(251,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB17D4 color. Also use rgb(251,23,212) instead hex code.

Text Font Color

.myTextColor { color: #FB17D4; }

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

This text font color is #FB17D4.

Background Color

.myBgColor { background-color: #FB17D4; }

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

This div background color is #FB17D4.

Border color

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

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

This div border color is #FB17D4.

Opacity

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

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

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

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

This text has shadow with #FB17D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FB17D4.

Preview

Color preview on black background

This text has color #FB17D4 on black background.


Color preview on white background

This text has color #FB17D4 on white background.


Black color preview on #FB17D4 background

This text has black color on #FB17D4 background.


White color preview on #FB17D4 background

This text has white color on #FB17D4 background.


Related colors

Complementary color

Complementary color for #hex is #04E82B.


I love getcolorcode.com

Triadic colors

1 #D4FB17 and #17D4FB with #FB17D4 are triadic colors.

2 #D417FB and #17FBD4 with #FB17D4 are triadic colors.