Html Css Color HEX #F60641 Torch Red

📋 copy color: '#F60641'

red 246 ◦ green 6 ◦ blue 65

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

Shades of Torch Red #F60641

Tints of Torch Red #F60641

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.89%

 BLUE value IS 65 (25.78% from 255) = 20.5%

R = 77.6%
G = 1.89%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F60641 (or 0xF60641) is known color: Torch Red. HEX triplet: F6, 06 and 41. RGB value is (246,6,65). Sum of RGB (Red+Green+Blue) = 246+6+65=317 (41% of max value = 765). Red value is 246 (96.48% from 255 or 77.60% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 246 - color contains mainly: red. Hex color #F60641 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60641 is #09F9BE. Grayscale: #545454. Windows color (decimal): -653759 or 4261622. OLE color: 4261622.

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

Color convert

RGB 246 6 65 -
CMYK 0 0.98 0.74 0.04
HSL 345.25º 0.95% 0.49% -
HSV(B) 345.25º 0.98% 0.96% -
XYZ 39.03 20.1 6.82 -
YUV 84.49 117.01 243.2 -
System Red Green Blue C M Y K H S L
Decimal 246 6 65 0 0.98 0.74 0.04 345.25 0.95 0.49
Hex F6 6 41 0 62 4A 4 159 5F 31
Octal 366 6 101 0 142 112 4 531 137 61
Binary 11110110 110 1000001 0 1100010 1001010 100 101011001 1011111 110001

Color Harmonies of #F60641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60641

Black with #F60641

Text Example


Text Example

White with #F60641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60641; }

 p { color: rgb(246,6,65); }

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

background-color css

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

 a { background-color: rgb(246,6,65); }

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

border-color css

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

 span { border-color: rgb(246,6,65); }

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