Html Css Color HEX #F6163E Torch Red

📋 copy color: '#F6163E'

red 246 ◦ green 22 ◦ blue 62

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

Shades of Torch Red #F6163E

Tints of Torch Red #F6163E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.67%

 BLUE value IS 62 (24.61% from 255) = 18.79%

R = 74.55%
G = 6.67%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F6163E (or 0xF6163E) is known color: Torch Red. HEX triplet: F6, 16 and 3E. RGB value is (246,22,62). Sum of RGB (Red+Green+Blue) = 246+22+62=330 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.55% from 330); Green value is 22 (8.98% from 255 or 6.67% from 330); Blue value is 62 (24.61% from 255 or 18.79% from 330); Max value from RGB is 246 - color contains mainly: red. Hex color #F6163E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6163E is #09E9C1. Grayscale: #5D5D5D. Windows color (decimal): -649666 or 4069110. OLE color: 4069110.

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

Color convert

RGB 246 22 62 -
CMYK 0 0.91 0.75 0.04
HSL 349.29º 0.93% 0.53% -
HSV(B) 349.29º 0.91% 0.96% -
XYZ 39.16 20.51 6.45 -
YUV 93.54 110.21 236.75 -
System Red Green Blue C M Y K H S L
Decimal 246 22 62 0 0.91 0.75 0.04 349.29 0.93 0.53
Hex F6 16 3E 0 5B 4B 4 15D 5D 35
Octal 366 26 76 0 133 113 4 535 135 65
Binary 11110110 10110 111110 0 1011011 1001011 100 101011101 1011101 110101

Color Harmonies of #F6163E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6163E

Black with #F6163E

Text Example


Text Example

White with #F6163E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6163E; }

 p { color: rgb(246,22,62); }

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

background-color css

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

 a { background-color: rgb(246,22,62); }

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

border-color css

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

 span { border-color: rgb(246,22,62); }

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