Html Css Color HEX #F6103E Torch Red

📋 copy color: '#F6103E'

red 246 ◦ green 16 ◦ blue 62

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

Shades of Torch Red #F6103E

Tints of Torch Red #F6103E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.94%

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

R = 75.93%
G = 4.94%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F6103E (or 0xF6103E) is known color: Torch Red. HEX triplet: F6, 10 and 3E. RGB value is (246,16,62). Sum of RGB (Red+Green+Blue) = 246+16+62=324 (42% of max value = 765). Red value is 246 (96.48% from 255 or 75.93% from 324); Green value is 16 (6.64% from 255 or 4.94% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 246 - color contains mainly: red. Hex color #F6103E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6103E is #09EFC1. Grayscale: #5A5A5A. Windows color (decimal): -651202 or 4067574. OLE color: 4067574.

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

Color convert

RGB 246 16 62 -
CMYK 0 0.93 0.75 0.04
HSL 348º 0.93% 0.51% -
HSV(B) 348º 0.93% 0.96% -
XYZ 39.06 20.31 6.42 -
YUV 90.01 112.2 239.26 -
System Red Green Blue C M Y K H S L
Decimal 246 16 62 0 0.93 0.75 0.04 348 0.93 0.51
Hex F6 10 3E 0 5D 4B 4 15C 5D 33
Octal 366 20 76 0 135 113 4 534 135 63
Binary 11110110 10000 111110 0 1011101 1001011 100 101011100 1011101 110011

Color Harmonies of #F6103E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6103E

Black with #F6103E

Text Example


Text Example

White with #F6103E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6103E; }

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

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

background-color css

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

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

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

border-color css

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

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

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