Html Css Color HEX #F72446 Amaranth

📋 copy color: '#F72446'

red 247 ◦ green 36 ◦ blue 70

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

Shades of Amaranth #F72446

Tints of Amaranth #F72446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.83%

R = 69.97%
G = 10.2%
B = 19.83%

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

#F72446 (or 0xF72446) is known color: Amaranth. HEX triplet: F7, 24 and 46. RGB value is (247,36,70). Sum of RGB (Red+Green+Blue) = 247+36+70=353 (46% of max value = 765). Red value is 247 (96.88% from 255 or 69.97% from 353); Green value is 36 (14.45% from 255 or 10.20% from 353); Blue value is 70 (27.73% from 255 or 19.83% from 353); Max value from RGB is 247 - color contains mainly: red. Hex color #F72446 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72446 is #08DBB9. Grayscale: #676767. Windows color (decimal): -580538 or 4596983. OLE color: 4596983.

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

Color convert

RGB 247 36 70 -
CMYK 0 0.85 0.72 0.03
HSL 350.33º 0.93% 0.55% -
HSV(B) 350.33º 0.85% 0.97% -
XYZ 40.09 21.48 7.83 -
YUV 102.97 109.4 230.74 -
System Red Green Blue C M Y K H S L
Decimal 247 36 70 0 0.85 0.72 0.03 350.33 0.93 0.55
Hex F7 24 46 0 55 48 3 15E 5D 37
Octal 367 44 106 0 125 110 3 536 135 67
Binary 11110111 100100 1000110 0 1010101 1001000 11 101011110 1011101 110111

Color Harmonies of #F72446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72446

Black with #F72446

Text Example


Text Example

White with #F72446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72446; }

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

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

background-color css

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

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

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

border-color css

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

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

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