#F53744

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

Shades of Amaranth #F53744

Tints of Amaranth #F53744

Color information

#F53744 (or 0xF53744) is unknown color: approx Amaranth. HEX triplet: F5, 37 and 44. RGB value is (245,55,68). Sum of RGB (Red+Green+Blue) = 245+55+68=368 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.58% from 368); Green value is 55 (21.88% from 255 or 14.95% from 368); Blue value is 68 (26.95% from 255 or 18.48% from 368); Max value from RGB is 245 - color contains mainly: red. Hex color #F53744 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53744 is #0AC8BB. Grayscale: #717171. Windows color (decimal): -706748 or 4470773. OLE color: 4470773.

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

Color convert

RGB2455568-
CMYK00.780.720.04
HSL355.89º90.48%58.82%-
HSV(B)355.89º77.55%96.08%-
XYZ40.0722.567.71-
YUV113.29102.45221.94-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 66.58%
GREEN value IS 55 (21.88% from 255) = 14.95%
BLUE value IS 68 (26.95% from 255) = 18.48%
R=66.58%
G=14.95%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245556800.780.720.04355.8990.4858.82
HexF5374404E4841645a3b
Octal365671040116110454413273
Binary1111010111011110001000100111010010001001011001001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53744; }

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

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

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

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

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

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

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

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