Html Css Color HEX #F6314D Amaranth

📋 copy color: '#F6314D'

red 246 ◦ green 49 ◦ blue 77

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

Shades of Amaranth #F6314D

Tints of Amaranth #F6314D

RGB

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

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

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

R = 66.13%
G = 13.17%
B = 20.7%

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

#F6314D (or 0xF6314D) is known color: Amaranth. HEX triplet: F6, 31 and 4D. RGB value is (246,49,77). Sum of RGB (Red+Green+Blue) = 246+49+77=372 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.13% from 372); Green value is 49 (19.53% from 255 or 13.17% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 246 - color contains mainly: red. Hex color #F6314D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6314D is #09CEB2. Grayscale: #6F6F6F. Windows color (decimal): -642739 or 5059062. OLE color: 5059062.

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

Color convert

RGB 246 49 77 -
CMYK 0 0.80 0.69 0.04
HSL 351.47º 0.92% 0.58% -
HSV(B) 351.47º 0.8% 0.96% -
XYZ 40.44 22.33 9.2 -
YUV 111.1 108.77 224.22 -
System Red Green Blue C M Y K H S L
Decimal 246 49 77 0 0.80 0.69 0.04 351.47 0.92 0.58
Hex F6 31 4D 0 50 45 4 15F 5C 3A
Octal 366 61 115 0 120 105 4 537 134 72
Binary 11110110 110001 1001101 0 1010000 1000101 100 101011111 1011100 111010

Color Harmonies of #F6314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6314D

Black with #F6314D

Text Example


Text Example

White with #F6314D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6314D; }

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

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

background-color css

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

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

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

border-color css

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

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

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