Html Css Color HEX #F6192C Torch Red

📋 copy color: '#F6192C'

red 246 ◦ green 25 ◦ blue 44

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

Shades of Torch Red #F6192C

Tints of Torch Red #F6192C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.97%

R = 78.1%
G = 7.94%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F6192C (or 0xF6192C) is known color: Torch Red. HEX triplet: F6, 19 and 2C. RGB value is (246,25,44). Sum of RGB (Red+Green+Blue) = 246+25+44=315 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.10% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 246 - color contains mainly: red. Hex color #F6192C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6192C is #09E6D3. Grayscale: #5D5D5D. Windows color (decimal): -648916 or 2890230. OLE color: 2890230.

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

Color convert

RGB 246 25 44 -
CMYK 0 0.90 0.82 0.04
HSL 354.84º 0.92% 0.53% -
HSV(B) 354.84º 0.9% 0.96% -
XYZ 38.81 20.47 4.29 -
YUV 93.25 100.22 236.96 -
System Red Green Blue C M Y K H S L
Decimal 246 25 44 0 0.90 0.82 0.04 354.84 0.92 0.53
Hex F6 19 2C 0 5A 52 4 163 5C 35
Octal 366 31 54 0 132 122 4 543 134 65
Binary 11110110 11001 101100 0 1011010 1010010 100 101100011 1011100 110101

Color Harmonies of #F6192C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6192C

Black with #F6192C

Text Example


Text Example

White with #F6192C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6192C; }

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

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

background-color css

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

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

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

border-color css

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

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

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