Html Css Color HEX #F72449 Amaranth

📋 copy color: '#F72449'

red 247 ◦ green 36 ◦ blue 73

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

Shades of Amaranth #F72449

Tints of Amaranth #F72449

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.11%

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

R = 69.38%
G = 10.11%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F72449 (or 0xF72449) is known color: Amaranth. HEX triplet: F7, 24 and 49. RGB value is (247,36,73). Sum of RGB (Red+Green+Blue) = 247+36+73=356 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.38% from 356); Green value is 36 (14.45% from 255 or 10.11% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 247 - color contains mainly: red. Hex color #F72449 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72449 is #08DBB6. Grayscale: #676767. Windows color (decimal): -580535 or 4793591. OLE color: 4793591.

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

Color convert

RGB 247 36 73 -
CMYK 0 0.85 0.70 0.03
HSL 349.48º 0.93% 0.55% -
HSV(B) 349.48º 0.85% 0.97% -
XYZ 40.19 21.52 8.34 -
YUV 103.31 110.9 230.49 -
System Red Green Blue C M Y K H S L
Decimal 247 36 73 0 0.85 0.70 0.03 349.48 0.93 0.55
Hex F7 24 49 0 55 46 3 15D 5D 37
Octal 367 44 111 0 125 106 3 535 135 67
Binary 11110111 100100 1001001 0 1010101 1000110 11 101011101 1011101 110111

Color Harmonies of #F72449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72449

Black with #F72449

Text Example


Text Example

White with #F72449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72449; }

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

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

background-color css

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

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

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

border-color css

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

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

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