#F53D45

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

Shades of Amaranth #F53D45

Tints of Amaranth #F53D45

Color information

#F53D45 (or 0xF53D45) is unknown color: approx Amaranth. HEX triplet: F5, 3D and 45. RGB value is (245,61,69). Sum of RGB (Red+Green+Blue) = 245+61+69=375 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.33% from 375); Green value is 61 (24.22% from 255 or 16.27% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 245 - color contains mainly: red. Hex color #F53D45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53D45 is #0AC2BA. Grayscale: #757575. Windows color (decimal): -705211 or 4537845. OLE color: 4537845.

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

Color convert

RGB2456169-
CMYK00.750.720.04
HSL357.39º90.2%60%-
HSV(B)357.39º75.1%96.08%-
XYZ40.423.187.98-
YUV116.93100.96219.35-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 65.33%
GREEN value IS 61 (24.22% from 255) = 16.27%
BLUE value IS 69 (27.34% from 255) = 18.4%
R=65.33%
G=16.27%
B=18.4%

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
Decimal245616900.750.720.04357.3990.260
HexF53D4504B4841655a3c
Octal365751050113110454513274
Binary1111010111110110001010100101110010001001011001011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53D45; }

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

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

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

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

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

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

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

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