COLOR #FA7781

HEX: #FA7781 RGB: (250,119,129)

Color info

#FA7781 contains mainly red color. Web safe color of #FA7781 is #FF6699 (or #F69).

RGB color model

#FA7781 color RGB value is (250,119,129).

RGB: (250,119,129) (98%, 47%, 51%)

RGB channels and saturation

R 250 of 255 = 98%
G 119 of 255 = 47%
B 129 of 255 = 51%

250
119
129

R + G + B ~ 65%. #FA7781 is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 119 + 129 = 498 (100%)
R 250 of 498 ~ 50.2%
G 119 of 498 ~ 23.9%
B 129 of 498 ~ 25.9'%

%50.2
%23.9
%25.9

CMYK color model

#FA7781 color CMYK value is (0,52,48,2).

  • cyan value is 0.00%
  • magenta value is 52.40%
  • yellow value is 48.40%
  • key color value is 1.96%

CMYK: (0,52,48,2)
C0M52Y48K2 (0%, 52%, 48%, 2%)
(0.00 / 0.52 / 0.48 / 0.02)

CMYK percentages

%0
%52.4
%48.4
%1.96

Codes

Color #FA7781 in popluar color models

FA 77 81
RGB 250 119 129
HSL 355° 92.91% 72.35%
HSB/HSV 355° 52.40% 98.04%
CMYK 0.00% 52.40% 48.40%
1.96%

Color #FA7781 in popluar number systems.

HEX FA 77 81
Decimal 250 119 129
Binary 11111010 1110111 10000001
Octal 372 167 201

Shades and tints

Shades of #FA7781

#FA7781
(250,119,129)
#E46D76
(228,109,118)
#CE636B
(206,99,107)
#B85960
(184,89,96)
#A24F55
(162,79,85)
#8C454A
(140,69,74)
#763B3F
(118,59,63)
#603134
(96,49,52)
#4A2729
(74,39,41)
#341D1E
(52,29,30)
#1E1313
(30,19,19)
#000000
(0,0,0)

Tints of #FA7781

#FA7781
(250,119,129)
#FA838C
(250,131,140)
#FA8F97
(250,143,151)
#FA9BA2
(250,155,162)
#FAA7AD
(250,167,173)
#FAB3B8
(250,179,184)
#FABFC3
(250,191,195)
#FACBCE
(250,203,206)
#FAD7D9
(250,215,217)
#FAE3E4
(250,227,228)
#FAEFEF
(250,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA7781 color. Also use rgb(250,119,129) instead hex code.

Text Font Color

.myTextColor { color: #FA7781; }

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

This text font color is #FA7781.

Background Color

.myBgColor { background-color: #FA7781; }

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

This div background color is #FA7781.

Border color

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

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

This div border color is #FA7781.

Opacity

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

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

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

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

This text has shadow with #FA7781 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FA7781.

Preview

Color preview on black background

This text has color #FA7781 on black background.


Color preview on white background

This text has color #FA7781 on white background.


Black color preview on #FA7781 background

This text has black color on #FA7781 background.


White color preview on #FA7781 background

This text has white color on #FA7781 background.


Related colors

Complementary color

Complementary color for #hex is #05887E.


I love getcolorcode.com

Triadic colors

1 #81FA77 and #7781FA with #FA7781 are triadic colors.

2 #8177FA and #77FA81 with #FA7781 are triadic colors.