Html Css Color HEX #F5324F Amaranth

📋 copy color: '#F5324F'

red 245 ◦ green 50 ◦ blue 79

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

Shades of Amaranth #F5324F

Tints of Amaranth #F5324F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.12%

R = 65.51%
G = 13.37%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F5324F (or 0xF5324F) is known color: Amaranth. HEX triplet: F5, 32 and 4F. RGB value is (245,50,79). Sum of RGB (Red+Green+Blue) = 245+50+79=374 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.51% from 374); Green value is 50 (19.92% from 255 or 13.37% from 374); Blue value is 79 (31.25% from 255 or 21.12% from 374); Max value from RGB is 245 - color contains mainly: red. Hex color #F5324F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5324F is #0ACDB0. Grayscale: #6F6F6F. Windows color (decimal): -708017 or 5190389. OLE color: 5190389.

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

Color convert

RGB 245 50 79 -
CMYK 0 0.80 0.68 0.04
HSL 351.08º 0.91% 0.58% -
HSV(B) 351.08º 0.8% 0.96% -
XYZ 40.21 22.26 9.57 -
YUV 111.61 109.6 223.14 -
System Red Green Blue C M Y K H S L
Decimal 245 50 79 0 0.80 0.68 0.04 351.08 0.91 0.58
Hex F5 32 4F 0 50 44 4 15F 5B 3A
Octal 365 62 117 0 120 104 4 537 133 72
Binary 11110101 110010 1001111 0 1010000 1000100 100 101011111 1011011 111010

Color Harmonies of #F5324F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5324F

Black with #F5324F

Text Example


Text Example

White with #F5324F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5324F; }

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

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

background-color css

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

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

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

border-color css

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

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

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