Html Css Color HEX #F73649 Amaranth

📋 copy color: '#F73649'

red 247 ◦ green 54 ◦ blue 73

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

Shades of Amaranth #F73649

Tints of Amaranth #F73649

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.44%

 BLUE value IS 73 (28.91% from 255) = 19.52%

R = 66.04%
G = 14.44%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F73649 (or 0xF73649) is known color: Amaranth. HEX triplet: F7, 36 and 49. RGB value is (247,54,73). Sum of RGB (Red+Green+Blue) = 247+54+73=374 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.04% from 374); Green value is 54 (21.48% from 255 or 14.44% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 247 - color contains mainly: red. Hex color #F73649 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73649 is #08C9B6. Grayscale: #717171. Windows color (decimal): -575927 or 4798199. OLE color: 4798199.

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

Color convert

RGB 247 54 73 -
CMYK 0 0.78 0.70 0.03
HSL 354.09º 0.92% 0.59% -
HSV(B) 354.09º 0.78% 0.97% -
XYZ 40.88 22.89 8.57 -
YUV 113.87 104.94 222.96 -
System Red Green Blue C M Y K H S L
Decimal 247 54 73 0 0.78 0.70 0.03 354.09 0.92 0.59
Hex F7 36 49 0 4E 46 3 162 5C 3B
Octal 367 66 111 0 116 106 3 542 134 73
Binary 11110111 110110 1001001 0 1001110 1000110 11 101100010 1011100 111011

Color Harmonies of #F73649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73649

Black with #F73649

Text Example


Text Example

White with #F73649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73649; }

 p { color: rgb(247,54,73); }

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

background-color css

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

 a { background-color: rgb(247,54,73); }

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

border-color css

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

 span { border-color: rgb(247,54,73); }

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