COLOR #FA4584

HEX: #FA4584
RGB: (250,69,132)

Color info

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

RGB color model

#FA4584 color RGB value is (250,69,132).

  • red value is 250;
  • green value is 69;
  • blue value is 132.
RGB:
(250,69,132)
(98%,27%,52%)

RGB channels and saturation

R 250 of 255 = 98%
G 69 of 255 = 27%
B 132 of 255 = 52%

250
69
132

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

Portions of RGB colors in percentages

R + G + B =
250 + 69 + 132 = 451 (100%)
R 250 of 451 ~ 55.43%
G 69 of 451 ~ 15.3%
B 132 of 451 ~ 29.27%

%55.43
%15.3
%29.27

CMYK color model

#FA4584 color CMYK value is (0,72,47,2).

  • cyan value is 0.00%
  • magenta value is 72.40%
  • yellow value is 47.20%
  • key color value is 1.96%
CMYK:
(0,72,47,2)
C0M72Y47K2 
(0%,72%,47%,2%)
(0.00/0.72/0.47/0.02)	

CMYK percentages

%0
%72.4
%47.2
%1.96

Codes

Color #FA4584 in popluar color models

FA4584
RGB25069132
HSL339°94.76%62.55%
HSB/HSV339°72.40%98.04%
CMYK0.00%72.40%47.20%
1.96%

Color #FA4584 in popluar number systems.

HEXFA4584
Decimal25069132
Binary11111010100010110000100
Octal372105204

Shades and tints

Shades of #FA4584

#FA4584
(250,69,132)
#E43F78
(228,63,120)
#CE396C
(206,57,108)
#B83360
(184,51,96)
#A22D54
(162,45,84)
#8C2748
(140,39,72)
#76213C
(118,33,60)
#601B30
(96,27,48)
#4A1524
(74,21,36)
#340F18
(52,15,24)
#1E090C
(30,9,12)
#000000
(0,0,0)

Tints of #FA4584

#FA4584
(250,69,132)
#FA558F
(250,85,143)
#FA659A
(250,101,154)
#FA75A5
(250,117,165)
#FA85B0
(250,133,176)
#FA95BB
(250,149,187)
#FAA5C6
(250,165,198)
#FAB5D1
(250,181,209)
#FAC5DC
(250,197,220)
#FAD5E7
(250,213,231)
#FAE5F2
(250,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA4584 color. Also use rgb(250,69,132) instead hex code.

Text Font Color

.myTextColor { color: #FA4584; }

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

This text font color is #FA4584.


Background Color

.myBgColor { background-color: #FA4584; }

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

This div background color is #FA4584.


Border color

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

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

This div border color is #FA4584.


Opacity

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

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

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

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

This text has shadow with #FA4584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA4584 on black background.


Color preview on white background

This text has color #FA4584 on white background.



Black color preview on #FA4584 background

This text has black color on #FA4584 background.


White color preview on #FA4584 background

This text has white color on #FA4584 background.