#F53545

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

Shades of Amaranth #F53545

Tints of Amaranth #F53545

Color information

#F53545 (or 0xF53545) is unknown color: approx Amaranth. HEX triplet: F5, 35 and 45. RGB value is (245,53,69). Sum of RGB (Red+Green+Blue) = 245+53+69=367 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.76% from 367); Green value is 53 (21.09% from 255 or 14.44% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 245 - color contains mainly: red. Hex color #F53545 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53545 is #0ACABA. Grayscale: #707070. Windows color (decimal): -707259 or 4535797. OLE color: 4535797.

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

Color convert

RGB2455369-
CMYK00.780.720.04
HSL355º90.57%58.43%-
HSV(B)355º78.37%96.08%-
XYZ4022.397.84-
YUV112.23103.61222.7-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 66.76%
GREEN value IS 53 (21.09% from 255) = 14.44%
BLUE value IS 69 (27.34% from 255) = 18.80%
R=66.76%
G=14.44%
B=18.80%

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
Decimal245536900.780.720.0435590.5758.43
HexF5354504E4841635b3a
Octal365651050116110454313372
Binary1111010111010110001010100111010010001001011000111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53545; }

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

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

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

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

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

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

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

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