Html Css Color HEX #F70B49 Torch Red

📋 copy color: '#F70B49'

red 247 ◦ green 11 ◦ blue 73

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

Shades of Torch Red #F70B49

Tints of Torch Red #F70B49

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.32%

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

R = 74.62%
G = 3.32%
B = 22.05%

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

#F70B49 (or 0xF70B49) is known color: Torch Red. HEX triplet: F7, 0B and 49. RGB value is (247,11,73). Sum of RGB (Red+Green+Blue) = 247+11+73=331 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.62% from 331); Green value is 11 (4.69% from 255 or 3.32% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 247 - color contains mainly: red. Hex color #F70B49 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70B49 is #08F4B6. Grayscale: #585858. Windows color (decimal): -586935 or 4787191. OLE color: 4787191.

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

Color convert

RGB 247 11 73 -
CMYK 0 0.96 0.70 0.03
HSL 344.24º 0.94% 0.51% -
HSV(B) 344.24º 0.96% 0.97% -
XYZ 39.68 20.49 8.17 -
YUV 88.63 119.19 240.96 -
System Red Green Blue C M Y K H S L
Decimal 247 11 73 0 0.96 0.70 0.03 344.24 0.94 0.51
Hex F7 B 49 0 60 46 3 158 5E 33
Octal 367 13 111 0 140 106 3 530 136 63
Binary 11110111 1011 1001001 0 1100000 1000110 11 101011000 1011110 110011

Color Harmonies of #F70B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70B49

Black with #F70B49

Text Example


Text Example

White with #F70B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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