Html Css Color HEX #F60116 Torch Red

📋 copy color: '#F60116'

red 246 ◦ green 1 ◦ blue 22

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

Shades of Torch Red #F60116

Tints of Torch Red #F60116

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 22 (8.98% from 255) = 8.18%

R = 91.45%
G = 0.37%
B = 8.18%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F60116 (or 0xF60116) is known color: Torch Red. HEX triplet: F6, 01 and 16. RGB value is (246,1,22). Sum of RGB (Red+Green+Blue) = 246+1+22=269 (35% of max value = 765). Red value is 246 (96.48% from 255 or 91.45% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 246 - color contains mainly: red. Hex color #F60116 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60116 is #09FEE9. Grayscale: #4C4C4C. Windows color (decimal): -655082 or 1442294. OLE color: 1442294.

HSL color Cylindrical-coordinate representation of color #F60116: hue angle of 354.86º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F60116 is Cyan = 0, Magento = 1.00, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 1 22 -
CMYK 0 1.00 0.91 0.04
HSL 354.86º 0.99% 0.48% -
HSV(B) 354.86º 1% 0.96% -
XYZ 38.16 19.67 2.54 -
YUV 76.65 97.17 248.79 -
System Red Green Blue C M Y K H S L
Decimal 246 1 22 0 1.00 0.91 0.04 354.86 0.99 0.48
Hex F6 1 16 0 64 5B 4 163 63 30
Octal 366 1 26 0 144 133 4 543 143 60
Binary 11110110 1 10110 0 1100100 1011011 100 101100011 1100011 110000

Color Harmonies of #F60116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60116

Black with #F60116

Text Example


Text Example

White with #F60116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60116; }

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

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

background-color css

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

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

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

border-color css

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

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

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