#F73744

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

Shades of Amaranth #F73744

Tints of Amaranth #F73744

Color information

#F73744 (or 0xF73744) is unknown color: approx Amaranth. HEX triplet: F7, 37 and 44. RGB value is (247,55,68). Sum of RGB (Red+Green+Blue) = 247+55+68=370 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.76% from 370); Green value is 55 (21.88% from 255 or 14.86% from 370); Blue value is 68 (26.95% from 255 or 18.38% from 370); Max value from RGB is 247 - color contains mainly: red. Hex color #F73744 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73744 is #08C8BB. Grayscale: #727272. Windows color (decimal): -575676 or 4470775. OLE color: 4470775.

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

Color convert

RGB2475568-
CMYK00.780.720.03
HSL355.94º92.31%59.22%-
HSV(B)355.94º77.73%96.86%-
XYZ40.7722.927.74-
YUV113.89102.11222.94-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 66.76%
GREEN value IS 55 (21.88% from 255) = 14.86%
BLUE value IS 68 (26.95% from 255) = 18.38%
R=66.76%
G=14.86%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247556800.780.720.03355.9492.3159.22
HexF7374404E4831645c3b
Octal367671040116110354413473
Binary111101111101111000100010011101001000111011001001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73744; }

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

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

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

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

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

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

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

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