Html Css Color HEX #F53147 Amaranth

📋 copy color: '#F53147'

red 245 ◦ green 49 ◦ blue 71

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

Shades of Amaranth #F53147

Tints of Amaranth #F53147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.45%

R = 67.12%
G = 13.42%
B = 19.45%

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

#F53147 (or 0xF53147) is known color: Amaranth. HEX triplet: F5, 31 and 47. RGB value is (245,49,71). Sum of RGB (Red+Green+Blue) = 245+49+71=365 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.12% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 71 (28.12% from 255 or 19.45% from 365); Max value from RGB is 245 - color contains mainly: red. Hex color #F53147 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53147 is #0ACEB8. Grayscale: #6E6E6E. Windows color (decimal): -708281 or 4665845. OLE color: 4665845.

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

Color convert

RGB 245 49 71 -
CMYK 0 0.8 0.71 0.04
HSL 353.27º 0.91% 0.58% -
HSV(B) 353.27º 0.8% 0.96% -
XYZ 39.89 22.06 8.12 -
YUV 110.11 105.93 224.21 -
System Red Green Blue C M Y K H S L
Decimal 245 49 71 0 0.8 0.71 0.04 353.27 0.91 0.58
Hex F5 31 47 0 50 47 4 161 5B 3A
Octal 365 61 107 0 120 107 4 541 133 72
Binary 11110101 110001 1000111 0 1010000 1000111 100 101100001 1011011 111010

Color Harmonies of #F53147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53147

Black with #F53147

Text Example


Text Example

White with #F53147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53147; }

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

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

background-color css

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

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

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

border-color css

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

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

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