Html Css Color HEX #F7134D Torch Red

📋 copy color: '#F7134D'

red 247 ◦ green 19 ◦ blue 77

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

Shades of Torch Red #F7134D

Tints of Torch Red #F7134D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.54%

 BLUE value IS 77 (30.47% from 255) = 22.45%

R = 72.01%
G = 5.54%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F7134D (or 0xF7134D) is known color: Torch Red. HEX triplet: F7, 13 and 4D. RGB value is (247,19,77). Sum of RGB (Red+Green+Blue) = 247+19+77=343 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.01% from 343); Green value is 19 (7.81% from 255 or 5.54% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 247 - color contains mainly: red. Hex color #F7134D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7134D is #08ECB2. Grayscale: #5D5D5D. Windows color (decimal): -584883 or 5051383. OLE color: 5051383.

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

Color convert

RGB 247 19 77 -
CMYK 0 0.92 0.69 0.03
HSL 344.74º 0.93% 0.52% -
HSV(B) 344.74º 0.92% 0.97% -
XYZ 39.93 20.78 8.93 -
YUV 93.78 118.54 237.28 -
System Red Green Blue C M Y K H S L
Decimal 247 19 77 0 0.92 0.69 0.03 344.74 0.93 0.52
Hex F7 13 4D 0 5C 45 3 159 5D 34
Octal 367 23 115 0 134 105 3 531 135 64
Binary 11110111 10011 1001101 0 1011100 1000101 11 101011001 1011101 110100

Color Harmonies of #F7134D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7134D

Black with #F7134D

Text Example


Text Example

White with #F7134D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7134D; }

 p { color: rgb(247,19,77); }

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

background-color css

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

 a { background-color: rgb(247,19,77); }

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

border-color css

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

 span { border-color: rgb(247,19,77); }

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