Html Css Color HEX #F53848 Amaranth

📋 copy color: '#F53848'

red 245 ◦ green 56 ◦ blue 72

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

Shades of Amaranth #F53848

Tints of Amaranth #F53848

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.01%

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

R = 65.68%
G = 15.01%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F53848 (or 0xF53848) is known color: Amaranth. HEX triplet: F5, 38 and 48. RGB value is (245,56,72). Sum of RGB (Red+Green+Blue) = 245+56+72=373 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.68% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 245 - color contains mainly: red. Hex color #F53848 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53848 is #0AC7B7. Grayscale: #727272. Windows color (decimal): -706488 or 4733173. OLE color: 4733173.

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

Color convert

RGB 245 56 72 -
CMYK 0 0.77 0.71 0.04
HSL 354.92º 0.9% 0.59% -
HSV(B) 354.92º 0.77% 0.96% -
XYZ 40.24 22.71 8.39 -
YUV 114.34 104.12 221.2 -
System Red Green Blue C M Y K H S L
Decimal 245 56 72 0 0.77 0.71 0.04 354.92 0.9 0.59
Hex F5 38 48 0 4D 47 4 163 5A 3B
Octal 365 70 110 0 115 107 4 543 132 73
Binary 11110101 111000 1001000 0 1001101 1000111 100 101100011 1011010 111011

Color Harmonies of #F53848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53848

Black with #F53848

Text Example


Text Example

White with #F53848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53848; }

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

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

background-color css

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

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

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

border-color css

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

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

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