Html Css Color HEX #F60236 Torch Red

📋 copy color: '#F60236'

red 246 ◦ green 2 ◦ blue 54

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

Shades of Torch Red #F60236

Tints of Torch Red #F60236

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

 BLUE value IS 54 (21.48% from 255) = 17.88%

R = 81.46%
G = 0.66%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F60236 (or 0xF60236) is known color: Torch Red. HEX triplet: F6, 02 and 36. RGB value is (246,2,54). Sum of RGB (Red+Green+Blue) = 246+2+54=302 (40% of max value = 765). Red value is 246 (96.48% from 255 or 81.46% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 54 (21.48% from 255 or 17.88% from 302); Max value from RGB is 246 - color contains mainly: red. Hex color #F60236 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60236 is #09FDC9. Grayscale: #505050. Windows color (decimal): -654794 or 3539702. OLE color: 3539702.

HSL color Cylindrical-coordinate representation of color #F60236: hue angle of 347.21º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F60236 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 2 54 -
CMYK 0 0.99 0.78 0.04
HSL 347.21º 0.98% 0.49% -
HSV(B) 347.21º 0.99% 0.96% -
XYZ 38.69 19.9 5.29 -
YUV 80.88 112.84 245.77 -
System Red Green Blue C M Y K H S L
Decimal 246 2 54 0 0.99 0.78 0.04 347.21 0.98 0.49
Hex F6 2 36 0 63 4E 4 15B 62 31
Octal 366 2 66 0 143 116 4 533 142 61
Binary 11110110 10 110110 0 1100011 1001110 100 101011011 1100010 110001

Color Harmonies of #F60236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60236

Black with #F60236

Text Example


Text Example

White with #F60236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60236; }

 p { color: rgb(246,2,54); }

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

background-color css

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

 a { background-color: rgb(246,2,54); }

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

border-color css

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

 span { border-color: rgb(246,2,54); }

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