#F53846

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

Shades of Amaranth #F53846

Tints of Amaranth #F53846

Color information

#F53846 (or 0xF53846) is unknown color: approx Amaranth. HEX triplet: F5, 38 and 46. RGB value is (245,56,70). Sum of RGB (Red+Green+Blue) = 245+56+70=371 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.04% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 245 - color contains mainly: red. Hex color #F53846 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53846 is #0AC7B9. Grayscale: #727272. Windows color (decimal): -706490 or 4602101. OLE color: 4602101.

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

Color convert

RGB2455670-
CMYK00.770.710.04
HSL355.56º90.43%59.02%-
HSV(B)355.56º77.14%96.08%-
XYZ40.1822.688.06-
YUV114.11103.12221.36-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 66.04%
GREEN value IS 56 (22.27% from 255) = 15.09%
BLUE value IS 70 (27.73% from 255) = 18.87%
R=66.04%
G=15.09%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.71
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245567000.770.710.04355.5690.4359.02
HexF5384604D4741645a3b
Octal365701060115107454413273
Binary1111010111100010001100100110110001111001011001001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53846; }

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

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

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

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

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

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

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

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