#F53D44

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

Shades of Amaranth #F53D44

Tints of Amaranth #F53D44

Color information

#F53D44 (or 0xF53D44) is unknown color: approx Amaranth. HEX triplet: F5, 3D and 44. RGB value is (245,61,68). Sum of RGB (Red+Green+Blue) = 245+61+68=374 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.51% from 374); Green value is 61 (24.22% from 255 or 16.31% from 374); Blue value is 68 (26.95% from 255 or 18.18% from 374); Max value from RGB is 245 - color contains mainly: red. Hex color #F53D44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53D44 is #0AC2BB. Grayscale: #747474. Windows color (decimal): -705212 or 4472309. OLE color: 4472309.

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

Color convert

RGB2456168-
CMYK00.750.720.04
HSL357.72º90.2%60%-
HSV(B)357.72º75.1%96.08%-
XYZ40.3723.177.81-
YUV116.81100.46219.43-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 65.51%
GREEN value IS 61 (24.22% from 255) = 16.31%
BLUE value IS 68 (26.95% from 255) = 18.18%
R=65.51%
G=16.31%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245616800.750.720.04357.7290.260
HexF53D4404B4841665a3c
Octal365751040113110454613274
Binary1111010111110110001000100101110010001001011001101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53D44; }

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

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

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

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

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

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

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

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