#FA2F44

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

Shades of Amaranth #FA2F44

Tints of Amaranth #FA2F44

Color information

#FA2F44 (or 0xFA2F44) is unknown color: approx Amaranth. HEX triplet: FA, 2F and 44. RGB value is (250,47,68). Sum of RGB (Red+Green+Blue) = 250+47+68=365 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.49% from 365); Green value is 47 (18.75% from 255 or 12.88% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2F44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2F44 is #05D0BB. Grayscale: #6E6E6E. Windows color (decimal): -381116 or 4468730. OLE color: 4468730.

HSL color Cylindrical-coordinate representation of color #FA2F44: hue angle of 353.79º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA2F44 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB2504768-
CMYK00.810.730.02
HSL353.79º95.31%58.24%-
HSV(B)353.79º81.2%98.04%-
XYZ41.4822.777.68-
YUV110.09104.25227.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 68.49%
GREEN value IS 47 (18.75% from 255) = 12.88%
BLUE value IS 68 (26.95% from 255) = 18.63%
R=68.49%
G=12.88%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250476800.810.730.02353.7995.3158.24
HexFA2F440514921625f3a
Octal372571040121111254213772
Binary111110101011111000100010100011001001101011000101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA2F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA2F44; }

 p { color: rgb(250,47,68); }

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

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

 a { background-color: rgb(250,47,68); }

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

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

 span { border-color: rgb(250,47,68); }

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