Html Css Color HEX #F7084A Torch Red

📋 copy color: '#F7084A'

red 247 ◦ green 8 ◦ blue 74

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

Shades of Torch Red #F7084A

Tints of Torch Red #F7084A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.49%

R = 75.08%
G = 2.43%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F7084A (or 0xF7084A) is known color: Torch Red. HEX triplet: F7, 08 and 4A. RGB value is (247,8,74). Sum of RGB (Red+Green+Blue) = 247+8+74=329 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.08% from 329); Green value is 8 (3.52% from 255 or 2.43% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 247 - color contains mainly: red. Hex color #F7084A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7084A is #08F7B5. Grayscale: #565656. Windows color (decimal): -587702 or 4851959. OLE color: 4851959.

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

Color convert

RGB 247 8 74 -
CMYK 0 0.97 0.70 0.03
HSL 343.43º 0.94% 0.5% -
HSV(B) 343.43º 0.97% 0.97% -
XYZ 39.68 20.44 8.33 -
YUV 86.99 120.68 242.13 -
System Red Green Blue C M Y K H S L
Decimal 247 8 74 0 0.97 0.70 0.03 343.43 0.94 0.5
Hex F7 8 4A 0 61 46 3 157 5E 32
Octal 367 10 112 0 141 106 3 527 136 62
Binary 11110111 1000 1001010 0 1100001 1000110 11 101010111 1011110 110010

Color Harmonies of #F7084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7084A

Black with #F7084A

Text Example


Text Example

White with #F7084A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7084A; }

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

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

background-color css

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

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

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

border-color css

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

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

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