Html Css Color HEX #F70246 Torch Red

📋 copy color: '#F70246'

red 247 ◦ green 2 ◦ blue 70

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

Shades of Torch Red #F70246

Tints of Torch Red #F70246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.94%

R = 77.43%
G = 0.63%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F70246 (or 0xF70246) is known color: Torch Red. HEX triplet: F7, 02 and 46. RGB value is (247,2,70). Sum of RGB (Red+Green+Blue) = 247+2+70=319 (42% of max value = 765). Red value is 247 (96.88% from 255 or 77.43% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 247 - color contains mainly: red. Hex color #F70246 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70246 is #08FDB9. Grayscale: #525252. Windows color (decimal): -589242 or 4588279. OLE color: 4588279.

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

Color convert

RGB 247 2 70 -
CMYK 0 0.99 0.72 0.03
HSL 343.35º 0.98% 0.49% -
HSV(B) 343.35º 0.99% 0.97% -
XYZ 39.48 20.26 7.62 -
YUV 83.01 120.67 244.97 -
System Red Green Blue C M Y K H S L
Decimal 247 2 70 0 0.99 0.72 0.03 343.35 0.98 0.49
Hex F7 2 46 0 63 48 3 157 62 31
Octal 367 2 106 0 143 110 3 527 142 61
Binary 11110111 10 1000110 0 1100011 1001000 11 101010111 1100010 110001

Color Harmonies of #F70246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70246

Black with #F70246

Text Example


Text Example

White with #F70246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70246; }

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

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

background-color css

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

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

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

border-color css

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

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

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