Html Css Color HEX #F60A3B Torch Red

📋 copy color: '#F60A3B'

red 246 ◦ green 10 ◦ blue 59

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

Shades of Torch Red #F60A3B

Tints of Torch Red #F60A3B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.17%

 BLUE value IS 59 (23.44% from 255) = 18.73%

R = 78.1%
G = 3.17%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F60A3B (or 0xF60A3B) is known color: Torch Red. HEX triplet: F6, 0A and 3B. RGB value is (246,10,59). Sum of RGB (Red+Green+Blue) = 246+10+59=315 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.10% from 315); Green value is 10 (4.30% from 255 or 3.17% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 246 - color contains mainly: red. Hex color #F60A3B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60A3B is #09F5C4. Grayscale: #565656. Windows color (decimal): -652741 or 3869430. OLE color: 3869430.

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

Color convert

RGB 246 10 59 -
CMYK 0 0.96 0.76 0.04
HSL 347.54º 0.93% 0.5% -
HSV(B) 347.54º 0.96% 0.96% -
XYZ 38.9 20.13 5.97 -
YUV 86.15 112.69 242.02 -
System Red Green Blue C M Y K H S L
Decimal 246 10 59 0 0.96 0.76 0.04 347.54 0.93 0.5
Hex F6 A 3B 0 60 4C 4 15C 5D 32
Octal 366 12 73 0 140 114 4 534 135 62
Binary 11110110 1010 111011 0 1100000 1001100 100 101011100 1011101 110010

Color Harmonies of #F60A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60A3B

Black with #F60A3B

Text Example


Text Example

White with #F60A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60A3B; }

 p { color: rgb(246,10,59); }

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

background-color css

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

 a { background-color: rgb(246,10,59); }

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

border-color css

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

 span { border-color: rgb(246,10,59); }

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