Html Css Color HEX #F4324F Amaranth

📋 copy color: '#F4324F'

red 244 ◦ green 50 ◦ blue 79

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

Shades of Amaranth #F4324F

Tints of Amaranth #F4324F

RGB

 RED value IS 244 (95.7% from 255) = 65.42%

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

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

R = 65.42%
G = 13.4%
B = 21.18%

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

#F4324F (or 0xF4324F) is known color: Amaranth. HEX triplet: F4, 32 and 4F. RGB value is (244,50,79). Sum of RGB (Red+Green+Blue) = 244+50+79=373 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.42% from 373); Green value is 50 (19.92% from 255 or 13.40% from 373); Blue value is 79 (31.25% from 255 or 21.18% from 373); Max value from RGB is 244 - color contains mainly: red. Hex color #F4324F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4324F is #0BCDB0. Grayscale: #6F6F6F. Windows color (decimal): -773553 or 5190388. OLE color: 5190388.

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

Color convert

RGB 244 50 79 -
CMYK 0 0.80 0.68 0.04
HSL 351.03º 0.9% 0.58% -
HSV(B) 351.03º 0.8% 0.96% -
XYZ 39.86 22.08 9.56 -
YUV 111.31 109.77 222.64 -
System Red Green Blue C M Y K H S L
Decimal 244 50 79 0 0.80 0.68 0.04 351.03 0.9 0.58
Hex F4 32 4F 0 50 44 4 15F 5A 3A
Octal 364 62 117 0 120 104 4 537 132 72
Binary 11110100 110010 1001111 0 1010000 1000100 100 101011111 1011010 111010

Color Harmonies of #F4324F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4324F

Black with #F4324F

Text Example


Text Example

White with #F4324F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4324F; }

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

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

background-color css

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

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

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

border-color css

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

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

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