Html Css Color HEX #F53949 Amaranth

📋 copy color: '#F53949'

red 245 ◦ green 57 ◦ blue 73

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

Shades of Amaranth #F53949

Tints of Amaranth #F53949

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.2%

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

R = 65.33%
G = 15.2%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F53949 (or 0xF53949) is known color: Amaranth. HEX triplet: F5, 39 and 49. RGB value is (245,57,73). Sum of RGB (Red+Green+Blue) = 245+57+73=375 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.33% from 375); Green value is 57 (22.66% from 255 or 15.2% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 245 - color contains mainly: red. Hex color #F53949 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53949 is #0AC6B6. Grayscale: #737373. Windows color (decimal): -706231 or 4798965. OLE color: 4798965.

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

Color convert

RGB 245 57 73 -
CMYK 0 0.77 0.70 0.04
HSL 354.89º 0.9% 0.59% -
HSV(B) 354.89º 0.77% 0.96% -
XYZ 40.32 22.82 8.58 -
YUV 115.04 104.28 220.7 -
System Red Green Blue C M Y K H S L
Decimal 245 57 73 0 0.77 0.70 0.04 354.89 0.9 0.59
Hex F5 39 49 0 4D 46 4 163 5A 3B
Octal 365 71 111 0 115 106 4 543 132 73
Binary 11110101 111001 1001001 0 1001101 1000110 100 101100011 1011010 111011

Color Harmonies of #F53949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53949

Black with #F53949

Text Example


Text Example

White with #F53949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53949; }

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

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

background-color css

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

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

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

border-color css

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

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

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