Html Css Color HEX #F61E42 Torch Red

📋 copy color: '#F61E42'

red 246 ◦ green 30 ◦ blue 66

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

Shades of Torch Red #F61E42

Tints of Torch Red #F61E42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.3%

R = 71.93%
G = 8.77%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F61E42 (or 0xF61E42) is known color: Torch Red. HEX triplet: F6, 1E and 42. RGB value is (246,30,66). Sum of RGB (Red+Green+Blue) = 246+30+66=342 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.93% from 342); Green value is 30 (12.11% from 255 or 8.77% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 246 - color contains mainly: red. Hex color #F61E42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61E42 is #09E1BD. Grayscale: #626262. Windows color (decimal): -647614 or 4333302. OLE color: 4333302.

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

Color convert

RGB 246 30 66 -
CMYK 0 0.88 0.73 0.04
HSL 350º 0.92% 0.54% -
HSV(B) 350º 0.88% 0.96% -
XYZ 39.45 20.91 7.11 -
YUV 98.69 109.56 233.07 -
System Red Green Blue C M Y K H S L
Decimal 246 30 66 0 0.88 0.73 0.04 350 0.92 0.54
Hex F6 1E 42 0 58 49 4 15E 5C 36
Octal 366 36 102 0 130 111 4 536 134 66
Binary 11110110 11110 1000010 0 1011000 1001001 100 101011110 1011100 110110

Color Harmonies of #F61E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61E42

Black with #F61E42

Text Example


Text Example

White with #F61E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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