Html Css Color HEX #F7083F Torch Red

📋 copy color: '#F7083F'

red 247 ◦ green 8 ◦ blue 63

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

Shades of Torch Red #F7083F

Tints of Torch Red #F7083F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.81%

R = 77.67%
G = 2.52%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F7083F (or 0xF7083F) is known color: Torch Red. HEX triplet: F7, 08 and 3F. RGB value is (247,8,63). Sum of RGB (Red+Green+Blue) = 247+8+63=318 (42% of max value = 765). Red value is 247 (96.88% from 255 or 77.67% from 318); Green value is 8 (3.52% from 255 or 2.52% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 247 - color contains mainly: red. Hex color #F7083F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7083F is #08F7C0. Grayscale: #555555. Windows color (decimal): -587713 or 4131063. OLE color: 4131063.

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

Color convert

RGB 247 8 63 -
CMYK 0 0.97 0.74 0.03
HSL 346.19º 0.94% 0.5% -
HSV(B) 346.19º 0.97% 0.97% -
XYZ 39.34 20.31 6.55 -
YUV 85.73 115.18 243.03 -
System Red Green Blue C M Y K H S L
Decimal 247 8 63 0 0.97 0.74 0.03 346.19 0.94 0.5
Hex F7 8 3F 0 61 4A 3 15A 5E 32
Octal 367 10 77 0 141 112 3 532 136 62
Binary 11110111 1000 111111 0 1100001 1001010 11 101011010 1011110 110010

Color Harmonies of #F7083F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7083F

Black with #F7083F

Text Example


Text Example

White with #F7083F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7083F; }

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

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

background-color css

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

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

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

border-color css

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

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

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