#F73A45

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

Shades of Amaranth #F73A45

Tints of Amaranth #F73A45

Color information

#F73A45 (or 0xF73A45) is unknown color: approx Amaranth. HEX triplet: F7, 3A and 45. RGB value is (247,58,69). Sum of RGB (Red+Green+Blue) = 247+58+69=374 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.04% from 374); Green value is 58 (23.05% from 255 or 15.51% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 247 - color contains mainly: red. Hex color #F73A45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73A45 is #08C5BA. Grayscale: #737373. Windows color (decimal): -574907 or 4537079. OLE color: 4537079.

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

Color convert

RGB2475869-
CMYK00.770.720.03
HSL356.51º92.2%59.8%-
HSV(B)356.51º76.52%96.86%-
XYZ40.9523.237.96-
YUV115.76101.62221.61-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 66.04%
GREEN value IS 58 (23.05% from 255) = 15.51%
BLUE value IS 69 (27.34% from 255) = 18.45%
R=66.04%
G=15.51%
B=18.45%

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
Decimal247586900.770.720.03356.5192.259.8
HexF73A4504D4831655c3c
Octal367721050115110354513474
Binary111101111110101000101010011011001000111011001011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73A45; }

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

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

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

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

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

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

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

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