Html Css Color HEX #F53146 Amaranth

📋 copy color: '#F53146'

red 245 ◦ green 49 ◦ blue 70

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

Shades of Amaranth #F53146

Tints of Amaranth #F53146

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.46%

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

R = 67.31%
G = 13.46%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F53146 (or 0xF53146) is known color: Amaranth. HEX triplet: F5, 31 and 46. RGB value is (245,49,70). Sum of RGB (Red+Green+Blue) = 245+49+70=364 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.31% from 364); Green value is 49 (19.53% from 255 or 13.46% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 245 - color contains mainly: red. Hex color #F53146 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53146 is #0ACEB9. Grayscale: #6E6E6E. Windows color (decimal): -708282 or 4600309. OLE color: 4600309.

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

Color convert

RGB 245 49 70 -
CMYK 0 0.8 0.71 0.04
HSL 353.57º 0.91% 0.58% -
HSV(B) 353.57º 0.8% 0.96% -
XYZ 39.86 22.05 7.95 -
YUV 110 105.43 224.29 -
System Red Green Blue C M Y K H S L
Decimal 245 49 70 0 0.8 0.71 0.04 353.57 0.91 0.58
Hex F5 31 46 0 50 47 4 162 5B 3A
Octal 365 61 106 0 120 107 4 542 133 72
Binary 11110101 110001 1000110 0 1010000 1000111 100 101100010 1011011 111010

Color Harmonies of #F53146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53146

Black with #F53146

Text Example


Text Example

White with #F53146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53146; }

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

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

background-color css

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

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

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

border-color css

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

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

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