Html Css Color HEX #F72344 Amaranth

📋 copy color: '#F72344'

red 247 ◦ green 35 ◦ blue 68

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

Shades of Amaranth #F72344

Tints of Amaranth #F72344

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10%

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

R = 70.57%
G = 10%
B = 19.43%

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

#F72344 (or 0xF72344) is known color: Amaranth. HEX triplet: F7, 23 and 44. RGB value is (247,35,68). Sum of RGB (Red+Green+Blue) = 247+35+68=350 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.57% from 350); Green value is 35 (14.06% from 255 or 10% from 350); Blue value is 68 (26.95% from 255 or 19.43% from 350); Max value from RGB is 247 - color contains mainly: red. Hex color #F72344 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72344 is #08DCBB. Grayscale: #666666. Windows color (decimal): -580796 or 4465655. OLE color: 4465655.

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

Color convert

RGB 247 35 68 -
CMYK 0 0.86 0.72 0.03
HSL 350.66º 0.93% 0.55% -
HSV(B) 350.66º 0.86% 0.97% -
XYZ 40 21.39 7.49 -
YUV 102.15 108.74 231.32 -
System Red Green Blue C M Y K H S L
Decimal 247 35 68 0 0.86 0.72 0.03 350.66 0.93 0.55
Hex F7 23 44 0 56 48 3 15F 5D 37
Octal 367 43 104 0 126 110 3 537 135 67
Binary 11110111 100011 1000100 0 1010110 1001000 11 101011111 1011101 110111

Color Harmonies of #F72344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72344

Black with #F72344

Text Example


Text Example

White with #F72344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72344; }

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

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

background-color css

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

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

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

border-color css

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

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

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