Html Css Color HEX #F7043C Torch Red

📋 copy color: '#F7043C'

red 247 ◦ green 4 ◦ blue 60

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

Shades of Torch Red #F7043C

Tints of Torch Red #F7043C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.29%

R = 79.42%
G = 1.29%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#F7043C (or 0xF7043C) is known color: Torch Red. HEX triplet: F7, 04 and 3C. RGB value is (247,4,60). Sum of RGB (Red+Green+Blue) = 247+4+60=311 (41% of max value = 765). Red value is 247 (96.88% from 255 or 79.42% from 311); Green value is 4 (1.95% from 255 or 1.29% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 247 - color contains mainly: red. Hex color #F7043C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7043C is #08FBC3. Grayscale: #535353. Windows color (decimal): -588740 or 3933431. OLE color: 3933431.

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

Color convert

RGB 247 4 60 -
CMYK 0 0.98 0.76 0.03
HSL 346.17º 0.97% 0.49% -
HSV(B) 346.17º 0.98% 0.97% -
XYZ 39.22 20.19 6.1 -
YUV 83.04 115.01 244.95 -
System Red Green Blue C M Y K H S L
Decimal 247 4 60 0 0.98 0.76 0.03 346.17 0.97 0.49
Hex F7 4 3C 0 62 4C 3 15A 61 31
Octal 367 4 74 0 142 114 3 532 141 61
Binary 11110111 100 111100 0 1100010 1001100 11 101011010 1100001 110001

Color Harmonies of #F7043C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7043C

Black with #F7043C

Text Example


Text Example

White with #F7043C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7043C; }

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

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

background-color css

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

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

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

border-color css

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

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

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