Html Css Color HEX #F61E40 Torch Red

📋 copy color: '#F61E40'

red 246 ◦ green 30 ◦ blue 64

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

Shades of Torch Red #F61E40

Tints of Torch Red #F61E40

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.82%

 BLUE value IS 64 (25.39% from 255) = 18.82%

R = 72.35%
G = 8.82%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F61E40 (or 0xF61E40) is known color: Torch Red. HEX triplet: F6, 1E and 40. RGB value is (246,30,64). Sum of RGB (Red+Green+Blue) = 246+30+64=340 (45% of max value = 765). Red value is 246 (96.48% from 255 or 72.35% from 340); Green value is 30 (12.11% from 255 or 8.82% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 246 - color contains mainly: red. Hex color #F61E40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61E40 is #09E1BF. Grayscale: #626262. Windows color (decimal): -647616 or 4202230. OLE color: 4202230.

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

Color convert

RGB 246 30 64 -
CMYK 0 0.88 0.74 0.04
HSL 350.56º 0.92% 0.54% -
HSV(B) 350.56º 0.88% 0.96% -
XYZ 39.4 20.89 6.81 -
YUV 98.46 108.56 233.24 -
System Red Green Blue C M Y K H S L
Decimal 246 30 64 0 0.88 0.74 0.04 350.56 0.92 0.54
Hex F6 1E 40 0 58 4A 4 15F 5C 36
Octal 366 36 100 0 130 112 4 537 134 66
Binary 11110110 11110 1000000 0 1011000 1001010 100 101011111 1011100 110110

Color Harmonies of #F61E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61E40

Black with #F61E40

Text Example


Text Example

White with #F61E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61E40; }

 p { color: rgb(246,30,64); }

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

background-color css

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

 a { background-color: rgb(246,30,64); }

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

border-color css

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

 span { border-color: rgb(246,30,64); }

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