Html Css Color HEX #F72647 Amaranth

📋 copy color: '#F72647'

red 247 ◦ green 38 ◦ blue 71

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

Shades of Amaranth #F72647

Tints of Amaranth #F72647

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.67%

 BLUE value IS 71 (28.13% from 255) = 19.94%

R = 69.38%
G = 10.67%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#F72647 (or 0xF72647) is known color: Amaranth. HEX triplet: F7, 26 and 47. RGB value is (247,38,71). Sum of RGB (Red+Green+Blue) = 247+38+71=356 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.38% from 356); Green value is 38 (15.23% from 255 or 10.67% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 247 - color contains mainly: red. Hex color #F72647 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72647 is #08D9B8. Grayscale: #686868. Windows color (decimal): -580025 or 4663031. OLE color: 4663031.

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

Color convert

RGB 247 38 71 -
CMYK 0 0.85 0.71 0.03
HSL 350.53º 0.93% 0.56% -
HSV(B) 350.53º 0.85% 0.97% -
XYZ 40.19 21.62 8.02 -
YUV 104.25 109.24 229.82 -
System Red Green Blue C M Y K H S L
Decimal 247 38 71 0 0.85 0.71 0.03 350.53 0.93 0.56
Hex F7 26 47 0 55 47 3 15F 5D 38
Octal 367 46 107 0 125 107 3 537 135 70
Binary 11110111 100110 1000111 0 1010101 1000111 11 101011111 1011101 111000

Color Harmonies of #F72647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72647

Black with #F72647

Text Example


Text Example

White with #F72647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72647; }

 p { color: rgb(247,38,71); }

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

background-color css

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

 a { background-color: rgb(247,38,71); }

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

border-color css

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

 span { border-color: rgb(247,38,71); }

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