Html Css Color HEX #F73049 Amaranth

📋 copy color: '#F73049'

red 247 ◦ green 48 ◦ blue 73

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

Shades of Amaranth #F73049

Tints of Amaranth #F73049

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.04%

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

R = 67.12%
G = 13.04%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F73049 (or 0xF73049) is known color: Amaranth. HEX triplet: F7, 30 and 49. RGB value is (247,48,73). Sum of RGB (Red+Green+Blue) = 247+48+73=368 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.12% from 368); Green value is 48 (19.14% from 255 or 13.04% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 247 - color contains mainly: red. Hex color #F73049 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73049 is #08CFB6. Grayscale: #6E6E6E. Windows color (decimal): -577463 or 4796663. OLE color: 4796663.

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

Color convert

RGB 247 48 73 -
CMYK 0 0.81 0.70 0.03
HSL 352.46º 0.93% 0.58% -
HSV(B) 352.46º 0.81% 0.97% -
XYZ 40.62 22.37 8.48 -
YUV 110.35 106.93 225.47 -
System Red Green Blue C M Y K H S L
Decimal 247 48 73 0 0.81 0.70 0.03 352.46 0.93 0.58
Hex F7 30 49 0 51 46 3 160 5D 3A
Octal 367 60 111 0 121 106 3 540 135 72
Binary 11110111 110000 1001001 0 1010001 1000110 11 101100000 1011101 111010

Color Harmonies of #F73049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73049

Black with #F73049

Text Example


Text Example

White with #F73049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73049; }

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

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

background-color css

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

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

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

border-color css

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

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

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