#FA2146

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

Shades of Amaranth #FA2146

Tints of Amaranth #FA2146

Color information

#FA2146 (or 0xFA2146) is unknown color: approx Amaranth. HEX triplet: FA, 21 and 46. RGB value is (250,33,70). Sum of RGB (Red+Green+Blue) = 250+33+70=353 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.82% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 70 (27.73% from 255 or 19.83% from 353); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2146 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2146 is #05DEB9. Grayscale: #666666. Windows color (decimal): -384698 or 4596218. OLE color: 4596218.

HSL color Cylindrical-coordinate representation of color #FA2146: hue angle of 349.77º 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 #FA2146 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB2503370-
CMYK00.870.720.02
HSL349.77º95.59%55.49%-
HSV(B)349.77º86.8%98.04%-
XYZ41.0721.857.85-
YUV102.1109.89233.49-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 70.82%
GREEN value IS 33 (13.28% from 255) = 9.35%
BLUE value IS 70 (27.73% from 255) = 19.83%
R=70.82%
G=9.35%
B=19.83%

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
Decimal250337000.870.720.02349.7795.5955.49
HexFA214605748215e6037
Octal372411060127110253614067
Binary111110101000011000110010101111001000101010111101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA2146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA2146; }

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

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

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

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

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

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

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

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