Html Css Color HEX #F7084C Torch Red

📋 copy color: '#F7084C'

red 247 ◦ green 8 ◦ blue 76

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

Shades of Torch Red #F7084C

Tints of Torch Red #F7084C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.42%

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

R = 74.62%
G = 2.42%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F7084C (or 0xF7084C) is known color: Torch Red. HEX triplet: F7, 08 and 4C. RGB value is (247,8,76). Sum of RGB (Red+Green+Blue) = 247+8+76=331 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.62% from 331); Green value is 8 (3.52% from 255 or 2.42% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 247 - color contains mainly: red. Hex color #F7084C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7084C is #08F7B3. Grayscale: #575757. Windows color (decimal): -587700 or 4983031. OLE color: 4983031.

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

Color convert

RGB 247 8 76 -
CMYK 0 0.97 0.69 0.03
HSL 342.93º 0.94% 0.5% -
HSV(B) 342.93º 0.97% 0.97% -
XYZ 39.75 20.47 8.69 -
YUV 87.21 121.68 241.97 -
System Red Green Blue C M Y K H S L
Decimal 247 8 76 0 0.97 0.69 0.03 342.93 0.94 0.5
Hex F7 8 4C 0 61 45 3 157 5E 32
Octal 367 10 114 0 141 105 3 527 136 62
Binary 11110111 1000 1001100 0 1100001 1000101 11 101010111 1011110 110010

Color Harmonies of #F7084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7084C

Black with #F7084C

Text Example


Text Example

White with #F7084C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7084C; }

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

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

background-color css

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

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

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

border-color css

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

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

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