Html Css Color HEX #F7314C Amaranth

📋 copy color: '#F7314C'

red 247 ◦ green 49 ◦ blue 76

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

Shades of Amaranth #F7314C

Tints of Amaranth #F7314C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.43%

R = 66.4%
G = 13.17%
B = 20.43%

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

#F7314C (or 0xF7314C) is known color: Amaranth. HEX triplet: F7, 31 and 4C. RGB value is (247,49,76). Sum of RGB (Red+Green+Blue) = 247+49+76=372 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.40% from 372); Green value is 49 (19.53% from 255 or 13.17% from 372); Blue value is 76 (30.08% from 255 or 20.43% from 372); Max value from RGB is 247 - color contains mainly: red. Hex color #F7314C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7314C is #08CEB3. Grayscale: #6F6F6F. Windows color (decimal): -577204 or 4993527. OLE color: 4993527.

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

Color convert

RGB 247 49 76 -
CMYK 0 0.80 0.69 0.03
HSL 351.82º 0.93% 0.58% -
HSV(B) 351.82º 0.8% 0.97% -
XYZ 40.76 22.49 9.03 -
YUV 111.28 108.1 224.8 -
System Red Green Blue C M Y K H S L
Decimal 247 49 76 0 0.80 0.69 0.03 351.82 0.93 0.58
Hex F7 31 4C 0 50 45 3 160 5D 3A
Octal 367 61 114 0 120 105 3 540 135 72
Binary 11110111 110001 1001100 0 1010000 1000101 11 101100000 1011101 111010

Color Harmonies of #F7314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7314C

Black with #F7314C

Text Example


Text Example

White with #F7314C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7314C; }

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

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

background-color css

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

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

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

border-color css

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

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

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