Html Css Color HEX #F7164C Torch Red

📋 copy color: '#F7164C'

red 247 ◦ green 22 ◦ blue 76

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

Shades of Torch Red #F7164C

Tints of Torch Red #F7164C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.38%

 BLUE value IS 76 (30.08% from 255) = 22.03%

R = 71.59%
G = 6.38%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F7164C (or 0xF7164C) is known color: Torch Red. HEX triplet: F7, 16 and 4C. RGB value is (247,22,76). Sum of RGB (Red+Green+Blue) = 247+22+76=345 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.59% from 345); Green value is 22 (8.98% from 255 or 6.38% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 247 - color contains mainly: red. Hex color #F7164C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7164C is #08E9B3. Grayscale: #5F5F5F. Windows color (decimal): -584116 or 4986615. OLE color: 4986615.

HSL color Cylindrical-coordinate representation of color #F7164C: hue angle of 345.6º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F7164C is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 22 76 -
CMYK 0 0.91 0.69 0.03
HSL 345.6º 0.93% 0.53% -
HSV(B) 345.6º 0.91% 0.97% -
XYZ 39.95 20.87 8.76 -
YUV 95.43 117.04 236.11 -
System Red Green Blue C M Y K H S L
Decimal 247 22 76 0 0.91 0.69 0.03 345.6 0.93 0.53
Hex F7 16 4C 0 5B 45 3 15A 5D 35
Octal 367 26 114 0 133 105 3 532 135 65
Binary 11110111 10110 1001100 0 1011011 1000101 11 101011010 1011101 110101

Color Harmonies of #F7164C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7164C

Black with #F7164C

Text Example


Text Example

White with #F7164C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7164C; }

 p { color: rgb(247,22,76); }

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

background-color css

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

 a { background-color: rgb(247,22,76); }

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

border-color css

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

 span { border-color: rgb(247,22,76); }

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