Html Css Color HEX #F7224F Amaranth

📋 copy color: '#F7224F'

red 247 ◦ green 34 ◦ blue 79

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

Shades of Amaranth #F7224F

Tints of Amaranth #F7224F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.94%

R = 68.61%
G = 9.44%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F7224F (or 0xF7224F) is known color: Amaranth. HEX triplet: F7, 22 and 4F. RGB value is (247,34,79). Sum of RGB (Red+Green+Blue) = 247+34+79=360 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.61% from 360); Green value is 34 (13.67% from 255 or 9.44% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 247 - color contains mainly: red. Hex color #F7224F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7224F is #08DDB0. Grayscale: #666666. Windows color (decimal): -581041 or 5186295. OLE color: 5186295.

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

Color convert

RGB 247 34 79 -
CMYK 0 0.86 0.68 0.03
HSL 347.32º 0.93% 0.55% -
HSV(B) 347.32º 0.86% 0.97% -
XYZ 40.34 21.48 9.42 -
YUV 102.82 114.57 230.84 -
System Red Green Blue C M Y K H S L
Decimal 247 34 79 0 0.86 0.68 0.03 347.32 0.93 0.55
Hex F7 22 4F 0 56 44 3 15B 5D 37
Octal 367 42 117 0 126 104 3 533 135 67
Binary 11110111 100010 1001111 0 1010110 1000100 11 101011011 1011101 110111

Color Harmonies of #F7224F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7224F

Black with #F7224F

Text Example


Text Example

White with #F7224F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7224F; }

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

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

background-color css

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

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

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

border-color css

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

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

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