Html Css Color HEX #F7042A Torch Red

📋 copy color: '#F7042A'

red 247 ◦ green 4 ◦ blue 42

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

Shades of Torch Red #F7042A

Tints of Torch Red #F7042A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.37%

 BLUE value IS 42 (16.8% from 255) = 14.33%

R = 84.3%
G = 1.37%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F7042A (or 0xF7042A) is known color: Torch Red. HEX triplet: F7, 04 and 2A. RGB value is (247,4,42). Sum of RGB (Red+Green+Blue) = 247+4+42=293 (38% of max value = 765). Red value is 247 (96.88% from 255 or 84.30% from 293); Green value is 4 (1.95% from 255 or 1.37% from 293); Blue value is 42 (16.80% from 255 or 14.33% from 293); Max value from RGB is 247 - color contains mainly: red. Hex color #F7042A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7042A is #08FBD5. Grayscale: #515151. Windows color (decimal): -588758 or 2753783. OLE color: 2753783.

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

Color convert

RGB 247 4 42 -
CMYK 0 0.98 0.83 0.03
HSL 350.62º 0.97% 0.49% -
HSV(B) 350.62º 0.98% 0.97% -
XYZ 38.82 20.03 4.01 -
YUV 80.99 106.01 246.41 -
System Red Green Blue C M Y K H S L
Decimal 247 4 42 0 0.98 0.83 0.03 350.62 0.97 0.49
Hex F7 4 2A 0 62 53 3 15F 61 31
Octal 367 4 52 0 142 123 3 537 141 61
Binary 11110111 100 101010 0 1100010 1010011 11 101011111 1100001 110001

Color Harmonies of #F7042A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7042A

Black with #F7042A

Text Example


Text Example

White with #F7042A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7042A; }

 p { color: rgb(247,4,42); }

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

background-color css

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

 a { background-color: rgb(247,4,42); }

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

border-color css

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

 span { border-color: rgb(247,4,42); }

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