Html Css Color HEX #F53648 Amaranth

📋 copy color: '#F53648'

red 245 ◦ green 54 ◦ blue 72

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

Shades of Amaranth #F53648

Tints of Amaranth #F53648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.41%

R = 66.04%
G = 14.56%
B = 19.41%

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

#F53648 (or 0xF53648) is known color: Amaranth. HEX triplet: F5, 36 and 48. RGB value is (245,54,72). Sum of RGB (Red+Green+Blue) = 245+54+72=371 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.04% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 245 - color contains mainly: red. Hex color #F53648 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53648 is #0AC9B7. Grayscale: #717171. Windows color (decimal): -707000 or 4732661. OLE color: 4732661.

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

Color convert

RGB 245 54 72 -
CMYK 0 0.78 0.71 0.04
HSL 354.35º 0.91% 0.59% -
HSV(B) 354.35º 0.78% 0.96% -
XYZ 40.15 22.52 8.36 -
YUV 113.16 104.78 222.04 -
System Red Green Blue C M Y K H S L
Decimal 245 54 72 0 0.78 0.71 0.04 354.35 0.91 0.59
Hex F5 36 48 0 4E 47 4 162 5B 3B
Octal 365 66 110 0 116 107 4 542 133 73
Binary 11110101 110110 1001000 0 1001110 1000111 100 101100010 1011011 111011

Color Harmonies of #F53648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53648

Black with #F53648

Text Example


Text Example

White with #F53648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53648; }

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

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

background-color css

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

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

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

border-color css

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

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

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