Html Css Color HEX #F5324D Amaranth

📋 copy color: '#F5324D'

red 245 ◦ green 50 ◦ blue 77

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

Shades of Amaranth #F5324D

Tints of Amaranth #F5324D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.44%

 BLUE value IS 77 (30.47% from 255) = 20.7%

R = 65.86%
G = 13.44%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F5324D (or 0xF5324D) is known color: Amaranth. HEX triplet: F5, 32 and 4D. RGB value is (245,50,77). Sum of RGB (Red+Green+Blue) = 245+50+77=372 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.86% from 372); Green value is 50 (19.92% from 255 or 13.44% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 245 - color contains mainly: red. Hex color #F5324D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5324D is #0ACDB2. Grayscale: #6F6F6F. Windows color (decimal): -708019 or 5059317. OLE color: 5059317.

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

Color convert

RGB 245 50 77 -
CMYK 0 0.80 0.69 0.04
HSL 351.69º 0.91% 0.58% -
HSV(B) 351.69º 0.8% 0.96% -
XYZ 40.14 22.23 9.2 -
YUV 111.38 108.6 223.3 -
System Red Green Blue C M Y K H S L
Decimal 245 50 77 0 0.80 0.69 0.04 351.69 0.91 0.58
Hex F5 32 4D 0 50 45 4 160 5B 3A
Octal 365 62 115 0 120 105 4 540 133 72
Binary 11110101 110010 1001101 0 1010000 1000101 100 101100000 1011011 111010

Color Harmonies of #F5324D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5324D

Black with #F5324D

Text Example


Text Example

White with #F5324D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5324D; }

 p { color: rgb(245,50,77); }

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

background-color css

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

 a { background-color: rgb(245,50,77); }

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

border-color css

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

 span { border-color: rgb(245,50,77); }

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