#F73A44

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

Shades of Amaranth #F73A44

Tints of Amaranth #F73A44

Color information

#F73A44 (or 0xF73A44) is unknown color: approx Amaranth. HEX triplet: F7, 3A and 44. RGB value is (247,58,68). Sum of RGB (Red+Green+Blue) = 247+58+68=373 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.22% from 373); Green value is 58 (23.05% from 255 or 15.55% from 373); Blue value is 68 (26.95% from 255 or 18.23% from 373); Max value from RGB is 247 - color contains mainly: red. Hex color #F73A44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73A44 is #08C5BB. Grayscale: #737373. Windows color (decimal): -574908 or 4471543. OLE color: 4471543.

HSL color Cylindrical-coordinate representation of color #F73A44: hue angle of 356.83º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F73A44 is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.03.

Color convert

RGB2475868-
CMYK00.770.720.03
HSL356.83º92.2%59.8%-
HSV(B)356.83º76.52%96.86%-
XYZ40.9123.227.79-
YUV115.65101.12221.69-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 66.22%
GREEN value IS 58 (23.05% from 255) = 15.55%
BLUE value IS 68 (26.95% from 255) = 18.23%
R=66.22%
G=15.55%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.72
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247586800.770.720.03356.8392.259.8
HexF73A4404D4831655c3c
Octal367721040115110354513474
Binary111101111110101000100010011011001000111011001011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73A44; }

 p { color: rgb(247,58,68); }

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

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

 a { background-color: rgb(247,58,68); }

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

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

 span { border-color: rgb(247,58,68); }

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