Html Css Color HEX #F4324D Amaranth

📋 copy color: '#F4324D'

red 244 ◦ green 50 ◦ blue 77

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

Shades of Amaranth #F4324D

Tints of Amaranth #F4324D

RGB

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

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

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

R = 65.77%
G = 13.48%
B = 20.75%

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

#F4324D (or 0xF4324D) is known color: Amaranth. HEX triplet: F4, 32 and 4D. RGB value is (244,50,77). Sum of RGB (Red+Green+Blue) = 244+50+77=371 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.77% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 244 - color contains mainly: red. Hex color #F4324D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4324D is #0BCDB2. Grayscale: #6F6F6F. Windows color (decimal): -773555 or 5059316. OLE color: 5059316.

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

Color convert

RGB 244 50 77 -
CMYK 0 0.80 0.68 0.04
HSL 351.65º 0.9% 0.58% -
HSV(B) 351.65º 0.8% 0.96% -
XYZ 39.79 22.05 9.18 -
YUV 111.08 108.77 222.8 -
System Red Green Blue C M Y K H S L
Decimal 244 50 77 0 0.80 0.68 0.04 351.65 0.9 0.58
Hex F4 32 4D 0 50 44 4 160 5A 3A
Octal 364 62 115 0 120 104 4 540 132 72
Binary 11110100 110010 1001101 0 1010000 1000100 100 101100000 1011010 111010

Color Harmonies of #F4324D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4324D

Black with #F4324D

Text Example


Text Example

White with #F4324D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4324D; }

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

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

background-color css

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

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

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

border-color css

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

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

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