Html Css Color HEX #F70744 Torch Red

📋 copy color: '#F70744'

red 247 ◦ green 7 ◦ blue 68

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

Shades of Torch Red #F70744

Tints of Torch Red #F70744

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.17%

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

R = 76.71%
G = 2.17%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F70744 (or 0xF70744) is known color: Torch Red. HEX triplet: F7, 07 and 44. RGB value is (247,7,68). Sum of RGB (Red+Green+Blue) = 247+7+68=322 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.71% from 322); Green value is 7 (3.12% from 255 or 2.17% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 247 - color contains mainly: red. Hex color #F70744 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70744 is #08F8BB. Grayscale: #555555. Windows color (decimal): -587964 or 4458487. OLE color: 4458487.

HSL color Cylindrical-coordinate representation of color #F70744: hue angle of 344.75º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F70744 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 7 68 -
CMYK 0 0.97 0.72 0.03
HSL 344.75º 0.94% 0.5% -
HSV(B) 344.75º 0.97% 0.97% -
XYZ 39.48 20.34 7.31 -
YUV 85.71 118.01 243.04 -
System Red Green Blue C M Y K H S L
Decimal 247 7 68 0 0.97 0.72 0.03 344.75 0.94 0.5
Hex F7 7 44 0 61 48 3 159 5E 32
Octal 367 7 104 0 141 110 3 531 136 62
Binary 11110111 111 1000100 0 1100001 1001000 11 101011001 1011110 110010

Color Harmonies of #F70744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70744

Black with #F70744

Text Example


Text Example

White with #F70744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70744; }

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

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

background-color css

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

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

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

border-color css

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

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

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