Html Css Color HEX #F72049 Amaranth

📋 copy color: '#F72049'

red 247 ◦ green 32 ◦ blue 73

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

Shades of Amaranth #F72049

Tints of Amaranth #F72049

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.09%

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

R = 70.17%
G = 9.09%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F72049 (or 0xF72049) is known color: Amaranth. HEX triplet: F7, 20 and 49. RGB value is (247,32,73). Sum of RGB (Red+Green+Blue) = 247+32+73=352 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.17% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 247 - color contains mainly: red. Hex color #F72049 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72049 is #08DFB6. Grayscale: #656565. Windows color (decimal): -581559 or 4792567. OLE color: 4792567.

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

Color convert

RGB 247 32 73 -
CMYK 0 0.87 0.70 0.03
HSL 348.56º 0.93% 0.55% -
HSV(B) 348.56º 0.87% 0.97% -
XYZ 40.08 21.29 8.3 -
YUV 100.96 112.23 232.17 -
System Red Green Blue C M Y K H S L
Decimal 247 32 73 0 0.87 0.70 0.03 348.56 0.93 0.55
Hex F7 20 49 0 57 46 3 15D 5D 37
Octal 367 40 111 0 127 106 3 535 135 67
Binary 11110111 100000 1001001 0 1010111 1000110 11 101011101 1011101 110111

Color Harmonies of #F72049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72049

Black with #F72049

Text Example


Text Example

White with #F72049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72049; }

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

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

background-color css

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

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

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

border-color css

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

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

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