Html Css Color HEX #F6324D Amaranth

📋 copy color: '#F6324D'

red 246 ◦ green 50 ◦ blue 77

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

Shades of Amaranth #F6324D

Tints of Amaranth #F6324D

RGB

 RED value IS 246 (96.48% from 255) = 65.95%

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

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

R = 65.95%
G = 13.4%
B = 20.64%

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

#F6324D (or 0xF6324D) is known color: Amaranth. HEX triplet: F6, 32 and 4D. RGB value is (246,50,77). Sum of RGB (Red+Green+Blue) = 246+50+77=373 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.95% from 373); Green value is 50 (19.92% from 255 or 13.40% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 246 - color contains mainly: red. Hex color #F6324D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6324D is #09CDB2. Grayscale: #6F6F6F. Windows color (decimal): -642483 or 5059318. OLE color: 5059318.

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

Color convert

RGB 246 50 77 -
CMYK 0 0.80 0.69 0.04
HSL 351.73º 0.92% 0.58% -
HSV(B) 351.73º 0.8% 0.96% -
XYZ 40.49 22.41 9.21 -
YUV 111.68 108.43 223.8 -
System Red Green Blue C M Y K H S L
Decimal 246 50 77 0 0.80 0.69 0.04 351.73 0.92 0.58
Hex F6 32 4D 0 50 45 4 160 5C 3A
Octal 366 62 115 0 120 105 4 540 134 72
Binary 11110110 110010 1001101 0 1010000 1000101 100 101100000 1011100 111010

Color Harmonies of #F6324D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6324D

Black with #F6324D

Text Example


Text Example

White with #F6324D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6324D; }

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

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

background-color css

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

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

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

border-color css

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

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

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