Html Css Color HEX #F61016 Torch Red

📋 copy color: '#F61016'

red 246 ◦ green 16 ◦ blue 22

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

Shades of Torch Red #F61016

Tints of Torch Red #F61016

RGB

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

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

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

R = 86.62%
G = 5.63%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F61016 (or 0xF61016) is known color: Torch Red. HEX triplet: F6, 10 and 16. RGB value is (246,16,22). Sum of RGB (Red+Green+Blue) = 246+16+22=284 (37% of max value = 765). Red value is 246 (96.48% from 255 or 86.62% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 246 - color contains mainly: red. Hex color #F61016 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61016 is #09EFE9. Grayscale: #555555. Windows color (decimal): -651242 or 1446134. OLE color: 1446134.

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

Color convert

RGB 246 16 22 -
CMYK 0 0.93 0.91 0.04
HSL 358.43º 0.93% 0.51% -
HSV(B) 358.43º 0.93% 0.96% -
XYZ 38.34 20.02 2.6 -
YUV 85.45 92.2 242.51 -
System Red Green Blue C M Y K H S L
Decimal 246 16 22 0 0.93 0.91 0.04 358.43 0.93 0.51
Hex F6 10 16 0 5D 5B 4 166 5D 33
Octal 366 20 26 0 135 133 4 546 135 63
Binary 11110110 10000 10110 0 1011101 1011011 100 101100110 1011101 110011

Color Harmonies of #F61016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61016

Black with #F61016

Text Example


Text Example

White with #F61016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61016; }

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

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

background-color css

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

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

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

border-color css

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

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

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