Html Css Color HEX #F70247 Torch Red

📋 copy color: '#F70247'

red 247 ◦ green 2 ◦ blue 71

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

Shades of Torch Red #F70247

Tints of Torch Red #F70247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.19%

R = 77.19%
G = 0.63%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#F70247 (or 0xF70247) is known color: Torch Red. HEX triplet: F7, 02 and 47. RGB value is (247,2,71). Sum of RGB (Red+Green+Blue) = 247+2+71=320 (42% of max value = 765). Red value is 247 (96.88% from 255 or 77.19% from 320); Green value is 2 (1.17% from 255 or 0.62% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 247 - color contains mainly: red. Hex color #F70247 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70247 is #08FDB8. Grayscale: #535353. Windows color (decimal): -589241 or 4653815. OLE color: 4653815.

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

Color convert

RGB 247 2 71 -
CMYK 0 0.99 0.71 0.03
HSL 343.1º 0.98% 0.49% -
HSV(B) 343.1º 0.99% 0.97% -
XYZ 39.52 20.27 7.79 -
YUV 83.12 121.17 244.89 -
System Red Green Blue C M Y K H S L
Decimal 247 2 71 0 0.99 0.71 0.03 343.1 0.98 0.49
Hex F7 2 47 0 63 47 3 157 62 31
Octal 367 2 107 0 143 107 3 527 142 61
Binary 11110111 10 1000111 0 1100011 1000111 11 101010111 1100010 110001

Color Harmonies of #F70247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70247

Black with #F70247

Text Example


Text Example

White with #F70247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70247; }

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

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

background-color css

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

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

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

border-color css

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

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

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