COLOR #FA4486

HEX: #FA4486 RGB: (250,68,134)

Color info

#FA4486 contains mainly red color. Web safe color of #FA4486 is #FF3399 (or #F39).

RGB color model

#FA4486 color RGB value is (250,68,134).

RGB: (250,68,134) (98%, 27%, 53%)

RGB channels and saturation

R 250 of 255 = 98%
G 68 of 255 = 27%
B 134 of 255 = 53%

250
68
134

R + G + B ~ 59%. #FA4486 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 250 + 68 + 134 = 452 (100%)
R 250 of 452 ~ 55.31%
G 68 of 452 ~ 15.04%
B 134 of 452 ~ 29.65'%

%55.31
%15.04
%29.65

CMYK color model

#FA4486 color CMYK value is (0,73,46,2).

  • cyan value is 0.00%
  • magenta value is 72.80%
  • yellow value is 46.40%
  • key color value is 1.96%

CMYK: (0,73,46,2)
C0M73Y46K2 (0%, 73%, 46%, 2%)
(0.00 / 0.73 / 0.46 / 0.02)

CMYK percentages

%0
%72.8
%46.4
%1.96

Codes

Color #FA4486 in popluar color models

FA 44 86
RGB 250 68 134
HSL 338° 94.79% 62.35%
HSB/HSV 338° 72.80% 98.04%
CMYK 0.00% 72.80% 46.40%
1.96%

Color #FA4486 in popluar number systems.

HEX FA 44 86
Decimal 250 68 134
Binary 11111010 1000100 10000110
Octal 372 104 206

Shades and tints

Shades of #FA4486

#FA4486
(250,68,134)
#E43E7A
(228,62,122)
#CE386E
(206,56,110)
#B83262
(184,50,98)
#A22C56
(162,44,86)
#8C264A
(140,38,74)
#76203E
(118,32,62)
#601A32
(96,26,50)
#4A1426
(74,20,38)
#340E1A
(52,14,26)
#1E080E
(30,8,14)
#000000
(0,0,0)

Tints of #FA4486

#FA4486
(250,68,134)
#FA5591
(250,85,145)
#FA669C
(250,102,156)
#FA77A7
(250,119,167)
#FA88B2
(250,136,178)
#FA99BD
(250,153,189)
#FAAAC8
(250,170,200)
#FABBD3
(250,187,211)
#FACCDE
(250,204,222)
#FADDE9
(250,221,233)
#FAEEF4
(250,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA4486 color. Also use rgb(250,68,134) instead hex code.

Text Font Color

.myTextColor { color: #FA4486; }

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

This text font color is #FA4486.

Background Color

.myBgColor { background-color: #FA4486; }

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

This div background color is #FA4486.

Border color

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

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

This div border color is #FA4486.

Opacity

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

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

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

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

This text has shadow with #FA4486 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FA4486.

Preview

Color preview on black background

This text has color #FA4486 on black background.


Color preview on white background

This text has color #FA4486 on white background.


Black color preview on #FA4486 background

This text has black color on #FA4486 background.


White color preview on #FA4486 background

This text has white color on #FA4486 background.


Related colors

Complementary color

Complementary color for #hex is #05BB79.


I love getcolorcode.com

Triadic colors

1 #86FA44 and #4486FA with #FA4486 are triadic colors.

2 #8644FA and #44FA86 with #FA4486 are triadic colors.