Html Css Color HEX #F72746 Amaranth

📋 copy color: '#F72746'

red 247 ◦ green 39 ◦ blue 70

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

Shades of Amaranth #F72746

Tints of Amaranth #F72746

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.96%

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

R = 69.38%
G = 10.96%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F72746 (or 0xF72746) is known color: Amaranth. HEX triplet: F7, 27 and 46. RGB value is (247,39,70). Sum of RGB (Red+Green+Blue) = 247+39+70=356 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.38% from 356); Green value is 39 (15.62% from 255 or 10.96% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 247 - color contains mainly: red. Hex color #F72746 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72746 is #08D8B9. Grayscale: #686868. Windows color (decimal): -579770 or 4597751. OLE color: 4597751.

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

Color convert

RGB 247 39 70 -
CMYK 0 0.84 0.72 0.03
HSL 351.06º 0.93% 0.56% -
HSV(B) 351.06º 0.84% 0.97% -
XYZ 40.19 21.67 7.86 -
YUV 104.73 108.41 229.48 -
System Red Green Blue C M Y K H S L
Decimal 247 39 70 0 0.84 0.72 0.03 351.06 0.93 0.56
Hex F7 27 46 0 54 48 3 15F 5D 38
Octal 367 47 106 0 124 110 3 537 135 70
Binary 11110111 100111 1000110 0 1010100 1001000 11 101011111 1011101 111000

Color Harmonies of #F72746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72746

Black with #F72746

Text Example


Text Example

White with #F72746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72746; }

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

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

background-color css

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

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

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

border-color css

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

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

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