Html Css Color HEX #F60347 Torch Red

📋 copy color: '#F60347'

red 246 ◦ green 3 ◦ blue 71

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

Shades of Torch Red #F60347

Tints of Torch Red #F60347

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.94%

 BLUE value IS 71 (28.13% from 255) = 22.19%

R = 76.88%
G = 0.94%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F60347 (or 0xF60347) is known color: Torch Red. HEX triplet: F6, 03 and 47. RGB value is (246,3,71). Sum of RGB (Red+Green+Blue) = 246+3+71=320 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.88% from 320); Green value is 3 (1.56% from 255 or 0.94% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 246 - color contains mainly: red. Hex color #F60347 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60347 is #09FCB8. Grayscale: #535353. Windows color (decimal): -654521 or 4654070. OLE color: 4654070.

HSL color Cylindrical-coordinate representation of color #F60347: hue angle of 343.21º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F60347 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 3 71 -
CMYK 0 0.99 0.71 0.04
HSL 343.21º 0.98% 0.49% -
HSV(B) 343.21º 0.99% 0.96% -
XYZ 39.18 20.11 7.78 -
YUV 83.41 121.01 243.97 -
System Red Green Blue C M Y K H S L
Decimal 246 3 71 0 0.99 0.71 0.04 343.21 0.98 0.49
Hex F6 3 47 0 63 47 4 157 62 31
Octal 366 3 107 0 143 107 4 527 142 61
Binary 11110110 11 1000111 0 1100011 1000111 100 101010111 1100010 110001

Color Harmonies of #F60347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60347

Black with #F60347

Text Example


Text Example

White with #F60347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60347; }

 p { color: rgb(246,3,71); }

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

background-color css

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

 a { background-color: rgb(246,3,71); }

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

border-color css

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

 span { border-color: rgb(246,3,71); }

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