Html Css Color HEX #F60849 Torch Red

📋 copy color: '#F60849'

red 246 ◦ green 8 ◦ blue 73

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

Shades of Torch Red #F60849

Tints of Torch Red #F60849

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 22.32%

R = 75.23%
G = 2.45%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F60849 (or 0xF60849) is known color: Torch Red. HEX triplet: F6, 08 and 49. RGB value is (246,8,73). Sum of RGB (Red+Green+Blue) = 246+8+73=327 (43% of max value = 765). Red value is 246 (96.48% from 255 or 75.23% from 327); Green value is 8 (3.52% from 255 or 2.45% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 246 - color contains mainly: red. Hex color #F60849 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60849 is #09F7B6. Grayscale: #565656. Windows color (decimal): -653239 or 4786422. OLE color: 4786422.

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

Color convert

RGB 246 8 73 -
CMYK 0 0.97 0.70 0.04
HSL 343.61º 0.94% 0.5% -
HSV(B) 343.61º 0.97% 0.96% -
XYZ 39.3 20.25 8.14 -
YUV 86.57 120.35 241.71 -
System Red Green Blue C M Y K H S L
Decimal 246 8 73 0 0.97 0.70 0.04 343.61 0.94 0.5
Hex F6 8 49 0 61 46 4 158 5E 32
Octal 366 10 111 0 141 106 4 530 136 62
Binary 11110110 1000 1001001 0 1100001 1000110 100 101011000 1011110 110010

Color Harmonies of #F60849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60849

Black with #F60849

Text Example


Text Example

White with #F60849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60849; }

 p { color: rgb(246,8,73); }

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

background-color css

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

 a { background-color: rgb(246,8,73); }

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

border-color css

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

 span { border-color: rgb(246,8,73); }

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