#F53745

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

Shades of Amaranth #F53745

Tints of Amaranth #F53745

Color information

#F53745 (or 0xF53745) is unknown color: approx Amaranth. HEX triplet: F5, 37 and 45. RGB value is (245,55,69). Sum of RGB (Red+Green+Blue) = 245+55+69=369 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.40% from 369); Green value is 55 (21.88% from 255 or 14.91% from 369); Blue value is 69 (27.34% from 255 or 18.70% from 369); Max value from RGB is 245 - color contains mainly: red. Hex color #F53745 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53745 is #0AC8BA. Grayscale: #717171. Windows color (decimal): -706747 or 4536309. OLE color: 4536309.

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

Color convert

RGB2455569-
CMYK00.780.720.04
HSL355.58º90.48%58.82%-
HSV(B)355.58º77.55%96.08%-
XYZ40.122.577.87-
YUV113.41102.95221.86-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 66.40%
GREEN value IS 55 (21.88% from 255) = 14.91%
BLUE value IS 69 (27.34% from 255) = 18.70%
R=66.40%
G=14.91%
B=18.70%

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
Decimal245556900.780.720.04355.5890.4858.82
HexF5374504E4841645a3b
Octal365671050116110454413273
Binary1111010111011110001010100111010010001001011001001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53745; }

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

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

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

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

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

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

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

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