Html Css Color HEX #F7064A Torch Red

📋 copy color: '#F7064A'

red 247 ◦ green 6 ◦ blue 74

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

Shades of Torch Red #F7064A

Tints of Torch Red #F7064A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.83%

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

R = 75.54%
G = 1.83%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F7064A (or 0xF7064A) is known color: Torch Red. HEX triplet: F7, 06 and 4A. RGB value is (247,6,74). Sum of RGB (Red+Green+Blue) = 247+6+74=327 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.54% from 327); Green value is 6 (2.73% from 255 or 1.83% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 247 - color contains mainly: red. Hex color #F7064A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7064A is #08F9B5. Grayscale: #555555. Windows color (decimal): -588214 or 4851447. OLE color: 4851447.

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

Color convert

RGB 247 6 74 -
CMYK 0 0.98 0.70 0.03
HSL 343.07º 0.95% 0.5% -
HSV(B) 343.07º 0.98% 0.97% -
XYZ 39.66 20.4 8.33 -
YUV 85.81 121.34 242.97 -
System Red Green Blue C M Y K H S L
Decimal 247 6 74 0 0.98 0.70 0.03 343.07 0.95 0.5
Hex F7 6 4A 0 62 46 3 157 5F 32
Octal 367 6 112 0 142 106 3 527 137 62
Binary 11110111 110 1001010 0 1100010 1000110 11 101010111 1011111 110010

Color Harmonies of #F7064A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7064A

Black with #F7064A

Text Example


Text Example

White with #F7064A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7064A; }

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

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

background-color css

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

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

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

border-color css

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

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

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