Html Css Color HEX #F53C48 Amaranth

📋 copy color: '#F53C48'

red 245 ◦ green 60 ◦ blue 72

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

Shades of Amaranth #F53C48

Tints of Amaranth #F53C48

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.92%

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

R = 64.99%
G = 15.92%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F53C48 (or 0xF53C48) is known color: Amaranth. HEX triplet: F5, 3C and 48. RGB value is (245,60,72). Sum of RGB (Red+Green+Blue) = 245+60+72=377 (49% of max value = 765). Red value is 245 (96.09% from 255 or 64.99% from 377); Green value is 60 (23.83% from 255 or 15.92% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 245 - color contains mainly: red. Hex color #F53C48 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53C48 is #0AC3B7. Grayscale: #747474. Windows color (decimal): -705464 or 4734197. OLE color: 4734197.

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

Color convert

RGB 245 60 72 -
CMYK 0 0.76 0.71 0.04
HSL 356.11º 0.9% 0.6% -
HSV(B) 356.11º 0.76% 0.96% -
XYZ 40.44 23.11 8.46 -
YUV 116.68 102.79 219.52 -
System Red Green Blue C M Y K H S L
Decimal 245 60 72 0 0.76 0.71 0.04 356.11 0.9 0.6
Hex F5 3C 48 0 4C 47 4 164 5A 3C
Octal 365 74 110 0 114 107 4 544 132 74
Binary 11110101 111100 1001000 0 1001100 1000111 100 101100100 1011010 111100

Color Harmonies of #F53C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53C48

Black with #F53C48

Text Example


Text Example

White with #F53C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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