#F53E46

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

Shades of Amaranth #F53E46

Tints of Amaranth #F53E46

Color information

#F53E46 (or 0xF53E46) is unknown color: approx Amaranth. HEX triplet: F5, 3E and 46. RGB value is (245,62,70). Sum of RGB (Red+Green+Blue) = 245+62+70=377 (49% of max value = 765). Red value is 245 (96.09% from 255 or 64.99% from 377); Green value is 62 (24.61% from 255 or 16.45% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 245 - color contains mainly: red. Hex color #F53E46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53E46 is #0AC1B9. Grayscale: #757575. Windows color (decimal): -704954 or 4603637. OLE color: 4603637.

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

Color convert

RGB2456270-
CMYK00.750.710.04
HSL357.38º90.15%60.2%-
HSV(B)357.38º74.69%96.08%-
XYZ40.4823.38.16-
YUV117.63101.13218.85-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 64.99%
GREEN value IS 62 (24.61% from 255) = 16.45%
BLUE value IS 70 (27.73% from 255) = 18.57%
R=64.99%
G=16.45%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.71
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245627000.750.710.04357.3890.1560.2
HexF53E4604B4741655a3c
Octal365761060113107454513274
Binary1111010111111010001100100101110001111001011001011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53E46; }

 p { color: rgb(245,62,70); }

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

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

 a { background-color: rgb(245,62,70); }

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

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

 span { border-color: rgb(245,62,70); }

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