Html Css Color HEX #F7024A Torch Red

📋 copy color: '#F7024A'

red 247 ◦ green 2 ◦ blue 74

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

Shades of Torch Red #F7024A

Tints of Torch Red #F7024A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.62%

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

R = 76.47%
G = 0.62%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F7024A (or 0xF7024A) is known color: Torch Red. HEX triplet: F7, 02 and 4A. RGB value is (247,2,74). Sum of RGB (Red+Green+Blue) = 247+2+74=323 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.47% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 247 - color contains mainly: red. Hex color #F7024A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7024A is #08FDB5. Grayscale: #535353. Windows color (decimal): -589238 or 4850423. OLE color: 4850423.

HSL color Cylindrical-coordinate representation of color #F7024A: hue angle of 342.37º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F7024A is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 2 74 -
CMYK 0 0.99 0.70 0.03
HSL 342.37º 0.98% 0.49% -
HSV(B) 342.37º 0.99% 0.97% -
XYZ 39.62 20.31 8.31 -
YUV 83.46 122.67 244.65 -
System Red Green Blue C M Y K H S L
Decimal 247 2 74 0 0.99 0.70 0.03 342.37 0.98 0.49
Hex F7 2 4A 0 63 46 3 156 62 31
Octal 367 2 112 0 143 106 3 526 142 61
Binary 11110111 10 1001010 0 1100011 1000110 11 101010110 1100010 110001

Color Harmonies of #F7024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7024A

Black with #F7024A

Text Example


Text Example

White with #F7024A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7024A; }

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

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

background-color css

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

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

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

border-color css

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

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

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