Html Css Color HEX #F7324A Amaranth

📋 copy color: '#F7324A'

red 247 ◦ green 50 ◦ blue 74

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

Shades of Amaranth #F7324A

Tints of Amaranth #F7324A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.48%

 BLUE value IS 74 (29.3% from 255) = 19.95%

R = 66.58%
G = 13.48%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F7324A (or 0xF7324A) is known color: Amaranth. HEX triplet: F7, 32 and 4A. RGB value is (247,50,74). Sum of RGB (Red+Green+Blue) = 247+50+74=371 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.58% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 247 - color contains mainly: red. Hex color #F7324A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7324A is #08CDB5. Grayscale: #6F6F6F. Windows color (decimal): -576950 or 4862711. OLE color: 4862711.

HSL color Cylindrical-coordinate representation of color #F7324A: hue angle of 352.69º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F7324A is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 50 74 -
CMYK 0 0.80 0.70 0.03
HSL 352.69º 0.92% 0.58% -
HSV(B) 352.69º 0.8% 0.97% -
XYZ 40.73 22.55 8.68 -
YUV 111.64 106.77 224.55 -
System Red Green Blue C M Y K H S L
Decimal 247 50 74 0 0.80 0.70 0.03 352.69 0.92 0.58
Hex F7 32 4A 0 50 46 3 161 5C 3A
Octal 367 62 112 0 120 106 3 541 134 72
Binary 11110111 110010 1001010 0 1010000 1000110 11 101100001 1011100 111010

Color Harmonies of #F7324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7324A

Black with #F7324A

Text Example


Text Example

White with #F7324A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7324A; }

 p { color: rgb(247,50,74); }

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

background-color css

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

 a { background-color: rgb(247,50,74); }

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

border-color css

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

 span { border-color: rgb(247,50,74); }

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