COLOR #FA4570

HEX: #FA4570
RGB: (250,69,112)

Color info

#FA4570 contains mainly red color. Web safe color of #FA4570 is #FF3366 (or #F36).

RGB color model

#FA4570 color RGB value is (250,69,112).

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

RGB channels and saturation

R 250 of 255 = 98%
G 69 of 255 = 27%
B 112 of 255 = 44%

250
69
112

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

Portions of RGB colors in percentages

R + G + B =
250 + 69 + 112 = 431 (100%)
R 250 of 431 ~ 58%
G 69 of 431 ~ 16.01%
B 112 of 431 ~ 25.99%

%58
%16.01
%25.99

CMYK color model

#FA4570 color CMYK value is (0,72,55,2).

  • cyan value is 0.00%
  • magenta value is 72.40%
  • yellow value is 55.20%
  • key color value is 1.96%
CMYK:
(0,72,55,2)
C0M72Y55K2 
(0%,72%,55%,2%)
(0.00/0.72/0.55/0.02)	

CMYK percentages

%0
%72.4
%55.2
%1.96

Codes

Color #FA4570 in popluar color models

FA4570
RGB25069112
HSL346°94.76%62.55%
HSB/HSV346°72.40%98.04%
CMYK0.00%72.40%55.20%
1.96%

Color #FA4570 in popluar number systems.

HEXFA4570
Decimal25069112
Binary1111101010001011110000
Octal372105160

Shades and tints

Shades of #FA4570

#FA4570
(250,69,112)
#E43F66
(228,63,102)
#CE395C
(206,57,92)
#B83352
(184,51,82)
#A22D48
(162,45,72)
#8C273E
(140,39,62)
#762134
(118,33,52)
#601B2A
(96,27,42)
#4A1520
(74,21,32)
#340F16
(52,15,22)
#1E090C
(30,9,12)
#000000
(0,0,0)

Tints of #FA4570

#FA4570
(250,69,112)
#FA557D
(250,85,125)
#FA658A
(250,101,138)
#FA7597
(250,117,151)
#FA85A4
(250,133,164)
#FA95B1
(250,149,177)
#FAA5BE
(250,165,190)
#FAB5CB
(250,181,203)
#FAC5D8
(250,197,216)
#FAD5E5
(250,213,229)
#FAE5F2
(250,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FA4570; }

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

This text font color is #FA4570.


Background Color

.myBgColor { background-color: #FA4570; }

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

This div background color is #FA4570.


Border color

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

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

This div border color is #FA4570.


Opacity

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

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

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

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

This text has shadow with #FA4570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA4570 on black background.


Color preview on white background

This text has color #FA4570 on white background.



Black color preview on #FA4570 background

This text has black color on #FA4570 background.


White color preview on #FA4570 background

This text has white color on #FA4570 background.