Html Css Color HEX #F7314D Amaranth

📋 copy color: '#F7314D'

red 247 ◦ green 49 ◦ blue 77

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

Shades of Amaranth #F7314D

Tints of Amaranth #F7314D

RGB

 RED value IS 247 (96.88% from 255) = 66.22%

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

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

R = 66.22%
G = 13.14%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F7314D (or 0xF7314D) is known color: Amaranth. HEX triplet: F7, 31 and 4D. RGB value is (247,49,77). Sum of RGB (Red+Green+Blue) = 247+49+77=373 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.22% from 373); Green value is 49 (19.53% from 255 or 13.14% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 247 - color contains mainly: red. Hex color #F7314D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7314D is #08CEB2. Grayscale: #6F6F6F. Windows color (decimal): -577203 or 5059063. OLE color: 5059063.

HSL color Cylindrical-coordinate representation of color #F7314D: hue angle of 351.52º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F7314D is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 49 77 -
CMYK 0 0.80 0.69 0.03
HSL 351.52º 0.93% 0.58% -
HSV(B) 351.52º 0.8% 0.97% -
XYZ 40.8 22.51 9.22 -
YUV 111.39 108.6 224.72 -
System Red Green Blue C M Y K H S L
Decimal 247 49 77 0 0.80 0.69 0.03 351.52 0.93 0.58
Hex F7 31 4D 0 50 45 3 160 5D 3A
Octal 367 61 115 0 120 105 3 540 135 72
Binary 11110111 110001 1001101 0 1010000 1000101 11 101100000 1011101 111010

Color Harmonies of #F7314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7314D

Black with #F7314D

Text Example


Text Example

White with #F7314D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7314D; }

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

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

background-color css

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

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

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

border-color css

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

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

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