Html Css Color HEX #F60745 Torch Red

📋 copy color: '#F60745'

red 246 ◦ green 7 ◦ blue 69

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

Shades of Torch Red #F60745

Tints of Torch Red #F60745

RGB

 RED value IS 246 (96.48% from 255) = 76.4%

 GREEN value IS 7 (3.13% from 255) = 2.17%

 BLUE value IS 69 (27.34% from 255) = 21.43%

R = 76.4%
G = 2.17%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F60745 (or 0xF60745) is known color: Torch Red. HEX triplet: F6, 07 and 45. RGB value is (246,7,69). Sum of RGB (Red+Green+Blue) = 246+7+69=322 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.40% from 322); Green value is 7 (3.12% from 255 or 2.17% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 246 - color contains mainly: red. Hex color #F60745 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60745 is #09F8BA. Grayscale: #555555. Windows color (decimal): -653499 or 4524022. OLE color: 4524022.

HSL color Cylindrical-coordinate representation of color #F60745: hue angle of 344.44º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F60745 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 7 69 -
CMYK 0 0.97 0.72 0.04
HSL 344.44º 0.94% 0.5% -
HSV(B) 344.44º 0.97% 0.96% -
XYZ 39.16 20.17 7.46 -
YUV 85.53 118.68 242.46 -
System Red Green Blue C M Y K H S L
Decimal 246 7 69 0 0.97 0.72 0.04 344.44 0.94 0.5
Hex F6 7 45 0 61 48 4 158 5E 32
Octal 366 7 105 0 141 110 4 530 136 62
Binary 11110110 111 1000101 0 1100001 1001000 100 101011000 1011110 110010

Color Harmonies of #F60745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60745

Black with #F60745

Text Example


Text Example

White with #F60745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60745; }

 p { color: rgb(246,7,69); }

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

background-color css

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

 a { background-color: rgb(246,7,69); }

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

border-color css

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

 span { border-color: rgb(246,7,69); }

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