Html Css Color HEX #F72246 Amaranth

📋 copy color: '#F72246'

red 247 ◦ green 34 ◦ blue 70

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

Shades of Amaranth #F72246

Tints of Amaranth #F72246

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.69%

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

R = 70.37%
G = 9.69%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F72246 (or 0xF72246) is known color: Amaranth. HEX triplet: F7, 22 and 46. RGB value is (247,34,70). Sum of RGB (Red+Green+Blue) = 247+34+70=351 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.37% from 351); Green value is 34 (13.67% from 255 or 9.69% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 247 - color contains mainly: red. Hex color #F72246 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72246 is #08DDB9. Grayscale: #656565. Windows color (decimal): -581050 or 4596471. OLE color: 4596471.

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

Color convert

RGB 247 34 70 -
CMYK 0 0.86 0.72 0.03
HSL 349.86º 0.93% 0.55% -
HSV(B) 349.86º 0.86% 0.97% -
XYZ 40.04 21.36 7.81 -
YUV 101.79 110.07 231.57 -
System Red Green Blue C M Y K H S L
Decimal 247 34 70 0 0.86 0.72 0.03 349.86 0.93 0.55
Hex F7 22 46 0 56 48 3 15E 5D 37
Octal 367 42 106 0 126 110 3 536 135 67
Binary 11110111 100010 1000110 0 1010110 1001000 11 101011110 1011101 110111

Color Harmonies of #F72246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72246

Black with #F72246

Text Example


Text Example

White with #F72246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72246; }

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

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

background-color css

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

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

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

border-color css

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

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

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