Html Css Color HEX #F72547 Amaranth

📋 copy color: '#F72547'

red 247 ◦ green 37 ◦ blue 71

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

Shades of Amaranth #F72547

Tints of Amaranth #F72547

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.42%

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

R = 69.58%
G = 10.42%
B = 20%

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

#F72547 (or 0xF72547) is known color: Amaranth. HEX triplet: F7, 25 and 47. RGB value is (247,37,71). Sum of RGB (Red+Green+Blue) = 247+37+71=355 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.58% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 71 (28.12% from 255 or 20% from 355); Max value from RGB is 247 - color contains mainly: red. Hex color #F72547 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72547 is #08DAB8. Grayscale: #676767. Windows color (decimal): -580281 or 4662775. OLE color: 4662775.

HSL color Cylindrical-coordinate representation of color #F72547: hue angle of 350.29º 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 #F72547 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 37 71 -
CMYK 0 0.85 0.71 0.03
HSL 350.29º 0.93% 0.56% -
HSV(B) 350.29º 0.85% 0.97% -
XYZ 40.16 21.55 8 -
YUV 103.67 109.57 230.24 -
System Red Green Blue C M Y K H S L
Decimal 247 37 71 0 0.85 0.71 0.03 350.29 0.93 0.56
Hex F7 25 47 0 55 47 3 15E 5D 38
Octal 367 45 107 0 125 107 3 536 135 70
Binary 11110111 100101 1000111 0 1010101 1000111 11 101011110 1011101 111000

Color Harmonies of #F72547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72547

Black with #F72547

Text Example


Text Example

White with #F72547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72547; }

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

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

background-color css

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

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

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

border-color css

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

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

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