Html Css Color HEX #F72544 Amaranth

📋 copy color: '#F72544'

red 247 ◦ green 37 ◦ blue 68

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

Shades of Amaranth #F72544

Tints of Amaranth #F72544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.32%

R = 70.17%
G = 10.51%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F72544 (or 0xF72544) is known color: Amaranth. HEX triplet: F7, 25 and 44. RGB value is (247,37,68). Sum of RGB (Red+Green+Blue) = 247+37+68=352 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.17% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 247 - color contains mainly: red. Hex color #F72544 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72544 is #08DABB. Grayscale: #676767. Windows color (decimal): -580284 or 4466167. OLE color: 4466167.

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

Color convert

RGB 247 37 68 -
CMYK 0 0.85 0.72 0.03
HSL 351.14º 0.93% 0.56% -
HSV(B) 351.14º 0.85% 0.97% -
XYZ 40.06 21.51 7.51 -
YUV 103.32 108.07 230.48 -
System Red Green Blue C M Y K H S L
Decimal 247 37 68 0 0.85 0.72 0.03 351.14 0.93 0.56
Hex F7 25 44 0 55 48 3 15F 5D 38
Octal 367 45 104 0 125 110 3 537 135 70
Binary 11110111 100101 1000100 0 1010101 1001000 11 101011111 1011101 111000

Color Harmonies of #F72544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72544

Black with #F72544

Text Example


Text Example

White with #F72544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72544; }

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

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

background-color css

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

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

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

border-color css

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

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

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