Html Css Color HEX #F72B49 Amaranth

📋 copy color: '#F72B49'

red 247 ◦ green 43 ◦ blue 73

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

Shades of Amaranth #F72B49

Tints of Amaranth #F72B49

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.85%

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

R = 68.04%
G = 11.85%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F72B49 (or 0xF72B49) is known color: Amaranth. HEX triplet: F7, 2B and 49. RGB value is (247,43,73). Sum of RGB (Red+Green+Blue) = 247+43+73=363 (48% of max value = 765). Red value is 247 (96.88% from 255 or 68.04% from 363); Green value is 43 (17.19% from 255 or 11.85% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 247 - color contains mainly: red. Hex color #F72B49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72B49 is #08D4B6. Grayscale: #6B6B6B. Windows color (decimal): -578743 or 4795383. OLE color: 4795383.

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

Color convert

RGB 247 43 73 -
CMYK 0 0.83 0.70 0.03
HSL 351.18º 0.93% 0.57% -
HSV(B) 351.18º 0.83% 0.97% -
XYZ 40.42 21.98 8.42 -
YUV 107.42 108.59 227.56 -
System Red Green Blue C M Y K H S L
Decimal 247 43 73 0 0.83 0.70 0.03 351.18 0.93 0.57
Hex F7 2B 49 0 53 46 3 15F 5D 39
Octal 367 53 111 0 123 106 3 537 135 71
Binary 11110111 101011 1001001 0 1010011 1000110 11 101011111 1011101 111001

Color Harmonies of #F72B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72B49

Black with #F72B49

Text Example


Text Example

White with #F72B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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