Html Css Color HEX #F61126 Torch Red

📋 copy color: '#F61126'

red 246 ◦ green 17 ◦ blue 38

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

Shades of Torch Red #F61126

Tints of Torch Red #F61126

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.65%

 BLUE value IS 38 (15.23% from 255) = 12.62%

R = 81.73%
G = 5.65%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F61126 (or 0xF61126) is known color: Torch Red. HEX triplet: F6, 11 and 26. RGB value is (246,17,38). Sum of RGB (Red+Green+Blue) = 246+17+38=301 (39% of max value = 765). Red value is 246 (96.48% from 255 or 81.73% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 38 (15.23% from 255 or 12.62% from 301); Max value from RGB is 246 - color contains mainly: red. Hex color #F61126 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61126 is #09EED9. Grayscale: #585858. Windows color (decimal): -650970 or 2494966. OLE color: 2494966.

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

Color convert

RGB 246 17 38 -
CMYK 0 0.93 0.85 0.04
HSL 354.5º 0.93% 0.52% -
HSV(B) 354.5º 0.93% 0.96% -
XYZ 38.56 20.13 3.69 -
YUV 87.87 99.87 240.79 -
System Red Green Blue C M Y K H S L
Decimal 246 17 38 0 0.93 0.85 0.04 354.5 0.93 0.52
Hex F6 11 26 0 5D 55 4 162 5D 34
Octal 366 21 46 0 135 125 4 542 135 64
Binary 11110110 10001 100110 0 1011101 1010101 100 101100010 1011101 110100

Color Harmonies of #F61126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61126

Black with #F61126

Text Example


Text Example

White with #F61126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61126; }

 p { color: rgb(246,17,38); }

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

background-color css

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

 a { background-color: rgb(246,17,38); }

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

border-color css

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

 span { border-color: rgb(246,17,38); }

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