Html Css Color HEX #F72946 Amaranth

📋 copy color: '#F72946'

red 247 ◦ green 41 ◦ blue 70

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

Shades of Amaranth #F72946

Tints of Amaranth #F72946

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.45%

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

R = 68.99%
G = 11.45%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F72946 (or 0xF72946) is known color: Amaranth. HEX triplet: F7, 29 and 46. RGB value is (247,41,70). Sum of RGB (Red+Green+Blue) = 247+41+70=358 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.99% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 247 - color contains mainly: red. Hex color #F72946 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72946 is #08D6B9. Grayscale: #696969. Windows color (decimal): -579258 or 4598263. OLE color: 4598263.

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

Color convert

RGB 247 41 70 -
CMYK 0 0.83 0.72 0.03
HSL 351.55º 0.93% 0.56% -
HSV(B) 351.55º 0.83% 0.97% -
XYZ 40.26 21.8 7.88 -
YUV 105.9 107.75 228.64 -
System Red Green Blue C M Y K H S L
Decimal 247 41 70 0 0.83 0.72 0.03 351.55 0.93 0.56
Hex F7 29 46 0 53 48 3 160 5D 38
Octal 367 51 106 0 123 110 3 540 135 70
Binary 11110111 101001 1000110 0 1010011 1001000 11 101100000 1011101 111000

Color Harmonies of #F72946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72946

Black with #F72946

Text Example


Text Example

White with #F72946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72946; }

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

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

background-color css

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

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

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

border-color css

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

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

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