COLOR #FD7BF2

HEX: #FD7BF2 RGB: (253,123,242)

Color info

#FD7BF2 contains mainly red and blue colors. Web safe color of #FD7BF2 is #FF66FF (or #F6F).

RGB color model

#FD7BF2 color RGB value is (253,123,242).

RGB: (253,123,242) (99%, 48%, 95%)

RGB channels and saturation

R 253 of 255 = 99%
G 123 of 255 = 48%
B 242 of 255 = 95%

253
123
242

R + G + B ~ 81%. #FD7BF2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 253 + 123 + 242 = 618 (100%)
R 253 of 618 ~ 40.94%
G 123 of 618 ~ 19.9%
B 242 of 618 ~ 39.16'%

%40.94
%19.9
%39.16

CMYK color model

#FD7BF2 color CMYK value is (0,51,4,1).

  • cyan value is 0.00%
  • magenta value is 51.38%
  • yellow value is 4.35%
  • key color value is 0.78%

CMYK: (0,51,4,1)
C0M51Y4K1 (0%, 51%, 4%, 1%)
(0.00 / 0.51 / 0.04 / 0.01)

CMYK percentages

%0
%51.38
%4.35
%0.78

Codes

Color #FD7BF2 in popluar color models

FD 7B F2
RGB 253 123 242
HSL 305° 97.01% 73.73%
HSB/HSV 305° 51.38% 99.22%
CMYK 0.00% 51.38% 4.35%
0.78%

Color #FD7BF2 in popluar number systems.

HEX FD 7B F2
Decimal 253 123 242
Binary 11111101 1111011 11110010
Octal 375 173 362

Shades and tints

Shades of #FD7BF2

#FD7BF2
(253,123,242)
#E670DC
(230,112,220)
#CF65C6
(207,101,198)
#B85AB0
(184,90,176)
#A14F9A
(161,79,154)
#8A4484
(138,68,132)
#73396E
(115,57,110)
#5C2E58
(92,46,88)
#452342
(69,35,66)
#2E182C
(46,24,44)
#170D16
(23,13,22)
#000000
(0,0,0)

Tints of #FD7BF2

#FD7BF2
(253,123,242)
#FD87F3
(253,135,243)
#FD93F4
(253,147,244)
#FD9FF5
(253,159,245)
#FDABF6
(253,171,246)
#FDB7F7
(253,183,247)
#FDC3F8
(253,195,248)
#FDCFF9
(253,207,249)
#FDDBFA
(253,219,250)
#FDE7FB
(253,231,251)
#FDF3FC
(253,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD7BF2 color. Also use rgb(253,123,242) instead hex code.

Text Font Color

.myTextColor { color: #FD7BF2; }

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

This text font color is #FD7BF2.

Background Color

.myBgColor { background-color: #FD7BF2; }

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

This div background color is #FD7BF2.

Border color

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

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

This div border color is #FD7BF2.

Opacity

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

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

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

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

This text has shadow with #FD7BF2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FD7BF2.

Preview

Color preview on black background

This text has color #FD7BF2 on black background.


Color preview on white background

This text has color #FD7BF2 on white background.


Black color preview on #FD7BF2 background

This text has black color on #FD7BF2 background.


White color preview on #FD7BF2 background

This text has white color on #FD7BF2 background.


Related colors

Complementary color

Complementary color for #hex is #02840D.


I love getcolorcode.com

Triadic colors

1 #F2FD7B and #7BF2FD with #FD7BF2 are triadic colors.

2 #F27BFD and #7BFDF2 with #FD7BF2 are triadic colors.