#FA2147

Color #FA2147 Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #FA2147

Tints of Amaranth #FA2147

Color information

#FA2147 (or 0xFA2147) is unknown color: approx Amaranth. HEX triplet: FA, 21 and 47. RGB value is (250,33,71). Sum of RGB (Red+Green+Blue) = 250+33+71=354 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.62% from 354); Green value is 33 (13.28% from 255 or 9.32% from 354); Blue value is 71 (28.12% from 255 or 20.06% from 354); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2147 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2147 is #05DEB8. Grayscale: #666666. Windows color (decimal): -384697 or 4661754. OLE color: 4661754.

HSL color Cylindrical-coordinate representation of color #FA2147: hue angle of 349.49º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA2147 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB2503371-
CMYK00.870.720.02
HSL349.49º95.59%55.49%-
HSV(B)349.49º86.8%98.04%-
XYZ41.1121.878.02-
YUV102.21110.39233.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 70.62%
GREEN value IS 33 (13.28% from 255) = 9.32%
BLUE value IS 71 (28.12% from 255) = 20.06%
R=70.62%
G=9.32%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250337100.870.720.02349.4995.5955.49
HexFA214705748215d6037
Octal372411070127110253514067
Binary111110101000011000111010101111001000101010111011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA2147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA2147; }

 p { color: rgb(250,33,71); }

 H1.HeaderClassName
 {
   color: #FA2147;
 }
 .AnyTagClassName
 {
   color: #FA2147;
 }
</style>
background-color css

<style>
 a { background-color: #FA2147; }

 a { background-color: rgb(250,33,71); }

 div.DivClassName
 {
   background-color: #FA2147;
 }
 .BgClassName
 {
   background-color: #FA2147;
 }
</style>
border-color css

<style>
 span { border-color: #FA2147; }

 span { border-color: rgb(250,33,71); }

 td.TdClassName
 {
   border-color: #FA2147;
 }
 .TagClassName
 {
   border-color: #FA2147;
 }
</style>