Html Css Color HEX #F5324A Amaranth

📋 copy color: '#F5324A'

red 245 ◦ green 50 ◦ blue 74

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

Shades of Amaranth #F5324A

Tints of Amaranth #F5324A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.05%

R = 66.4%
G = 13.55%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F5324A (or 0xF5324A) is known color: Amaranth. HEX triplet: F5, 32 and 4A. RGB value is (245,50,74). Sum of RGB (Red+Green+Blue) = 245+50+74=369 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.40% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 245 - color contains mainly: red. Hex color #F5324A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5324A is #0ACDB5. Grayscale: #6F6F6F. Windows color (decimal): -708022 or 4862709. OLE color: 4862709.

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

Color convert

RGB 245 50 74 -
CMYK 0 0.80 0.70 0.04
HSL 352.62º 0.91% 0.58% -
HSV(B) 352.62º 0.8% 0.96% -
XYZ 40.03 22.19 8.65 -
YUV 111.04 107.1 223.55 -
System Red Green Blue C M Y K H S L
Decimal 245 50 74 0 0.80 0.70 0.04 352.62 0.91 0.58
Hex F5 32 4A 0 50 46 4 161 5B 3A
Octal 365 62 112 0 120 106 4 541 133 72
Binary 11110101 110010 1001010 0 1010000 1000110 100 101100001 1011011 111010

Color Harmonies of #F5324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5324A

Black with #F5324A

Text Example


Text Example

White with #F5324A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5324A; }

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

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

background-color css

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

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

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

border-color css

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

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

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