Html Css Color HEX #F73646 Amaranth

📋 copy color: '#F73646'

red 247 ◦ green 54 ◦ blue 70

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

Shades of Amaranth #F73646

Tints of Amaranth #F73646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.87%

R = 66.58%
G = 14.56%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F73646 (or 0xF73646) is known color: Amaranth. HEX triplet: F7, 36 and 46. RGB value is (247,54,70). Sum of RGB (Red+Green+Blue) = 247+54+70=371 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.58% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 247 - color contains mainly: red. Hex color #F73646 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73646 is #08C9B9. Grayscale: #717171. Windows color (decimal): -575930 or 4601591. OLE color: 4601591.

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

Color convert

RGB 247 54 70 -
CMYK 0 0.78 0.72 0.03
HSL 355.03º 0.92% 0.59% -
HSV(B) 355.03º 0.78% 0.97% -
XYZ 40.78 22.85 8.06 -
YUV 113.53 103.44 223.2 -
System Red Green Blue C M Y K H S L
Decimal 247 54 70 0 0.78 0.72 0.03 355.03 0.92 0.59
Hex F7 36 46 0 4E 48 3 163 5C 3B
Octal 367 66 106 0 116 110 3 543 134 73
Binary 11110111 110110 1000110 0 1001110 1001000 11 101100011 1011100 111011

Color Harmonies of #F73646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73646

Black with #F73646

Text Example


Text Example

White with #F73646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73646; }

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

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

background-color css

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

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

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

border-color css

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

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

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