Html Css Color HEX #F6193C Torch Red

📋 copy color: '#F6193C'

red 246 ◦ green 25 ◦ blue 60

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

Shades of Torch Red #F6193C

Tints of Torch Red #F6193C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.55%

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

R = 74.32%
G = 7.55%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F6193C (or 0xF6193C) is known color: Torch Red. HEX triplet: F6, 19 and 3C. RGB value is (246,25,60). Sum of RGB (Red+Green+Blue) = 246+25+60=331 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.32% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 246 - color contains mainly: red. Hex color #F6193C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6193C is #09E6C3. Grayscale: #5F5F5F. Windows color (decimal): -648900 or 3938806. OLE color: 3938806.

HSL color Cylindrical-coordinate representation of color #F6193C: hue angle of 350.5º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F6193C is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 25 60 -
CMYK 0 0.90 0.76 0.04
HSL 350.5º 0.92% 0.53% -
HSV(B) 350.5º 0.9% 0.96% -
XYZ 39.17 20.61 6.19 -
YUV 95.07 108.22 235.65 -
System Red Green Blue C M Y K H S L
Decimal 246 25 60 0 0.90 0.76 0.04 350.5 0.92 0.53
Hex F6 19 3C 0 5A 4C 4 15E 5C 35
Octal 366 31 74 0 132 114 4 536 134 65
Binary 11110110 11001 111100 0 1011010 1001100 100 101011110 1011100 110101

Color Harmonies of #F6193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6193C

Black with #F6193C

Text Example


Text Example

White with #F6193C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6193C; }

 p { color: rgb(246,25,60); }

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

background-color css

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

 a { background-color: rgb(246,25,60); }

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

border-color css

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

 span { border-color: rgb(246,25,60); }

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