Html Css Color HEX #F7063C Torch Red

📋 copy color: '#F7063C'

red 247 ◦ green 6 ◦ blue 60

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

Shades of Torch Red #F7063C

Tints of Torch Red #F7063C

RGB

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

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

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

R = 78.91%
G = 1.92%
B = 19.17%

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

#F7063C (or 0xF7063C) is known color: Torch Red. HEX triplet: F7, 06 and 3C. RGB value is (247,6,60). Sum of RGB (Red+Green+Blue) = 247+6+60=313 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.91% from 313); Green value is 6 (2.73% from 255 or 1.92% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 247 - color contains mainly: red. Hex color #F7063C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7063C is #08F9C3. Grayscale: #545454. Windows color (decimal): -588228 or 3933943. OLE color: 3933943.

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

Color convert

RGB 247 6 60 -
CMYK 0 0.98 0.76 0.03
HSL 346.56º 0.95% 0.5% -
HSV(B) 346.56º 0.98% 0.97% -
XYZ 39.24 20.23 6.11 -
YUV 84.22 114.34 244.11 -
System Red Green Blue C M Y K H S L
Decimal 247 6 60 0 0.98 0.76 0.03 346.56 0.95 0.5
Hex F7 6 3C 0 62 4C 3 15B 5F 32
Octal 367 6 74 0 142 114 3 533 137 62
Binary 11110111 110 111100 0 1100010 1001100 11 101011011 1011111 110010

Color Harmonies of #F7063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7063C

Black with #F7063C

Text Example


Text Example

White with #F7063C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7063C; }

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

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

background-color css

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

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

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

border-color css

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

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

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