Html Css Color HEX #F73349 Amaranth

📋 copy color: '#F73349'

red 247 ◦ green 51 ◦ blue 73

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

Shades of Amaranth #F73349

Tints of Amaranth #F73349

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.75%

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

R = 66.58%
G = 13.75%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F73349 (or 0xF73349) is known color: Amaranth. HEX triplet: F7, 33 and 49. RGB value is (247,51,73). Sum of RGB (Red+Green+Blue) = 247+51+73=371 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.58% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 247 - color contains mainly: red. Hex color #F73349 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73349 is #08CCB6. Grayscale: #707070. Windows color (decimal): -576695 or 4797431. OLE color: 4797431.

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

Color convert

RGB 247 51 73 -
CMYK 0 0.79 0.70 0.03
HSL 353.27º 0.92% 0.58% -
HSV(B) 353.27º 0.79% 0.97% -
XYZ 40.74 22.62 8.52 -
YUV 112.11 105.93 224.21 -
System Red Green Blue C M Y K H S L
Decimal 247 51 73 0 0.79 0.70 0.03 353.27 0.92 0.58
Hex F7 33 49 0 4F 46 3 161 5C 3A
Octal 367 63 111 0 117 106 3 541 134 72
Binary 11110111 110011 1001001 0 1001111 1000110 11 101100001 1011100 111010

Color Harmonies of #F73349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73349

Black with #F73349

Text Example


Text Example

White with #F73349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73349; }

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

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

background-color css

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

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

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

border-color css

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

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

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