Html Css Color HEX #F53649 Amaranth

📋 copy color: '#F53649'

red 245 ◦ green 54 ◦ blue 73

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

Shades of Amaranth #F53649

Tints of Amaranth #F53649

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.52%

 BLUE value IS 73 (28.91% from 255) = 19.62%

R = 65.86%
G = 14.52%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F53649 (or 0xF53649) is known color: Amaranth. HEX triplet: F5, 36 and 49. RGB value is (245,54,73). Sum of RGB (Red+Green+Blue) = 245+54+73=372 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.86% from 372); Green value is 54 (21.48% from 255 or 14.52% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 245 - color contains mainly: red. Hex color #F53649 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53649 is #0AC9B6. Grayscale: #717171. Windows color (decimal): -706999 or 4798197. OLE color: 4798197.

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

Color convert

RGB 245 54 73 -
CMYK 0 0.78 0.70 0.04
HSL 354.03º 0.91% 0.59% -
HSV(B) 354.03º 0.78% 0.96% -
XYZ 40.18 22.53 8.53 -
YUV 113.28 105.28 221.96 -
System Red Green Blue C M Y K H S L
Decimal 245 54 73 0 0.78 0.70 0.04 354.03 0.91 0.59
Hex F5 36 49 0 4E 46 4 162 5B 3B
Octal 365 66 111 0 116 106 4 542 133 73
Binary 11110101 110110 1001001 0 1001110 1000110 100 101100010 1011011 111011

Color Harmonies of #F53649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53649

Black with #F53649

Text Example


Text Example

White with #F53649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53649; }

 p { color: rgb(245,54,73); }

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

background-color css

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

 a { background-color: rgb(245,54,73); }

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

border-color css

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

 span { border-color: rgb(245,54,73); }

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