Html Css Color HEX #F7163F Torch Red

📋 copy color: '#F7163F'

red 247 ◦ green 22 ◦ blue 63

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

Shades of Torch Red #F7163F

Tints of Torch Red #F7163F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.98%

R = 74.4%
G = 6.63%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F7163F (or 0xF7163F) is known color: Torch Red. HEX triplet: F7, 16 and 3F. RGB value is (247,22,63). Sum of RGB (Red+Green+Blue) = 247+22+63=332 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.40% from 332); Green value is 22 (8.98% from 255 or 6.63% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 247 - color contains mainly: red. Hex color #F7163F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7163F is #08E9C0. Grayscale: #5E5E5E. Windows color (decimal): -584129 or 4134647. OLE color: 4134647.

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

Color convert

RGB 247 22 63 -
CMYK 0 0.91 0.74 0.03
HSL 349.07º 0.93% 0.53% -
HSV(B) 349.07º 0.91% 0.97% -
XYZ 39.54 20.71 6.62 -
YUV 93.95 110.54 237.17 -
System Red Green Blue C M Y K H S L
Decimal 247 22 63 0 0.91 0.74 0.03 349.07 0.93 0.53
Hex F7 16 3F 0 5B 4A 3 15D 5D 35
Octal 367 26 77 0 133 112 3 535 135 65
Binary 11110111 10110 111111 0 1011011 1001010 11 101011101 1011101 110101

Color Harmonies of #F7163F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7163F

Black with #F7163F

Text Example


Text Example

White with #F7163F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7163F; }

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

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

background-color css

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

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

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

border-color css

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

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

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