Html Css Color HEX #F6314A Amaranth

📋 copy color: '#F6314A'

red 246 ◦ green 49 ◦ blue 74

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

Shades of Amaranth #F6314A

Tints of Amaranth #F6314A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.28%

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

R = 66.67%
G = 13.28%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F6314A (or 0xF6314A) is known color: Amaranth. HEX triplet: F6, 31 and 4A. RGB value is (246,49,74). Sum of RGB (Red+Green+Blue) = 246+49+74=369 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.67% from 369); Green value is 49 (19.53% from 255 or 13.28% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 246 - color contains mainly: red. Hex color #F6314A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6314A is #09CEB5. Grayscale: #6E6E6E. Windows color (decimal): -642742 or 4862454. OLE color: 4862454.

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

Color convert

RGB 246 49 74 -
CMYK 0 0.80 0.70 0.04
HSL 352.39º 0.92% 0.58% -
HSV(B) 352.39º 0.8% 0.96% -
XYZ 40.34 22.28 8.65 -
YUV 110.75 107.27 224.47 -
System Red Green Blue C M Y K H S L
Decimal 246 49 74 0 0.80 0.70 0.04 352.39 0.92 0.58
Hex F6 31 4A 0 50 46 4 160 5C 3A
Octal 366 61 112 0 120 106 4 540 134 72
Binary 11110110 110001 1001010 0 1010000 1000110 100 101100000 1011100 111010

Color Harmonies of #F6314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6314A

Black with #F6314A

Text Example


Text Example

White with #F6314A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6314A; }

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

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

background-color css

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

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

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

border-color css

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

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

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