Html Css Color HEX #F53746 Amaranth

📋 copy color: '#F53746'

red 245 ◦ green 55 ◦ blue 70

#F53746
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amaranth #F53746

Tints of Amaranth #F53746

RGB

 RED value IS 245 (96.09% from 255) = 66.22%

 GREEN value IS 55 (21.88% from 255) = 14.86%

 BLUE value IS 70 (27.73% from 255) = 18.92%

R = 66.22%
G = 14.86%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F53746 (or 0xF53746) is known color: Amaranth. HEX triplet: F5, 37 and 46. RGB value is (245,55,70). Sum of RGB (Red+Green+Blue) = 245+55+70=370 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.22% from 370); Green value is 55 (21.88% from 255 or 14.86% from 370); Blue value is 70 (27.73% from 255 or 18.92% from 370); Max value from RGB is 245 - color contains mainly: red. Hex color #F53746 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53746 is #0AC8B9. Grayscale: #717171. Windows color (decimal): -706746 or 4601845. OLE color: 4601845.

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

Color convert

RGB 245 55 70 -
CMYK 0 0.78 0.71 0.04
HSL 355.26º 0.9% 0.59% -
HSV(B) 355.26º 0.78% 0.96% -
XYZ 40.13 22.59 8.04 -
YUV 113.52 103.45 221.78 -
System Red Green Blue C M Y K H S L
Decimal 245 55 70 0 0.78 0.71 0.04 355.26 0.9 0.59
Hex F5 37 46 0 4E 47 4 163 5A 3B
Octal 365 67 106 0 116 107 4 543 132 73
Binary 11110101 110111 1000110 0 1001110 1000111 100 101100011 1011010 111011

Color Harmonies of #F53746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53746

Black with #F53746

Text Example


Text Example

White with #F53746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53746; }

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

 H1.HeaderClassName
 {
   color: #F53746;
 }
 .AnyTagClassName
 {
   color: #F53746;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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