Html Css Color HEX #F60C49 Torch Red

📋 copy color: '#F60C49'

red 246 ◦ green 12 ◦ blue 73

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

Shades of Torch Red #F60C49

Tints of Torch Red #F60C49

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.63%

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

R = 74.32%
G = 3.63%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F60C49 (or 0xF60C49) is known color: Torch Red. HEX triplet: F6, 0C and 49. RGB value is (246,12,73). Sum of RGB (Red+Green+Blue) = 246+12+73=331 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.32% from 331); Green value is 12 (5.08% from 255 or 3.63% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 246 - color contains mainly: red. Hex color #F60C49 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60C49 is #09F3B6. Grayscale: #585858. Windows color (decimal): -652215 or 4787446. OLE color: 4787446.

HSL color Cylindrical-coordinate representation of color #F60C49: hue angle of 344.36º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F60C49 is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 12 73 -
CMYK 0 0.95 0.70 0.04
HSL 344.36º 0.93% 0.51% -
HSV(B) 344.36º 0.95% 0.96% -
XYZ 39.34 20.34 8.16 -
YUV 88.92 119.02 240.04 -
System Red Green Blue C M Y K H S L
Decimal 246 12 73 0 0.95 0.70 0.04 344.36 0.93 0.51
Hex F6 C 49 0 5F 46 4 158 5D 33
Octal 366 14 111 0 137 106 4 530 135 63
Binary 11110110 1100 1001001 0 1011111 1000110 100 101011000 1011101 110011

Color Harmonies of #F60C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60C49

Black with #F60C49

Text Example


Text Example

White with #F60C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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