Html Css Color HEX #F52848 Amaranth

📋 copy color: '#F52848'

red 245 ◦ green 40 ◦ blue 72

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

Shades of Amaranth #F52848

Tints of Amaranth #F52848

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.2%

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

R = 68.63%
G = 11.2%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F52848 (or 0xF52848) is known color: Amaranth. HEX triplet: F5, 28 and 48. RGB value is (245,40,72). Sum of RGB (Red+Green+Blue) = 245+40+72=357 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.63% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 245 - color contains mainly: red. Hex color #F52848 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52848 is #0AD7B7. Grayscale: #696969. Windows color (decimal): -710584 or 4729077. OLE color: 4729077.

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

Color convert

RGB 245 40 72 -
CMYK 0 0.84 0.71 0.04
HSL 350.63º 0.91% 0.56% -
HSV(B) 350.63º 0.84% 0.96% -
XYZ 39.58 21.4 8.17 -
YUV 104.94 109.42 227.9 -
System Red Green Blue C M Y K H S L
Decimal 245 40 72 0 0.84 0.71 0.04 350.63 0.91 0.56
Hex F5 28 48 0 54 47 4 15F 5B 38
Octal 365 50 110 0 124 107 4 537 133 70
Binary 11110101 101000 1001000 0 1010100 1000111 100 101011111 1011011 111000

Color Harmonies of #F52848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52848

Black with #F52848

Text Example


Text Example

White with #F52848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52848; }

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

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

background-color css

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

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

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

border-color css

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

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

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