Html Css Color HEX #F73747 Amaranth

📋 copy color: '#F73747'

red 247 ◦ green 55 ◦ blue 71

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

Shades of Amaranth #F73747

Tints of Amaranth #F73747

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.75%

 BLUE value IS 71 (28.13% from 255) = 19.03%

R = 66.22%
G = 14.75%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#F73747 (or 0xF73747) is known color: Amaranth. HEX triplet: F7, 37 and 47. RGB value is (247,55,71). Sum of RGB (Red+Green+Blue) = 247+55+71=373 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.22% from 373); Green value is 55 (21.88% from 255 or 14.75% from 373); Blue value is 71 (28.12% from 255 or 19.03% from 373); Max value from RGB is 247 - color contains mainly: red. Hex color #F73747 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73747 is #08C8B8. Grayscale: #727272. Windows color (decimal): -575673 or 4667383. OLE color: 4667383.

HSL color Cylindrical-coordinate representation of color #F73747: hue angle of 355º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F73747 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 55 71 -
CMYK 0 0.78 0.71 0.03
HSL 355º 0.92% 0.59% -
HSV(B) 355º 0.78% 0.97% -
XYZ 40.86 22.96 8.24 -
YUV 114.23 103.61 222.7 -
System Red Green Blue C M Y K H S L
Decimal 247 55 71 0 0.78 0.71 0.03 355 0.92 0.59
Hex F7 37 47 0 4E 47 3 163 5C 3B
Octal 367 67 107 0 116 107 3 543 134 73
Binary 11110111 110111 1000111 0 1001110 1000111 11 101100011 1011100 111011

Color Harmonies of #F73747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73747

Black with #F73747

Text Example


Text Example

White with #F73747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73747; }

 p { color: rgb(247,55,71); }

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

background-color css

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

 a { background-color: rgb(247,55,71); }

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

border-color css

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

 span { border-color: rgb(247,55,71); }

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