Html Css Color HEX #F6364A Amaranth

📋 copy color: '#F6364A'

red 246 ◦ green 54 ◦ blue 74

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

Shades of Amaranth #F6364A

Tints of Amaranth #F6364A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.44%

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

R = 65.78%
G = 14.44%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F6364A (or 0xF6364A) is known color: Amaranth. HEX triplet: F6, 36 and 4A. RGB value is (246,54,74). Sum of RGB (Red+Green+Blue) = 246+54+74=374 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.78% from 374); Green value is 54 (21.48% from 255 or 14.44% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 246 - color contains mainly: red. Hex color #F6364A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6364A is #09C9B5. Grayscale: #717171. Windows color (decimal): -641462 or 4863734. OLE color: 4863734.

HSL color Cylindrical-coordinate representation of color #F6364A: hue angle of 353.75º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F6364A is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 54 74 -
CMYK 0 0.78 0.70 0.04
HSL 353.75º 0.91% 0.59% -
HSV(B) 353.75º 0.78% 0.96% -
XYZ 40.56 22.73 8.73 -
YUV 113.69 105.61 222.37 -
System Red Green Blue C M Y K H S L
Decimal 246 54 74 0 0.78 0.70 0.04 353.75 0.91 0.59
Hex F6 36 4A 0 4E 46 4 162 5B 3B
Octal 366 66 112 0 116 106 4 542 133 73
Binary 11110110 110110 1001010 0 1001110 1000110 100 101100010 1011011 111011

Color Harmonies of #F6364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6364A

Black with #F6364A

Text Example


Text Example

White with #F6364A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6364A; }

 p { color: rgb(246,54,74); }

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

background-color css

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

 a { background-color: rgb(246,54,74); }

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

border-color css

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

 span { border-color: rgb(246,54,74); }

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