Html Css Color HEX #F7224A Amaranth

📋 copy color: '#F7224A'

red 247 ◦ green 34 ◦ blue 74

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

Shades of Amaranth #F7224A

Tints of Amaranth #F7224A

RGB

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

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

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

R = 69.58%
G = 9.58%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F7224A (or 0xF7224A) is known color: Amaranth. HEX triplet: F7, 22 and 4A. RGB value is (247,34,74). Sum of RGB (Red+Green+Blue) = 247+34+74=355 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.58% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 247 - color contains mainly: red. Hex color #F7224A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7224A is #08DDB5. Grayscale: #666666. Windows color (decimal): -581046 or 4858615. OLE color: 4858615.

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

Color convert

RGB 247 34 74 -
CMYK 0 0.86 0.70 0.03
HSL 348.73º 0.93% 0.55% -
HSV(B) 348.73º 0.86% 0.97% -
XYZ 40.17 21.41 8.49 -
YUV 102.25 112.07 231.25 -
System Red Green Blue C M Y K H S L
Decimal 247 34 74 0 0.86 0.70 0.03 348.73 0.93 0.55
Hex F7 22 4A 0 56 46 3 15D 5D 37
Octal 367 42 112 0 126 106 3 535 135 67
Binary 11110111 100010 1001010 0 1010110 1000110 11 101011101 1011101 110111

Color Harmonies of #F7224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7224A

Black with #F7224A

Text Example


Text Example

White with #F7224A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7224A; }

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

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

background-color css

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

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

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

border-color css

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

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

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