Html Css Color HEX #F70949 Torch Red

📋 copy color: '#F70949'

red 247 ◦ green 9 ◦ blue 73

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

Shades of Torch Red #F70949

Tints of Torch Red #F70949

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.74%

 BLUE value IS 73 (28.91% from 255) = 22.19%

R = 75.08%
G = 2.74%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F70949 (or 0xF70949) is known color: Torch Red. HEX triplet: F7, 09 and 49. RGB value is (247,9,73). Sum of RGB (Red+Green+Blue) = 247+9+73=329 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.08% from 329); Green value is 9 (3.91% from 255 or 2.74% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 247 - color contains mainly: red. Hex color #F70949 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70949 is #08F6B6. Grayscale: #575757. Windows color (decimal): -587447 or 4786679. OLE color: 4786679.

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

Color convert

RGB 247 9 73 -
CMYK 0 0.96 0.70 0.03
HSL 343.87º 0.94% 0.5% -
HSV(B) 343.87º 0.96% 0.97% -
XYZ 39.66 20.45 8.16 -
YUV 87.46 119.85 241.8 -
System Red Green Blue C M Y K H S L
Decimal 247 9 73 0 0.96 0.70 0.03 343.87 0.94 0.5
Hex F7 9 49 0 60 46 3 158 5E 32
Octal 367 11 111 0 140 106 3 530 136 62
Binary 11110111 1001 1001001 0 1100000 1000110 11 101011000 1011110 110010

Color Harmonies of #F70949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70949

Black with #F70949

Text Example


Text Example

White with #F70949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70949; }

 p { color: rgb(247,9,73); }

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

background-color css

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

 a { background-color: rgb(247,9,73); }

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

border-color css

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

 span { border-color: rgb(247,9,73); }

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